HomeSort by relevance Sort by last modified time
    Searched defs:DestroyTask (Results 1 - 3 of 3) 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() {
408 // * device_poll_thread_ scheduled us, but then a DestroyTask() shut it down,
v4l2_video_encode_accelerator.cc 266 base::Bind(&V4L2VideoEncodeAccelerator::DestroyTask,
268 // DestroyTask() will put the encoder into kError state and cause all tasks
273 DestroyTask();
374 void V4L2VideoEncodeAccelerator::DestroyTask() {
375 DVLOG(3) << "DestroyTask()";
377 // DestroyTask() should run regardless of encoder_state_.
411 // * device_poll_thread_ scheduled us, but then a DestroyTask() shut it down,
    [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 57 milliseconds