Home
last modified time | relevance | path

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

/external/v4l2_codec2/vda/
Dv4l2_video_decode_accelerator.h291 bool StopInputStream();
Dv4l2_video_decode_accelerator.cc1342 if (!(StopDevicePoll() && StopOutputStream() && StopInputStream())) in NotifyFlushDoneIfNeeded()
1434 if (!StopInputStream()) in FinishReset()
1490 StopInputStream(); in DestroyTask()
1576 bool V4L2VideoDecodeAccelerator::StopInputStream() { in StopInputStream() function in media::V4L2VideoDecodeAccelerator