Searched refs:child_task_runner_ (Results 1 – 2 of 2) sorted by relevance
429 child_task_runner_(base::ThreadTaskRunnerHandle::Get()), in V4L2SliceVideoDecodeAccelerator()453 DCHECK(child_task_runner_->BelongsToCurrentThread()); in ~V4L2SliceVideoDecodeAccelerator()462 if (!child_task_runner_->BelongsToCurrentThread()) { in NotifyError()463 child_task_runner_->PostTask( in NotifyError()478 DCHECK(child_task_runner_->BelongsToCurrentThread()); in Initialize()494 decode_task_runner_ = child_task_runner_; in Initialize()576 DCHECK(child_task_runner_->BelongsToCurrentThread()); in Destroy()790 child_task_runner_->PostTask( in CreateOutputBuffers()836 DCHECK(child_task_runner_->BelongsToCurrentThread()); in DismissPictures()1448 child_task_runner_->PostTask( in DestroyOutputs()[all …]
320 const scoped_refptr<base::SingleThreadTaskRunner> child_task_runner_; variable