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

  /external/chromium_org/content/renderer/media/
pepper_platform_video_decoder.cc 111 void PlatformVideoDecoder::NotifyEndOfBitstreamBuffer(
114 client_->NotifyEndOfBitstreamBuffer(bitstream_buffer_id);
rtc_video_decoder.cc 408 void RTCVideoDecoder::NotifyEndOfBitstreamBuffer(int32 id) {
409 DVLOG(3) << "NotifyEndOfBitstreamBuffer. id=" << id;
  /external/chromium_org/content/common/gpu/media/
gpu_video_decode_accelerator.cc 303 void GpuVideoDecodeAccelerator::NotifyEndOfBitstreamBuffer(
android_video_decode_accelerator.cc 40 // NotifyEndOfBitstreamBuffer() before getting output from the bitstream.
186 // We should call NotifyEndOfBitstreamBuffer(), when no more decoded output
189 // So, here, we calls NotifyEndOfBitstreamBuffer() in advance in order to
194 &AndroidVideoDecodeAccelerator::NotifyEndOfBitstreamBuffer,
335 &AndroidVideoDecodeAccelerator::NotifyEndOfBitstreamBuffer,
409 &AndroidVideoDecodeAccelerator::NotifyEndOfBitstreamBuffer,
456 void AndroidVideoDecodeAccelerator::NotifyEndOfBitstreamBuffer(
458 client_->NotifyEndOfBitstreamBuffer(input_buffer_id);
video_decode_accelerator_unittest.cc 299 virtual void NotifyEndOfBitstreamBuffer(int32 bitstream_buffer_id) OVERRIDE;
398 void ThrottlingVDAClient::NotifyEndOfBitstreamBuffer(
400 client_->NotifyEndOfBitstreamBuffer(bitstream_buffer_id);
477 virtual void NotifyEndOfBitstreamBuffer(int32 bitstream_buffer_id) OVERRIDE;
730 void GLRenderingVDAClient::NotifyEndOfBitstreamBuffer(
    [all...]
  /external/chromium_org/content/renderer/pepper/
ppb_video_decoder_impl.cc 288 void PPB_VideoDecoder_Impl::NotifyEndOfBitstreamBuffer(
  /external/chromium_org/media/filters/
gpu_video_decoder.cc 527 void GpuVideoDecoder::NotifyEndOfBitstreamBuffer(int32 id) {
528 DVLOG(3) << "NotifyEndOfBitstreamBuffer(" << id << ")";

Completed in 298 milliseconds