Searched refs:cdm_format (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/media/cdm/ppapi/external_clear_key/
H A Dffmpeg_cdm_audio_decoder.cc104 static void CopySamples(cdm::AudioFormat cdm_format, argument
108 switch (cdm_format) {
263 const cdm::AudioFormat cdm_format = AVSampleFormatToCdmAudioFormat( local
265 DCHECK_NE(cdm_format, cdm::kUnknownAudioFormat);
266 decoded_frames->SetFormat(cdm_format);
373 cdm_format, decoded_audio_size, *av_frame_, output_buffer);
387 cdm_format, decoded_audio_size, *av_frame_, output_buffer);

Completed in 82 milliseconds