Home
last modified time | relevance | path

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

/external/v4l2_codec2/vda/
Dv4l2_slice_video_decode_accelerator.cc1102 struct v4l2_plane qbuf_planes[VIDEO_MAX_PLANES]; in EnqueueInputRecord() local
1104 memset(qbuf_planes, 0, sizeof(qbuf_planes)); in EnqueueInputRecord()
1108 qbuf.m.planes = qbuf_planes; in EnqueueInputRecord()
1132 struct v4l2_plane qbuf_planes[VIDEO_MAX_PLANES]; in EnqueueOutputRecord() local
1134 memset(qbuf_planes, 0, sizeof(qbuf_planes)); in EnqueueOutputRecord()
1144 qbuf_planes[i].m.fd = output_record.dmabuf_fds[i].get(); in EnqueueOutputRecord()
1147 qbuf.m.planes = qbuf_planes; in EnqueueOutputRecord()