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

  /external/chromium_org/media/filters/
opus_audio_decoder.h 48 bool ConfigureDecoder();
ffmpeg_audio_decoder.h 86 bool ConfigureDecoder();
ffmpeg_video_decoder.h 69 bool ConfigureDecoder(bool low_delay);
vpx_video_decoder.h 55 bool ConfigureDecoder(const VideoDecoderConfig& config);
ffmpeg_audio_decoder.cc 161 if (!config.IsValidConfig() || !ConfigureDecoder()) {
337 bool FFmpegAudioDecoder::ConfigureDecoder() {
ffmpeg_video_decoder.cc 169 if (!config.IsValidConfig() || !ConfigureDecoder(low_delay)) {
326 bool FFmpegVideoDecoder::ConfigureDecoder(bool low_delay) {
opus_audio_decoder.cc 265 if (!ConfigureDecoder()) {
344 bool OpusAudioDecoder::ConfigureDecoder() {
vpx_video_decoder.cc 218 if (!ConfigureDecoder(config)) {
252 bool VpxVideoDecoder::ConfigureDecoder(const VideoDecoderConfig& config) {
  /external/chromium_org/content/common/gpu/media/
vt_video_decode_accelerator.h 86 void ConfigureDecoder(
vt_video_decode_accelerator.cc 119 void VTVideoDecodeAccelerator::ConfigureDecoder(
247 ConfigureDecoder(config_nalu_data_ptrs, config_nalu_data_sizes);

Completed in 235 milliseconds