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

  /external/chromium_org/content/renderer/pepper/
pepper_video_decoder_host.cc 331 void PepperVideoDecoderHost::NotifyEndOfBitstreamBuffer(
ppb_video_decoder_impl.cc 287 void PPB_VideoDecoder_Impl::NotifyEndOfBitstreamBuffer(
  /external/chromium_org/content/common/gpu/media/
android_video_decode_accelerator.cc 44 // NotifyEndOfBitstreamBuffer() before getting output from the bitstream.
198 // We should call NotifyEndOfBitstreamBuffer(), when no more decoded output
201 // So, here, we calls NotifyEndOfBitstreamBuffer() in advance in order to
207 base::Bind(&AndroidVideoDecodeAccelerator::NotifyEndOfBitstreamBuffer,
392 base::Bind(&AndroidVideoDecodeAccelerator::NotifyEndOfBitstreamBuffer,
482 base::Bind(&AndroidVideoDecodeAccelerator::NotifyEndOfBitstreamBuffer,
544 void AndroidVideoDecodeAccelerator::NotifyEndOfBitstreamBuffer(
546 client_->NotifyEndOfBitstreamBuffer(input_buffer_id);
gpu_video_decode_accelerator.cc 444 void GpuVideoDecodeAccelerator::NotifyEndOfBitstreamBuffer(
video_decode_accelerator_unittest.cc 242 virtual void NotifyEndOfBitstreamBuffer(int32 bitstream_buffer_id) OVERRIDE;
538 void GLRenderingVDAClient::NotifyEndOfBitstreamBuffer(
    [all...]
  /external/chromium_org/content/renderer/media/
rtc_video_decoder.cc 459 void RTCVideoDecoder::NotifyEndOfBitstreamBuffer(int32 id) {
460 DVLOG(3) << "NotifyEndOfBitstreamBuffer. id=" << id;
  /external/chromium_org/media/filters/
gpu_video_decoder.cc 547 void GpuVideoDecoder::NotifyEndOfBitstreamBuffer(int32 id) {
548 DVLOG(3) << "NotifyEndOfBitstreamBuffer(" << id << ")";

Completed in 223 milliseconds