Home
last modified time | relevance | path

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

/external/v4l2_codec2/vda/
Dv4l2_slice_video_decode_accelerator.cc609 DCHECK(surfaces_at_device_.empty()); in DestroyTask()
746 DCHECK(surfaces_at_device_.empty()); in CreateOutputBuffers()
928 surfaces_at_device_ in Enqueue()
996 surfaces_at_device_.find(dqbuf.index); in Dequeue()
997 if (it == surfaces_at_device_.end()) { in Dequeue()
1004 surfaces_at_device_.erase(it); in Dequeue()
1243 surfaces_at_device_.clear(); in StopDevicePoll()
1395 if (!surfaces_at_device_.empty()) in FinishSurfaceSetChange()
1464 DCHECK(surfaces_at_device_.empty()); in DestroyOutputBuffers()
1746 if (!surfaces_at_device_.empty()) in FinishFlush()
[all …]
Dv4l2_slice_video_decode_accelerator.h406 V4L2DecodeSurfaceByOutputId surfaces_at_device_; variable