Home
last modified time | relevance | path

Searched refs:GST_VIDEO_FORMAT_INFO_PSTRIDE (Results 1 – 11 of 11) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/videofilters/
Dgstzebrastripe.c217 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/
Dvideo-info.h398 #define GST_VIDEO_INFO_COMP_PSTRIDE(i,c) GST_VIDEO_FORMAT_INFO_PSTRIDE((i)->finfo,(c))
Dvideo-format.h465 #define GST_VIDEO_FORMAT_INFO_PSTRIDE(info,c) ((info)->pixel_stride[c]) macro
Dvideo-info.c1299 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()
Dvideo-converter.c5141 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()
Dvideo-format.c4386 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/
Dxvimageallocator.c447 GST_VIDEO_FORMAT_INFO_PSTRIDE (info->finfo, 0)); in gst_xvimage_allocator_alloc()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dvideo.c3035 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/
Dgst-plugins-base-libs-sections.txt2779 GST_VIDEO_FORMAT_INFO_PSTRIDE
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2object.c3063 pstride = GST_VIDEO_FORMAT_INFO_PSTRIDE (finfo, 0); in gst_v4l2_object_save_format()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dgstqtmux.c5763 entry.depth = GST_VIDEO_FORMAT_INFO_PSTRIDE (vinfo, 0) * 8; in gst_qt_mux_video_sink_set_caps()