Home
last modified time | relevance | path

Searched refs:GST_VIDEO_FRAME_N_COMPONENTS (Results 1 – 4 of 4) sorted by relevance

/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) macro
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dvideocrop.c315 for (i = 0; i < GST_VIDEO_FRAME_N_COMPONENTS (&frame); i++) { in check_1x1_buffer()
/third_party/gstreamer/gstplugins_bad/ext/openjpeg/
Dgstopenjpegenc.c937 ncomps = GST_VIDEO_FRAME_N_COMPONENTS (frame); in gst_openjpeg_enc_fill_image()
/third_party/gstreamer/gstplugins_good/gst/videobox/
Dgstvideobox.c1784 if (GST_VIDEO_FRAME_N_COMPONENTS (frame) == 4) { in fill_rgb32()