OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAudioBuffer
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/media/filters/
ffmpeg_audio_decoder.h
52
int
GetAudioBuffer
(AVCodecContext* codec, AVFrame* frame, int flags);
ffmpeg_audio_decoder.cc
55
//
GetAudioBuffer
() to do the actual allocation.
62
return decoder->
GetAudioBuffer
(s, frame, flags);
164
int FFmpegAudioDecoder::
GetAudioBuffer
(AVCodecContext* codec,
Completed in 282 milliseconds