Searched refs:AudioFramesImpl (Results 1 – 4 of 4) sorted by relevance
192 class AudioFramesImpl : public cdm::AudioFrames_1,195 AudioFramesImpl() : buffer_(NULL), format_(cdm::kUnknownAudioFormat) {} in AudioFramesImpl() function196 virtual ~AudioFramesImpl() { in ~AudioFramesImpl()225 DISALLOW_COPY_AND_ASSIGN(AudioFramesImpl);
124 typedef linked_ptr<AudioFramesImpl> LinkedAudioFrames;
401 AudioFramesImpl audio_frames_1; in DecryptAndDecodeSamples()
504 LinkedAudioFrames audio_frames(new AudioFramesImpl()); in DecryptAndDecode()