HomeSort by relevance Sort by last modified time
    Searched defs:FFmpegAudioDecoder (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/media/filters/
ffmpeg_audio_decoder.h 30 class MEDIA_EXPORT FFmpegAudioDecoder : public AudioDecoder {
32 explicit FFmpegAudioDecoder(
34 virtual ~FFmpegAudioDecoder();
64 base::WeakPtrFactory<FFmpegAudioDecoder> weak_factory_;
65 base::WeakPtr<FFmpegAudioDecoder> weak_this_;
97 DISALLOW_IMPLICIT_CONSTRUCTORS(FFmpegAudioDecoder);
ffmpeg_audio_decoder.cc 60 FFmpegAudioDecoder* decoder = static_cast<FFmpegAudioDecoder*>(s->opaque);
71 FFmpegAudioDecoder::FFmpegAudioDecoder(
87 void FFmpegAudioDecoder::Initialize(
115 void FFmpegAudioDecoder::Read(const ReadCB& read_cb) {
134 int FFmpegAudioDecoder::bits_per_channel() {
139 ChannelLayout FFmpegAudioDecoder::channel_layout() {
144 int FFmpegAudioDecoder::samples_per_second() {
149 void FFmpegAudioDecoder::Reset(const base::Closure& closure)
    [all...]

Completed in 63 milliseconds