x and y in the tiled image of
x_tiles by y_tiles.
uint videoTileGetIndex(gstvideo.types.VideoTileMode mode, int x, int y, int xTiles, int yTiles)Get the tile index of the tile at coordinates x and y in the tiled image of x_tiles by y_tiles.
Use this method when mode is of type [gstvideo.types.VideoTileType.Indexed].
mode | a #GstVideoTileMode |
x | x coordinate |
y | y coordinate |
xTiles | number of horizintal tiles |
yTiles | number of vertical tiles |
x and y in the tiled image of
x_tiles by y_tiles.