Searched defs:DestroyTask (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/common/gpu/media/
H A Dv4l2_image_processor.cc195 base::Bind(&V4L2ImageProcessor::DestroyTask, base::Unretained(this)));
199 // Otherwise DestroyTask() is not needed.
207 void V4L2ImageProcessor::DestroyTask() { function in class:content::V4L2ImageProcessor
410 // * device_poll_thread_ scheduled us, but then a DestroyTask() shut it down,
H A Dv4l2_video_encode_accelerator.cc267 base::Bind(&V4L2VideoEncodeAccelerator::DestroyTask,
269 // DestroyTask() will put the encoder into kError state and cause all tasks
274 DestroyTask();
379 void V4L2VideoEncodeAccelerator::DestroyTask() { function in class:content::V4L2VideoEncodeAccelerator
380 DVLOG(3) << "DestroyTask()";
382 // DestroyTask() should run regardless of encoder_state_.
416 // * device_poll_thread_ scheduled us, but then a DestroyTask() shut it down,
H A Dvaapi_video_encode_accelerator.cc775 base::Bind(&VaapiVideoEncodeAccelerator::DestroyTask,
783 void VaapiVideoEncodeAccelerator::DestroyTask() { function in class:content::VaapiVideoEncodeAccelerator
H A Dv4l2_video_decode_accelerator.cc437 &V4L2VideoDecodeAccelerator::DestroyTask, base::Unretained(this)));
439 // DestroyTask() will cause the decoder_thread_ to flush all tasks.
443 DestroyTask();
925 // * device_poll_thread_ scheduled us, but then a ResetTask() or DestroyTask()
1399 void V4L2VideoDecodeAccelerator::DestroyTask() { function in class:content::V4L2VideoDecodeAccelerator
1400 DVLOG(3) << "DestroyTask()";
1401 TRACE_EVENT0("Video Decoder", "V4L2VDA::DestroyTask");
1403 // DestroyTask() should run regardless of decoder_state_.

Completed in 381 milliseconds