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

  /external/chromium_org/media/video/
video_decode_accelerator.h 63 virtual void NotifyEndOfBitstreamBuffer(int32 bitstream_buffer_id) = 0;
93 // NotifyEndOfBitstreamBuffer() with the bitstream buffer id.
  /external/chromium_org/content/common/gpu/media/
android_video_decode_accelerator_unittest.cc 45 virtual void NotifyEndOfBitstreamBuffer(
android_video_decode_accelerator.h 88 void NotifyEndOfBitstreamBuffer(int input_buffer_id);
152 // NotifyEndOfBitstreamBuffer() before getting output from the bitstream.
gpu_video_decode_accelerator.h 52 virtual void NotifyEndOfBitstreamBuffer(int32 bitstream_buffer_id) OVERRIDE;
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,
378 base::Bind(&AndroidVideoDecodeAccelerator::NotifyEndOfBitstreamBuffer,
468 base::Bind(&AndroidVideoDecodeAccelerator::NotifyEndOfBitstreamBuffer,
530 void AndroidVideoDecodeAccelerator::NotifyEndOfBitstreamBuffer(
532 client_->NotifyEndOfBitstreamBuffer(input_buffer_id);
gpu_video_decode_accelerator.cc 442 void GpuVideoDecodeAccelerator::NotifyEndOfBitstreamBuffer(
dxva_video_decode_accelerator.cc     [all...]
vaapi_video_decode_accelerator.cc 483 &Client::NotifyEndOfBitstreamBuffer, client_, id));
828 &Client::NotifyEndOfBitstreamBuffer, client_,
video_decode_accelerator_unittest.cc 240 virtual void NotifyEndOfBitstreamBuffer(int32 bitstream_buffer_id) OVERRIDE;
564 void GLRenderingVDAClient::NotifyEndOfBitstreamBuffer(
    [all...]
v4l2_video_decode_accelerator.cc 110 &Client::NotifyEndOfBitstreamBuffer, client, input_id));
606 // BitstreamBufferRef destructor calls NotifyEndOfBitstreamBuffer().
    [all...]
  /external/chromium_org/content/renderer/pepper/
ppb_video_decoder_impl.h 56 virtual void NotifyEndOfBitstreamBuffer(int32 buffer_id) OVERRIDE;
pepper_video_decoder_host.h 65 virtual void NotifyEndOfBitstreamBuffer(int32 bitstream_buffer_id) OVERRIDE;
ppb_video_decoder_impl.cc 286 void PPB_VideoDecoder_Impl::NotifyEndOfBitstreamBuffer(
pepper_video_decoder_host.cc 324 void PepperVideoDecoderHost::NotifyEndOfBitstreamBuffer(
video_decoder_shim.cc 566 host_->NotifyEndOfBitstreamBuffer(completed_decodes_.front());
  /external/chromium_org/media/filters/
gpu_video_decoder.h 63 virtual void NotifyEndOfBitstreamBuffer(int32 id) OVERRIDE;
gpu_video_decoder.cc 544 void GpuVideoDecoder::NotifyEndOfBitstreamBuffer(int32 id) {
545 DVLOG(3) << "NotifyEndOfBitstreamBuffer(" << id << ")";
  /external/chromium_org/content/common/gpu/client/
gpu_video_decode_accelerator_host.cc 211 client_->NotifyEndOfBitstreamBuffer(bitstream_buffer_id);
  /external/chromium_org/content/renderer/media/
rtc_video_decoder.h 83 virtual void NotifyEndOfBitstreamBuffer(int32 id) OVERRIDE;
rtc_video_decoder.cc 450 void RTCVideoDecoder::NotifyEndOfBitstreamBuffer(int32 id) {
451 DVLOG(3) << "NotifyEndOfBitstreamBuffer. id=" << id;

Completed in 837 milliseconds