Searched refs:_mplanes_count (Results 1 – 2 of 2) sorted by relevance
51 ,_mplanes_count(FMT_NUM_PLANES) in V4l2Device()111 _mplanes_count = planes_count; in set_mplanes_count()834 (_buf_count * _mplanes_count * sizeof(struct v4l2_plane)); in prepare()860 v4l2_buf.m.planes = &_planes[index * _mplanes_count]; in prepare()861 v4l2_buf.length = _mplanes_count; in prepare()870 v4l2_buf.length = _mplanes_count; in prepare()871 for (int i=0; i<_mplanes_count; i++) { in prepare()892 for (int i=0; i<_mplanes_count; i++) { in prepare()932 v4l2_buf.length = _mplanes_count; in prepare()933 for (int i=0; i<_mplanes_count; i++) { in prepare()[all …]
180 int32_t _mplanes_count; variable