Searched defs:FFmpegAudioDecoder (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/media/filters/
H A Dffmpeg_audio_decoder.h31 class MEDIA_EXPORT FFmpegAudioDecoder : public AudioDecoder { class in namespace:media
33 FFmpegAudioDecoder(
36 virtual ~FFmpegAudioDecoder();
112 DISALLOW_IMPLICIT_CONSTRUCTORS(FFmpegAudioDecoder);
H A Dffmpeg_audio_decoder.cc128 FFmpegAudioDecoder::FFmpegAudioDecoder( function in class:media::FFmpegAudioDecoder
137 FFmpegAudioDecoder::~FFmpegAudioDecoder() {
146 std::string FFmpegAudioDecoder::GetDisplayName() const {
147 return "FFmpegAudioDecoder";
150 void FFmpegAudioDecoder::Initialize(const AudioDecoderConfig& config,
172 void FFmpegAudioDecoder::Decode(const scoped_refptr<DecoderBuffer>& buffer,
193 void FFmpegAudioDecoder::Reset(const base::Closure& closure) {
202 void FFmpegAudioDecoder
[all...]

Completed in 1762 milliseconds