Searched defs:mplane (Results 1 - 2 of 2) sorted by relevance

/drivers/media/video/s5p-mfc/
H A Ds5p_mfc_dec.c229 static int vidioc_enum_fmt(struct v4l2_fmtdesc *f, bool mplane, bool out) argument
235 if (mplane && formats[i].num_planes == 1)
237 else if (!mplane && formats[i].num_planes > 1)
H A Ds5p_mfc_enc.c794 static int vidioc_enum_fmt(struct v4l2_fmtdesc *f, bool mplane, bool out) argument
800 if (mplane && formats[i].num_planes == 1)
802 else if (!mplane && formats[i].num_planes > 1)

Completed in 24 milliseconds