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

  /external/chromium_org/media/video/
video_decode_accelerator.h 69 virtual void NotifyEndOfBitstreamBuffer(int32 bitstream_buffer_id) = 0;
95 // NotifyEndOfBitstreamBuffer() with the bitstream buffer id.
  /external/chromium_org/content/renderer/media/
pepper_platform_video_decoder.cc 111 void PlatformVideoDecoder::NotifyEndOfBitstreamBuffer(
114 client_->NotifyEndOfBitstreamBuffer(bitstream_buffer_id);
pepper_platform_video_decoder.h 44 virtual void NotifyEndOfBitstreamBuffer(int32 bitstream_buffer_id) OVERRIDE;
rtc_video_decoder.h 85 virtual void NotifyEndOfBitstreamBuffer(int32 id) OVERRIDE;
rtc_video_decoder.cc 443 void RTCVideoDecoder::NotifyEndOfBitstreamBuffer(int32 id) {
444 DVLOG(3) << "NotifyEndOfBitstreamBuffer. id=" << id;
  /external/chromium_org/content/renderer/pepper/
ppb_video_decoder_impl.h 64 virtual void NotifyEndOfBitstreamBuffer(int32 buffer_id) OVERRIDE;
ppb_video_decoder_impl.cc 288 void PPB_VideoDecoder_Impl::NotifyEndOfBitstreamBuffer(
  /external/chromium_org/content/common/gpu/media/
android_video_decode_accelerator.h 91 void NotifyEndOfBitstreamBuffer(int input_buffer_id);
155 // NotifyEndOfBitstreamBuffer() before getting output from the bitstream.
android_video_decode_accelerator_unittest.cc 46 virtual void NotifyEndOfBitstreamBuffer(
gpu_video_decode_accelerator.h 54 virtual void NotifyEndOfBitstreamBuffer(int32 bitstream_buffer_id) OVERRIDE;
android_video_decode_accelerator.cc 41 // 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
206 &AndroidVideoDecodeAccelerator::NotifyEndOfBitstreamBuffer,
370 &AndroidVideoDecodeAccelerator::NotifyEndOfBitstreamBuffer,
457 &AndroidVideoDecodeAccelerator::NotifyEndOfBitstreamBuffer,
515 void AndroidVideoDecodeAccelerator::NotifyEndOfBitstreamBuffer(
517 client_->NotifyEndOfBitstreamBuffer(input_buffer_id);
video_decode_accelerator_unittest.cc 218 virtual void NotifyEndOfBitstreamBuffer(int32 bitstream_buffer_id) OVERRIDE;
317 void ThrottlingVDAClient::NotifyEndOfBitstreamBuffer(
319 client_->NotifyEndOfBitstreamBuffer(bitstream_buffer_id);
399 virtual void NotifyEndOfBitstreamBuffer(int32 bitstream_buffer_id) OVERRIDE;
678 void GLRenderingVDAClient::NotifyEndOfBitstreamBuffer(
    [all...]
gpu_video_decode_accelerator.cc 433 void GpuVideoDecodeAccelerator::NotifyEndOfBitstreamBuffer(
dxva_video_decode_accelerator.cc     [all...]
vaapi_video_decode_accelerator.cc 497 &Client::NotifyEndOfBitstreamBuffer, client_, id));
845 &Client::NotifyEndOfBitstreamBuffer, client_,
exynos_video_decode_accelerator.cc 123 &Client::NotifyEndOfBitstreamBuffer, client, input_id));
671 // BitstreamBufferRef destructor calls NotifyEndOfBitstreamBuffer().
    [all...]
  /external/chromium_org/media/filters/
gpu_video_decoder.h 61 virtual void NotifyEndOfBitstreamBuffer(int32 id) OVERRIDE;
gpu_video_decoder.cc 545 void GpuVideoDecoder::NotifyEndOfBitstreamBuffer(int32 id) {
546 DVLOG(3) << "NotifyEndOfBitstreamBuffer(" << id << ")";
  /external/chromium_org/content/common/gpu/client/
gpu_video_decode_accelerator_host.cc 184 client_->NotifyEndOfBitstreamBuffer(bitstream_buffer_id);

Completed in 116 milliseconds