OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConfigureDecoder
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/media/filters/
ffmpeg_audio_decoder.h
60
bool
ConfigureDecoder
();
ffmpeg_video_decoder.h
65
bool
ConfigureDecoder
();
opus_audio_decoder.h
51
bool
ConfigureDecoder
();
vpx_video_decoder.h
55
bool
ConfigureDecoder
(const VideoDecoderConfig& config);
ffmpeg_audio_decoder.cc
105
if (!
ConfigureDecoder
()) {
258
if (!
ConfigureDecoder
()) {
325
bool FFmpegAudioDecoder::
ConfigureDecoder
() {
opus_audio_decoder.cc
288
if (!
ConfigureDecoder
()) {
358
if (!
ConfigureDecoder
()) {
425
bool OpusAudioDecoder::
ConfigureDecoder
() {
ffmpeg_video_decoder.cc
142
if (!config.IsValidConfig() || !
ConfigureDecoder
()) {
360
bool FFmpegVideoDecoder::
ConfigureDecoder
() {
vpx_video_decoder.cc
94
if (!
ConfigureDecoder
(config)) {
127
bool VpxVideoDecoder::
ConfigureDecoder
(const VideoDecoderConfig& config) {
Completed in 496 milliseconds