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

  /external/chromium_org/content/common/gpu/media/
dxva_video_decode_accelerator.h 145 void DecodeInternal(const base::win::ScopedComPtr<IMFSample>& input_sample);
dxva_video_decode_accelerator.cc 522 DecodeInternal(sample);
    [all...]
  /external/chromium_org/media/base/android/
media_decoder_job.h 174 // becomes true while DecodeInternal() is called. However, they should have
175 // no impact on DecodeInternal(). They will be handled after DecoderInternal()
177 void DecodeInternal(const AccessUnit& unit,
259 // Tracks whether DecodeInternal() should skip decoding if the first access
media_decoder_job.cc 354 &MediaDecoderJob::DecodeInternal, base::Unretained(this),
362 void MediaDecoderJob::DecodeInternal(
373 DVLOG(1) << "DecodeInternal needs flush.";

Completed in 118 milliseconds