Home
last modified time | relevance | path

Searched refs:GST_VIDEO_TILE_X_TILES (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-tile.h98 #define GST_VIDEO_TILE_X_TILES(stride) ((stride) & GST_VIDEO_TILE_X_TILES_MASK) macro
Dvideo-frame.c357 sx_tiles = GST_VIDEO_TILE_X_TILES (ss); in gst_video_frame_copy_plane()
360 dx_tiles = GST_VIDEO_TILE_X_TILES (ds); in gst_video_frame_copy_plane()
Dvideo-format.c4761 tx, ty, GST_VIDEO_TILE_X_TILES (stride[0]), in get_tile_NV12()
4768 tx, ty >> 1, GST_VIDEO_TILE_X_TILES (stride[1]), in get_tile_NV12()
/third_party/gstreamer/gstplugins_base/gst/rawparse/
Dgstrawvideoparse.c1162 gint x_tiles = GST_VIDEO_TILE_X_TILES (stride); in gst_raw_video_parse_update_info()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2object.c3708 stride = GST_VIDEO_TILE_X_TILES (stride) << in gst_v4l2_object_set_format_full()
3727 stride = GST_VIDEO_TILE_X_TILES (stride) << in gst_v4l2_object_set_format_full()
4691 plane_stride = GST_VIDEO_TILE_X_TILES (plane_stride) << in gst_v4l2_object_match_buffer_layout()
4705 plane_stride = GST_VIDEO_TILE_X_TILES (plane_stride) << in gst_v4l2_object_match_buffer_layout()
Dgstv4l2bufferpool.c252 pstride = GST_VIDEO_TILE_X_TILES (tinfo) << in gst_v4l2_buffer_pool_import_userptr()