Home
last modified time | relevance | path

Searched refs:AudioFramesImpl (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/media/cdm/ppapi/
Dcdm_helpers.h192 class AudioFramesImpl : public cdm::AudioFrames_1,
195 AudioFramesImpl() : buffer_(NULL), format_(cdm::kUnknownAudioFormat) {} in AudioFramesImpl() function
196 virtual ~AudioFramesImpl() { in ~AudioFramesImpl()
225 DISALLOW_COPY_AND_ASSIGN(AudioFramesImpl);
Dcdm_adapter.h124 typedef linked_ptr<AudioFramesImpl> LinkedAudioFrames;
Dcdm_wrapper.h401 AudioFramesImpl audio_frames_1; in DecryptAndDecodeSamples()
Dcdm_adapter.cc504 LinkedAudioFrames audio_frames(new AudioFramesImpl()); in DecryptAndDecode()