Searched refs:GST_VIDEO_FORMAT_INFO_PSTRIDE (Results 1 – 11 of 11) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/videofilters/ |
D | gstzebrastripe.c | 217 pixel_stride = GST_VIDEO_FORMAT_INFO_PSTRIDE (frame->info.finfo, 0); in gst_zebra_stripe_transform_frame_ip()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-info.h | 398 #define GST_VIDEO_INFO_COMP_PSTRIDE(i,c) GST_VIDEO_FORMAT_INFO_PSTRIDE((i)->finfo,(c))
|
D | video-format.h | 465 #define GST_VIDEO_FORMAT_INFO_PSTRIDE(info,c) ((info)->pixel_stride[c]) macro
|
D | video-info.c | 1299 hedge *= GST_VIDEO_FORMAT_INFO_PSTRIDE (vinfo, i); in gst_video_info_align() 1365 (hedge * GST_VIDEO_FORMAT_INFO_PSTRIDE (vinfo, comp)); in gst_video_info_align()
|
D | video-converter.c | 5141 task->out_x * GST_VIDEO_FORMAT_INFO_PSTRIDE (task->dest->info.finfo, 0); in convert_I420_pack_ARGB_task() 5293 pstride = GST_VIDEO_FORMAT_INFO_PSTRIDE (out_finfo, k); in convert_fill_border() 6037 pstride = GST_VIDEO_FORMAT_INFO_PSTRIDE (out_finfo, GST_VIDEO_COMP_Y); in setup_scale() 6053 pstride = GST_VIDEO_FORMAT_INFO_PSTRIDE (out_finfo, GST_VIDEO_COMP_R); in setup_scale() 6108 pstride = GST_VIDEO_FORMAT_INFO_PSTRIDE (out_finfo, i); in setup_scale()
|
D | video-format.c | 4386 unpack_pstride = GST_VIDEO_FORMAT_INFO_PSTRIDE (unpack_info, 0); in unpack_NV12_64Z32() 4441 pack_pstride = GST_VIDEO_FORMAT_INFO_PSTRIDE (pack_info, 0); in pack_NV12_64Z32()
|
/third_party/gstreamer/gstplugins_base/sys/xvimage/ |
D | xvimageallocator.c | 447 GST_VIDEO_FORMAT_INFO_PSTRIDE (info->finfo, 0)); in gst_xvimage_allocator_alloc()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | video.c | 3035 fail_unless (GST_VIDEO_FORMAT_INFO_PSTRIDE (vf_info, 3) > 0); in GST_START_TEST() 3038 fail_unless (GST_VIDEO_FORMAT_INFO_PSTRIDE (vf_info, 2) > 0); in GST_START_TEST() 3041 fail_unless (GST_VIDEO_FORMAT_INFO_PSTRIDE (vf_info, 1) > 0); in GST_START_TEST() 3044 fail_unless (GST_VIDEO_FORMAT_INFO_PSTRIDE (vf_info, 0) > 0); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_base/docs/libs/ |
D | gst-plugins-base-libs-sections.txt | 2779 GST_VIDEO_FORMAT_INFO_PSTRIDE
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2object.c | 3063 pstride = GST_VIDEO_FORMAT_INFO_PSTRIDE (finfo, 0); in gst_v4l2_object_save_format()
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | gstqtmux.c | 5763 entry.depth = GST_VIDEO_FORMAT_INFO_PSTRIDE (vinfo, 0) * 8; in gst_qt_mux_video_sink_set_caps()
|