OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetMaxDecodeRequests
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/media/base/
video_decoder.cc
23
int VideoDecoder::
GetMaxDecodeRequests
() const {
video_decoder.h
71
//
GetMaxDecodeRequests
() to get number of buffers that may be decoded in
106
virtual int
GetMaxDecodeRequests
() const;
/external/chromium_org/media/filters/
decoder_stream.h
87
int
GetMaxDecodeRequests
() const;
210
int DecoderStream<DemuxerStream::AUDIO>::
GetMaxDecodeRequests
() const;
fake_video_decoder.h
47
virtual int
GetMaxDecodeRequests
() const OVERRIDE;
decoder_stream.cc
195
int DecoderStream<StreamType>::
GetMaxDecodeRequests
() const {
196
return decoder_->
GetMaxDecodeRequests
();
200
int DecoderStream<DemuxerStream::AUDIO>::
GetMaxDecodeRequests
() const {
213
return !decoding_eos_ && num_decodes <
GetMaxDecodeRequests
();
265
DCHECK_LT(pending_decode_requests_,
GetMaxDecodeRequests
());
gpu_video_decoder.h
54
virtual int
GetMaxDecodeRequests
() const OVERRIDE;
fake_video_decoder.cc
183
int FakeVideoDecoder::
GetMaxDecodeRequests
() const {
fake_video_decoder_unittest.cc
310
while (pending_decode_requests_ < decoder_->
GetMaxDecodeRequests
())
gpu_video_decoder.cc
320
int GpuVideoDecoder::
GetMaxDecodeRequests
() const {
/external/chromium_org/content/renderer/pepper/
video_decoder_shim.cc
146
max_decodes_at_decoder_ = decoder_->
GetMaxDecodeRequests
();
Completed in 249 milliseconds