Home
last modified time | relevance | path

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

/aosp_15_r20/external/v4l2_codec2/components/
H A DDecodeComponent.cpp140 if (mDecoderThread.IsRunning() && !mDecoderTaskRunner->RunsTasksInCurrentSequence()) { in ~DecodeComponent()
141 mDecoderTaskRunner->PostTask(FROM_HERE, in ~DecodeComponent()
162 mDecoderTaskRunner = mDecoderThread.task_runner(); in start()
167 mDecoderTaskRunner->PostTask( in start()
180 ALOG_ASSERT(mDecoderTaskRunner->RunsTasksInCurrentSequence()); in getVideoFramePool()
209 mDecoderTaskRunner); in getVideoFramePool()
223 mDecoderTaskRunner->PostTask(FROM_HERE, in stop()
226 mDecoderTaskRunner = nullptr; in stop()
236 ALOG_ASSERT(mDecoderTaskRunner->RunsTasksInCurrentSequence()); in stopTask()
259 mDecoderTaskRunner->PostTask(FROM_HERE, in release()
[all …]
/aosp_15_r20/external/v4l2_codec2/v4l2/
H A DV4L2DecodeComponent.cpp86 ALOG_ASSERT(mDecoderTaskRunner->RunsTasksInCurrentSequence()); in startTask()
109 mDecoderTaskRunner, mIsSecure); in startTask()
/aosp_15_r20/external/v4l2_codec2/components/include/v4l2_codec2/components/
H A DDecodeComponent.h142 scoped_refptr<::base::SequencedTaskRunner> mDecoderTaskRunner; variable