HomeSort by relevance Sort by last modified time
    Searched refs:pending_decode_cb_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/media/filters/
gpu_video_decoder.cc 77 if (pending_decode_cb_.is_null())
90 if (!pending_decode_cb_.is_null())
103 if (!pending_decode_cb_.is_null())
215 DCHECK(pending_decode_cb_.is_null());
217 pending_decode_cb_ = BindToCurrentLoop(decode_cb);
220 base::ResetAndReturn(&pending_decode_cb_).Run(kDecodeError, NULL);
255 base::ResetAndReturn(&pending_decode_cb_).Run(kDecodeError, NULL);
277 base::ResetAndReturn(&pending_decode_cb_).Run(kNotEnoughData, NULL);
467 if (pending_decode_cb_.is_null())
470 base::ResetAndReturn(&pending_decode_cb_)
    [all...]
gpu_video_decoder.h 128 DecodeCB pending_decode_cb_; member in class:media::GpuVideoDecoder

Completed in 42 milliseconds