Searched defs:codec_type (Results 1 – 12 of 12) sorted by relevance
76 bool CodecSupported(NetEqDecoder codec_type) { in CodecSupported()123 int CodecSampleRateHz(NetEqDecoder codec_type) { in CodecSampleRateHz()178 AudioDecoder* CreateAudioDecoder(NetEqDecoder codec_type) { in CreateAudioDecoder()
42 NetEqDecoder codec_type, in RegisterPayload()61 NetEqDecoder codec_type, in InsertExternal()
56 NetEqDecoder codec_type = NetEqDecoder::kDecoderArbitrary; member
242 NetEqDecoder codec_type = NetEqDecoder::kDecoderPCMu; in TEST_F() local
20 VideoDecoder* VideoDecoder::Create(VideoDecoder::DecoderType codec_type) { in Create()37 VideoDecoder::DecoderType CodecTypeToDecoderType(VideoCodecType codec_type) { in CodecTypeToDecoderType()51 VideoCodecType codec_type, in VideoDecoderSoftwareFallbackWrapper()
20 VideoEncoder* VideoEncoder::Create(VideoEncoder::EncoderType codec_type) { in Create()37 VideoEncoder::EncoderType CodecToEncoderType(VideoCodecType codec_type) { in CodecToEncoderType()51 VideoCodecType codec_type, in VideoEncoderSoftwareFallbackWrapper()
346 VideoCodecType codec_type; in DeliverFrame() local
29 VideoCodecType codec_type) in PayloadCodecTuple()36 VideoCodecType codec_type() const { return codec_type_; } in codec_type() function
35 void PacketInjectionTest::InjectIncorrectPacket(CodecType codec_type, in InjectIncorrectPacket()
119 void VCMCodecDataBase::Codec(VideoCodecType codec_type, VideoCodec* settings) { in Codec()
40 VideoCodecType codec_type; member532 VideoCodecType codec_type, in SetCodecParameters()
894 for (VideoCodecType codec_type : supported_codec_types_) { in CreateVideoDecoder() local