OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
443
void RTCVideoDecoder::
NotifyEndOfBitstreamBuffer
(int32 id) {
444
DVLOG(3) << "
NotifyEndOfBitstreamBuffer
. id=" << id;
/external/chromium_org/content/renderer/pepper/
ppb_video_decoder_impl.cc
288
void PPB_VideoDecoder_Impl::
NotifyEndOfBitstreamBuffer
(
/external/chromium_org/content/common/gpu/media/
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);
gpu_video_decode_accelerator.cc
433
void GpuVideoDecodeAccelerator::
NotifyEndOfBitstreamBuffer
(
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
...]
/external/chromium_org/media/filters/
gpu_video_decoder.cc
545
void GpuVideoDecoder::
NotifyEndOfBitstreamBuffer
(int32 id) {
546
DVLOG(3) << "
NotifyEndOfBitstreamBuffer
(" << id << ")";
Completed in 225 milliseconds