HomeSort by relevance Sort by last modified time
    Searched defs:DestroyTask (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/common/gpu/media/
v4l2_image_processor.cc 195 base::Bind(&V4L2ImageProcessor::DestroyTask, base::Unretained(this)));
199 // Otherwise DestroyTask() is not needed.
207 void V4L2ImageProcessor::DestroyTask() {
410 // * device_poll_thread_ scheduled us, but then a DestroyTask() shut it down,
v4l2_video_encode_accelerator.cc 267 base::Bind(&V4L2VideoEncodeAccelerator::DestroyTask,
269 // DestroyTask() will put the encoder into kError state and cause all tasks
274 DestroyTask();
379 void V4L2VideoEncodeAccelerator::DestroyTask() {
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,
    [all...]
vaapi_video_encode_accelerator.cc 775 base::Bind(&VaapiVideoEncodeAccelerator::DestroyTask,
783 void VaapiVideoEncodeAccelerator::DestroyTask() {
    [all...]
v4l2_video_decode_accelerator.cc 437 &V4L2VideoDecodeAccelerator::DestroyTask, base::Unretained(this)));
439 // DestroyTask() will cause the decoder_thread_ to flush all tasks.
443 DestroyTask();
    [all...]

Completed in 819 milliseconds