Searched defs:NotifyEndOfBitstreamBuffer (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/content/common/gpu/media/
H A Dandroid_video_decode_accelerator.cc44 // 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( function in class:content::AndroidVideoDecodeAccelerator
546 client_->NotifyEndOfBitstreamBuffer(input_buffer_id);
H A Dgpu_video_decode_accelerator.cc444 void GpuVideoDecodeAccelerator::NotifyEndOfBitstreamBuffer( function in class:content::GpuVideoDecodeAccelerator
H A Dvideo_decode_accelerator_unittest.cc242 virtual void NotifyEndOfBitstreamBuffer(int32 bitstream_buffer_id) OVERRIDE;
538 void GLRenderingVDAClient::NotifyEndOfBitstreamBuffer( function in class:content::__anon7618::GLRenderingVDAClient
/external/chromium_org/content/renderer/pepper/
H A Dpepper_video_decoder_host.cc331 void PepperVideoDecoderHost::NotifyEndOfBitstreamBuffer( function in class:content::PepperVideoDecoderHost
H A Dppb_video_decoder_impl.cc287 void PPB_VideoDecoder_Impl::NotifyEndOfBitstreamBuffer( function in class:content::PPB_VideoDecoder_Impl
/external/chromium_org/content/renderer/media/
H A Drtc_video_decoder.cc459 void RTCVideoDecoder::NotifyEndOfBitstreamBuffer(int32 id) { function in class:content::RTCVideoDecoder
460 DVLOG(3) << "NotifyEndOfBitstreamBuffer. id=" << id;
/external/chromium_org/media/filters/
H A Dgpu_video_decoder.cc547 void GpuVideoDecoder::NotifyEndOfBitstreamBuffer(int32 id) { function in class:media::GpuVideoDecoder
548 DVLOG(3) << "NotifyEndOfBitstreamBuffer(" << id << ")";

Completed in 147 milliseconds