Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2object.c3500 gboolean is_mplane; in gst_v4l2_object_set_format_full() local
3516 is_mplane = V4L2_TYPE_IS_MULTIPLANAR (v4l2object->type); in gst_v4l2_object_set_format_full()
3694 if (is_mplane) { in gst_v4l2_object_set_format_full()
3741 is_mplane ? format.fmt.pix_mp.num_planes : 1); in gst_v4l2_object_set_format_full()
3744 if (is_mplane) { in gst_v4l2_object_set_format_full()
3754 if (is_mplane) { in gst_v4l2_object_set_format_full()
3778 if (is_mplane) { in gst_v4l2_object_set_format_full()
3794 is_mplane ? format.fmt.pix_mp.num_planes : 1, in gst_v4l2_object_set_format_full()
3798 if (is_mplane) { in gst_v4l2_object_set_format_full()
3828 if (is_mplane && format.fmt.pix_mp.num_planes != n_v4l_planes) in gst_v4l2_object_set_format_full()
[all …]