Searched defs:codec_id (Results 1 – 13 of 13) sorted by relevance
53 rtc::Optional<CodecInst> RentACodec::CodecInstById(CodecId codec_id) { in CodecInstById()67 rtc::Optional<CodecId> codec_id = in CodecInstByParams() local85 rtc::Optional<bool> RentACodec::IsSupportedNumChannels(CodecId codec_id, in IsSupportedNumChannels()100 CodecId codec_id, in NetEqDecoderFromCodecId()
77 int codec_id = IsValidSendCodec(send_codec); in RegisterEncoder() local
46 auto codec_id = acm2::RentACodec::CodecIdFromIndex(list_id); in Codec() local
225 int codec_id = CodecId(codec_inst); in CodecNumber() local
88 void InsertOnePacketOfSilence(int codec_id) { in InsertOnePacketOfSilence()281 for (const auto codec_id : kCodecId) { in TEST_F() local
149 static inline rtc::Optional<int> CodecIndexFromId(CodecId codec_id) { in CodecIndexFromId()
111 bool IsCng(int codec_id) { in IsCng()
597 auto codec_id = in RegisterReceiveCodec() local
52 const char *codec_id; in write_webm_file_header() local
48 AVStream *add_video_stream(AVFormatContext *oc, int codec_id, int w, int h) in add_video_stream()
361 const char* codec_id() const { return codec_id_; } in codec_id() function in mkvmuxer::Track
796 void Track::set_codec_id(const char* codec_id) { in set_codec_id()
348 int codec_id = sctp ? kGoogleRtpDataCodecId : kGoogleSctpDataCodecId; in FilterDataCodecs() local