Home
last modified time | relevance | path

Searched refs:GST_VIDEO_INFO_N_COMPONENTS (Results 1 – 13 of 13) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst/videoconvert/
Dgstvideoconvert.c348 if (GST_VIDEO_INFO_N_COMPONENTS (in_info) != in subsampling_unchanged()
349 GST_VIDEO_INFO_N_COMPONENTS (out_info)) in subsampling_unchanged()
355 for (i = 0; i < GST_VIDEO_INFO_N_COMPONENTS (in_info); i++) { in subsampling_unchanged()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-frame.h142 #define GST_VIDEO_FRAME_N_COMPONENTS(f) GST_VIDEO_INFO_N_COMPONENTS(&(f)->info)
Dvideo-info.h416 #define GST_VIDEO_INFO_N_COMPONENTS(i) GST_VIDEO_FORMAT_INFO_N_COMPONENTS((i)->finfo) macro
Dvideo-info.c795 for (i = 0; i < GST_VIDEO_INFO_N_COMPONENTS (info); i++) in fill_planes()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dcuda-converter.c1038 GST_VIDEO_INFO_N_PLANES (info) != GST_VIDEO_INFO_N_COMPONENTS (info)) { in convert_create_texture()
1926 GST_VIDEO_INFO_N_COMPONENTS (in_info); in cuda_converter_lookup_path()
1928 GST_VIDEO_INFO_N_COMPONENTS (out_info); in cuda_converter_lookup_path()
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstline21dec.c280 GST_VIDEO_INFO_N_PLANES (in_info), GST_VIDEO_INFO_N_COMPONENTS (in_info)); in gst_line_21_decoder_set_info()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvavpp.c1603 if (GST_VIDEO_INFO_N_COMPONENTS (in_info) != in subsampling_unchanged()
1604 GST_VIDEO_INFO_N_COMPONENTS (out_info)) in subsampling_unchanged()
1610 for (i = 0; i < GST_VIDEO_INFO_N_COMPONENTS (in_info); i++) { in subsampling_unchanged()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11convert.cpp540 if (GST_VIDEO_INFO_N_COMPONENTS (in_info) != in subsampling_unchanged()
541 GST_VIDEO_INFO_N_COMPONENTS (out_info)) in subsampling_unchanged()
547 for (i = 0; i < GST_VIDEO_INFO_N_COMPONENTS (in_info); i++) { in subsampling_unchanged()
Dgstd3d11window.cpp497 for (i = 0; i < GST_VIDEO_INFO_N_COMPONENTS (&window->info); i++) { in gst_d3d11_window_prepare_default()
/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dgstcompare.c456 comps = GST_VIDEO_INFO_N_COMPONENTS (&info1); in gst_compare_ssim()
/third_party/gstreamer/gstplugins_good/ext/jpeg/
Dgstjpegenc.c349 enc->channels = GST_VIDEO_INFO_N_COMPONENTS (info); in gst_jpegenc_set_format()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavvidenc.c608 if (c < GST_VIDEO_INFO_N_COMPONENTS (info)) { in gst_ffmpegvidenc_send_frame()
Dgstavcodecmap.c3001 for (i = 0; i < GST_VIDEO_INFO_N_COMPONENTS (info); i++) in gst_ffmpeg_videoinfo_to_context()