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

/external/chromium_org/content/common/gpu/media/
H A Dv4l2_video_decode_accelerator.cc320 // DecodeTask() will take care of running a DecodeBufferTask().
489 DecodeBufferTask();
492 void V4L2VideoDecodeAccelerator::DecodeBufferTask() { function in class:content::V4L2VideoDecodeAccelerator
493 DVLOG(3) << "DecodeBufferTask()";
496 TRACE_EVENT0("Video Decoder", "V4L2VDA::DecodeBufferTask");
501 DVLOG(2) << "DecodeBufferTask(): early out: kResetting state";
504 DVLOG(2) << "DecodeBufferTask(): early out: kError state";
507 DVLOG(2) << "DecodeBufferTask(): early out: resolution change pending";
525 DVLOG(3) << "DecodeBufferTask(): reading input_id="
553 DVLOG(2) << "DecodeBufferTask()
[all...]

Completed in 94 milliseconds