Home
last modified time | relevance | path

Searched defs:codec_type (Results 1 – 13 of 13) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
Daudio_decoder_impl.cc76 bool CodecSupported(NetEqDecoder codec_type) { in CodecSupported()
123 int CodecSampleRateHz(NetEqDecoder codec_type) { in CodecSampleRateHz()
178 AudioDecoder* CreateAudioDecoder(NetEqDecoder codec_type) { in CreateAudioDecoder()
Ddecoder_database.cc42 NetEqDecoder codec_type, in RegisterPayload()
61 NetEqDecoder codec_type, in InsertExternal()
Ddecoder_database.h56 NetEqDecoder codec_type = NetEqDecoder::kDecoderArbitrary; member
Dneteq_impl_unittest.cc242 NetEqDecoder codec_type = NetEqDecoder::kDecoderPCMu; in TEST_F() local
/external/webrtc/webrtc/video/
Dvideo_decoder.cc20 VideoDecoder* VideoDecoder::Create(VideoDecoder::DecoderType codec_type) { in Create()
37 VideoDecoder::DecoderType CodecTypeToDecoderType(VideoCodecType codec_type) { in CodecTypeToDecoderType()
51 VideoCodecType codec_type, in VideoDecoderSoftwareFallbackWrapper()
Dvideo_encoder.cc20 VideoEncoder* VideoEncoder::Create(VideoEncoder::EncoderType codec_type) { in Create()
37 VideoEncoder::EncoderType CodecToEncoderType(VideoCodecType codec_type) { in CodecToEncoderType()
51 VideoCodecType codec_type, in VideoEncoderSoftwareFallbackWrapper()
Dvie_encoder.cc346 VideoCodecType codec_type; in DeliverFrame() local
/external/webrtc/webrtc/modules/video_coding/test/
Drtp_player.h29 VideoCodecType codec_type) in PayloadCodecTuple()
36 VideoCodecType codec_type() const { return codec_type_; } in codec_type() function
/external/u-boot/include/
Dsound.h28 enum en_sound_codec codec_type; member
/external/webrtc/webrtc/call/
Dpacket_injection_tests.cc35 void PacketInjectionTest::InjectIncorrectPacket(CodecType codec_type, in InjectIncorrectPacket()
/external/webrtc/webrtc/modules/video_coding/
Dcodec_database.cc119 void VCMCodecDataBase::Codec(VideoCodecType codec_type, VideoCodec* settings) { in Codec()
/external/webrtc/webrtc/modules/video_coding/codecs/test/
Dvideoprocessor_integrationtest.cc40 VideoCodecType codec_type; member
532 VideoCodecType codec_type, in SetCodecParameters()
/external/webrtc/talk/app/webrtc/java/jni/
Dandroidmediadecoder_jni.cc894 for (VideoCodecType codec_type : supported_codec_types_) { in CreateVideoDecoder() local