Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/acm2/
Drent_a_codec.cc53 rtc::Optional<CodecInst> RentACodec::CodecInstById(CodecId codec_id) { in CodecInstById()
67 rtc::Optional<CodecId> codec_id = in CodecInstByParams() local
85 rtc::Optional<bool> RentACodec::IsSupportedNumChannels(CodecId codec_id, in IsSupportedNumChannels()
100 CodecId codec_id, in NetEqDecoderFromCodecId()
Dcodec_manager.cc77 int codec_id = IsValidSendCodec(send_codec); in RegisterEncoder() local
Daudio_coding_module.cc46 auto codec_id = acm2::RentACodec::CodecIdFromIndex(list_id); in Codec() local
Dacm_codec_database.cc225 int codec_id = CodecId(codec_inst); in CodecNumber() local
Dacm_receiver_unittest_oldapi.cc88 void InsertOnePacketOfSilence(int codec_id) { in InsertOnePacketOfSilence()
281 for (const auto codec_id : kCodecId) { in TEST_F() local
Drent_a_codec.h149 static inline rtc::Optional<int> CodecIndexFromId(CodecId codec_id) { in CodecIndexFromId()
Dacm_receiver.cc111 bool IsCng(int codec_id) { in IsCng()
Daudio_coding_module_impl.cc597 auto codec_id = in RegisterReceiveCodec() local
/external/libvpx/libvpx/
Dwebmenc.cc52 const char *codec_id; in write_webm_file_header() local
/external/libvncserver/client_examples/
Dvnc2mpg.c48 AVStream *add_video_stream(AVFormatContext *oc, int codec_id, int w, int h) in add_video_stream()
/external/libvpx/libvpx/third_party/libwebm/
Dmkvmuxer.hpp361 const char* codec_id() const { return codec_id_; } in codec_id() function in mkvmuxer::Track
Dmkvmuxer.cpp796 void Track::set_codec_id(const char* codec_id) { in set_codec_id()
/external/webrtc/talk/session/media/
Dmediasession.cc348 int codec_id = sctp ? kGoogleRtpDataCodecId : kGoogleSctpDataCodecId; in FilterDataCodecs() local