Searched refs:plane_height (Results 1 – 10 of 10) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_tmidequalizer.c | 36 int plane_width[4], plane_height[4]; member 197 s->plane_width[p], s->plane_height[p], in filter_frame() 239 s->plane_width[p], s->plane_height[p], in filter_frame() 267 s->plane_width[p] * (1 + (s->depth > 8)), s->plane_height[p]); in filter_frame() 276 s->plane_width[p], s->plane_height[p], in filter_frame() 341 s->plane_height[0] = s->plane_height[3] = inlink->h; in config_input() 343 s->plane_height[1] = s->plane_height[2] = AV_CEIL_RSHIFT(inlink->h, vsub); in config_input()
|
/third_party/ffmpeg/libavcodec/ |
D | libaribb24.c | 64 unsigned int plane_height = 0; in libaribb24_generate_ass_header() local 70 plane_height = 540; in libaribb24_generate_ass_header() 75 plane_height = 180; in libaribb24_generate_ass_header() 118 plane_width, plane_height, in libaribb24_generate_ass_header()
|
D | vp56.c | 366 y<0 || y+12>=s->plane_height[plane]) { in vp56_mc() 372 s->plane_height[plane]); in vp56_mc() 531 s->plane_height[0] = s->plane_height[3] = avctx->coded_height; in vp56_size_changed() 532 s->plane_height[1] = s->plane_height[2] = avctx->coded_height/2; in vp56_size_changed()
|
D | vp56.h | 145 int plane_height[4]; member
|
D | vp3.c | 1984 int plane_height = s->height >> (plane && s->chroma_y_shift); in vp4_mc_loop_filter() local 2009 if (x2 < 0 || x2 >= plane_width || y2 < 0 || y2 >= plane_height) in vp4_mc_loop_filter() 2022 plane_height); in vp4_mc_loop_filter() 2042 plane_height); in vp4_mc_loop_filter() 2089 int plane_height = s->height >> (plane && s->chroma_y_shift); in render_slice() local 2183 src_y + 9 >= plane_height)) { in render_slice() 2192 plane_height); in render_slice()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | gstvideometa.c | 501 guint plane_height[GST_VIDEO_MAX_PLANES]) in gst_video_meta_get_plane_height() 508 g_return_val_if_fail (plane_height, FALSE); in gst_video_meta_get_plane_height() 519 plane_height[i] = 0; in gst_video_meta_get_plane_height() 521 plane_height[i] = plane_size[i] / meta->stride[i]; in gst_video_meta_get_plane_height() 525 plane_height[i] = 0; in gst_video_meta_get_plane_height()
|
D | gstvideometa.h | 136 gboolean gst_video_meta_get_plane_height (GstVideoMeta * meta, guint plane_height[GST_VIDEO_M…
|
D | video-info.c | 1215 guint plane_height; in fill_planes() local 1219 plane_height = in fill_planes() 1222 plane_size[i] = plane_height * GST_VIDEO_INFO_PLANE_STRIDE (info, i); in fill_planes()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | video.c | 3812 guint plane_height[GST_VIDEO_MAX_PLANES]; in GST_START_TEST() local 3837 g_assert (gst_video_meta_get_plane_height (meta, plane_height)); in GST_START_TEST() 3838 g_assert_cmpuint (plane_height[0], ==, 1080); in GST_START_TEST() 3839 g_assert_cmpuint (plane_height[1], ==, 540); in GST_START_TEST() 3840 g_assert_cmpuint (plane_height[2], ==, 0); in GST_START_TEST() 3841 g_assert_cmpuint (plane_height[3], ==, 0); in GST_START_TEST() 3870 g_assert (gst_video_meta_get_plane_height (meta, plane_height)); in GST_START_TEST() 3871 g_assert_cmpuint (plane_height[0], ==, 1080); in GST_START_TEST() 3872 g_assert_cmpuint (plane_height[1], ==, 540); in GST_START_TEST() 3873 g_assert_cmpuint (plane_height[2], ==, 0); in GST_START_TEST() [all …]
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2object.c | 5227 guint plane_height[GST_VIDEO_MAX_PLANES] = { 0, }; in gst_v4l2_object_try_import() local 5229 gst_video_meta_get_plane_height (vmeta, plane_height); in gst_v4l2_object_try_import() 5233 plane_height[0])) in gst_v4l2_object_try_import()
|