HomeSort by relevance Sort by last modified time
    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 62 // GetMaxDecodeRequests() to get number of buffers that may be decoded in
103 virtual int GetMaxDecodeRequests() const;
  /external/chromium_org/media/filters/
decoder_stream.h 92 int GetMaxDecodeRequests() const;
216 int DecoderStream<DemuxerStream::AUDIO>::GetMaxDecodeRequests() const;
fake_video_decoder.h 47 virtual int GetMaxDecodeRequests() const OVERRIDE;
decoder_stream.cc 221 int DecoderStream<StreamType>::GetMaxDecodeRequests() const {
222 return decoder_->GetMaxDecodeRequests();
226 int DecoderStream<DemuxerStream::AUDIO>::GetMaxDecodeRequests() const {
239 return num_decodes < GetMaxDecodeRequests();
289 DCHECK_LT(pending_decode_requests_, GetMaxDecodeRequests());
gpu_video_decoder.h 55 virtual int GetMaxDecodeRequests() const OVERRIDE;
fake_video_decoder.cc 180 int FakeVideoDecoder::GetMaxDecodeRequests() const {
fake_video_decoder_unittest.cc 310 while (pending_decode_requests_ < decoder_->GetMaxDecodeRequests())
gpu_video_decoder.cc 329 int GpuVideoDecoder::GetMaxDecodeRequests() const {
  /external/chromium_org/content/renderer/pepper/
video_decoder_shim.cc 137 max_decodes_at_decoder_ = decoder_->GetMaxDecodeRequests();

Completed in 199 milliseconds