HomeSort by relevance Sort by last modified time
    Searched refs:ConfigureDecoder (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/media/filters/
ffmpeg_audio_decoder.h 57 bool ConfigureDecoder();
ffmpeg_video_decoder.h 61 bool ConfigureDecoder();
opus_audio_decoder.h 50 bool ConfigureDecoder();
vpx_video_decoder.h 54 bool ConfigureDecoder(const VideoDecoderConfig& config);
ffmpeg_audio_decoder.cc 106 if (!ConfigureDecoder()) {
236 if (!ConfigureDecoder()) {
306 bool FFmpegAudioDecoder::ConfigureDecoder() {
opus_audio_decoder.cc 274 if (!ConfigureDecoder()) {
344 if (!ConfigureDecoder()) {
403 bool OpusAudioDecoder::ConfigureDecoder() {
ffmpeg_video_decoder.cc 145 if (!config.IsValidConfig() || !ConfigureDecoder()) {
371 bool FFmpegVideoDecoder::ConfigureDecoder() {
vpx_video_decoder.cc 86 if (!ConfigureDecoder(config)) {
119 bool VpxVideoDecoder::ConfigureDecoder(const VideoDecoderConfig& config) {

Completed in 138 milliseconds