/external/webrtc/webrtc/modules/audio_coding/acm2/ |
audio_coding_module.cc | 46 auto codec_id = acm2::RentACodec::CodecIdFromIndex(list_id); local 47 if (!codec_id) 49 auto ci = acm2::RentACodec::CodecInstById(*codec_id);
|
codec_manager.cc | 77 int codec_id = IsValidSendCodec(send_codec); local 80 if (codec_id < 0) {
|
acm_codec_database.cc | 225 int codec_id = CodecId(codec_inst); local 228 if (codec_id == -1) { 238 if (STR_CASE_CMP(database_[codec_id].plname, "CN") == 0) { 239 return codec_id; 243 if (STR_CASE_CMP(database_[codec_id].plname, "red") == 0) { 244 return codec_id; 248 if (codec_settings_[codec_id].num_packet_sizes > 0) { 252 for (i = 0; i < codec_settings_[codec_id].num_packet_sizes; i++) { 254 codec_settings_[codec_id].packet_sizes_samples[i]; 273 return IsISACRateValid(codec_inst.rate) ? codec_id : kInvalidRate [all...] |
rent_a_codec.cc | 53 rtc::Optional<CodecInst> RentACodec::CodecInstById(CodecId codec_id) { 54 rtc::Optional<int> mi = CodecIndexFromId(codec_id); 67 rtc::Optional<CodecId> codec_id = local 69 if (!codec_id) 71 rtc::Optional<CodecInst> ci = CodecInstById(*codec_id); 85 rtc::Optional<bool> RentACodec::IsSupportedNumChannels(CodecId codec_id, 87 auto i = CodecIndexFromId(codec_id); 100 CodecId codec_id, 102 rtc::Optional<int> i = CodecIndexFromId(codec_id);
|
audio_coding_module_impl.cc | 597 auto codec_id = local 599 if (!codec_id) { 603 auto codec_index = RentACodec::CodecIndexFromId(*codec_id); 604 RTC_CHECK(codec_index) << "Invalid codec ID: " << static_cast<int>(*codec_id);
|
/external/libvpx/libvpx/ |
webmenc.cc | 52 const char *codec_id; local 55 codec_id = "V_VP8"; 58 codec_id = "V_VP9"; 61 codec_id = "V_VP10"; 64 codec_id = "V_VP10"; 67 video_track->set_codec_id(codec_id);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
webmdec.c | 62 int codec_id; local 83 codec_id = nestegg_track_codec_id(webm_ctx->nestegg_ctx, i); 84 if (codec_id == NESTEGG_CODEC_VP8) { 86 } else if (codec_id == NESTEGG_CODEC_VP9) {
|
/hardware/qcom/msm8960/kernel-headers/linux/mfd/ |
msm-adie-codec.h | 79 int codec_id; member in struct:adie_codec_operations
|
/hardware/qcom/msm8960/original-kernel-headers/linux/mfd/ |
msm-adie-codec.h | 100 int codec_id; member in struct:adie_codec_operations
|
/hardware/qcom/msm8994/kernel-headers/linux/mfd/ |
msm-adie-codec.h | 79 int codec_id; member in struct:adie_codec_operations
|
/hardware/qcom/msm8994/original-kernel-headers/linux/mfd/ |
msm-adie-codec.h | 100 int codec_id; member in struct:adie_codec_operations
|
/hardware/qcom/msm8996/kernel-headers/linux/mfd/ |
msm-adie-codec.h | 79 int codec_id; member in struct:adie_codec_operations
|
/hardware/qcom/msm8996/original-kernel-headers/linux/mfd/ |
msm-adie-codec.h | 100 int codec_id; member in struct:adie_codec_operations
|
/hardware/qcom/msm8x26/kernel-headers/linux/mfd/ |
msm-adie-codec.h | 79 int codec_id; member in struct:adie_codec_operations
|
/hardware/qcom/msm8x26/original-kernel-headers/linux/mfd/ |
msm-adie-codec.h | 100 int codec_id; member in struct:adie_codec_operations
|
/hardware/qcom/msm8x84/kernel-headers/linux/mfd/ |
msm-adie-codec.h | 79 int codec_id; member in struct:adie_codec_operations
|
/hardware/qcom/msm8x84/original-kernel-headers/linux/mfd/ |
msm-adie-codec.h | 100 int codec_id; member in struct:adie_codec_operations
|
/external/opencv3/modules/videoio/src/ |
cap_ffmpeg_impl.hpp | 616 AVCodec *codec = avcodec_find_decoder(enc->codec_id); 1131 CV_CODEC_ID codec_id, 1158 c->codec_id = av_guess_codec(oc->oformat, NULL, oc->filename, NULL, AVMEDIA_TYPE_VIDEO); 1160 c->codec_id = oc->oformat->video_codec; 1163 if(codec_id != CV_CODEC(CODEC_ID_NONE)){ 1164 c->codec_id = codec_id; 1168 codec = avcodec_find_encoder(c->codec_id); 1174 AVCodecID c_id = c->codec_id; 1176 // avcodec_get_context_defaults3 erases codec_id for some reaso 1571 CV_CODEC_ID codec_id = CV_CODEC(CODEC_ID_NONE); local [all...] |
/external/webrtc/talk/session/media/ |
mediasession.cc | 348 int codec_id = sctp ? kGoogleRtpDataCodecId : kGoogleSctpDataCodecId; local 351 if (iter->id == codec_id) { [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/ |
mkvmuxer.hpp | 333 void set_codec_id(const char* codec_id); 334 const char* codec_id() const { return codec_id_; } function in class:mkvmuxer::Track [all...] |
/external/libvpx/libvpx/third_party/libwebm/ |
mkvmuxer.hpp | 360 void set_codec_id(const char* codec_id); 361 const char* codec_id() const { return codec_id_; } function in class:mkvmuxer::Track [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/ |
nestegg.c | 235 struct ebml_type codec_id; member in struct:track_entry 418 E_FIELD(ID_CODEC_ID, TYPE_STRING, struct track_entry, codec_id), 1979 char * codec_id; local [all...] |
/external/opencv3/3rdparty/include/ffmpeg_/libavcodec/ |
avcodec.h | 498 AV_CODEC_ID_PROBE = 0x19000, ///< codec_id is not known (like AV_CODEC_ID_NONE) but lavf should attempt to identify it 1164 enum AVCodecID codec_id; \/* see AV_CODEC_ID_xxx *\/ member in struct:AVCodecContext [all...] |