HomeSort by relevance Sort by last modified time
    Searched defs:codec_id (Results 1 - 25 of 26) sorted by null

1 2

  /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 48 const char *codec_id; local
50 case VP8_FOURCC: codec_id = "V_VP8"; break;
52 default: codec_id = "V_VP9"; break;
54 video_track->set_codec_id(codec_id);
  /system/bt/stack/a2dp/
a2dp_vendor.cc 33 uint16_t codec_id = A2DP_VendorCodecGetCodecId(p_codec_info); local
37 codec_id == A2DP_APTX_CODEC_ID_BLUETOOTH) {
43 codec_id == A2DP_APTX_HD_CODEC_ID_BLUETOOTH) {
48 if (vendor_id == A2DP_LDAC_VENDOR_ID && codec_id == A2DP_LDAC_CODEC_ID) {
52 // Add checks based on <vendor_id, codec_id>
59 // uint16_t codec_id = A2DP_VendorCodecGetCodecId(p_codec_info);
61 // Add checks based on <vendor_id, codec_id>
70 // uint16_t codec_id = A2DP_VendorCodecGetCodecId(p_codec_info);
72 // Add checks based on <vendor_id, codec_id>
80 uint16_t codec_id = A2DP_VendorCodecGetCodecId(p_codec_info) local
138 uint16_t codec_id = (p[0] & 0x00ff) | ((p[1] << 8) & 0xff00); local
146 uint16_t codec_id = A2DP_VendorCodecGetCodecId(p_codec_info); local
175 uint16_t codec_id = A2DP_VendorCodecGetCodecId(p_codec_info); local
281 uint16_t codec_id = A2DP_VendorCodecGetCodecId(p_codec_info); local
307 uint16_t codec_id = A2DP_VendorCodecGetCodecId(p_codec_info); local
333 uint16_t codec_id = A2DP_VendorCodecGetCodecId(p_codec_info); local
372 uint16_t codec_id = A2DP_VendorCodecGetCodecId(p_codec_info); local
400 uint16_t codec_id = A2DP_VendorCodecGetCodecId(p_codec_info); local
430 uint16_t codec_id = A2DP_VendorCodecGetCodecId(p_codec_info); local
462 uint16_t codec_id = A2DP_VendorCodecGetCodecId(p_codec_info); local
489 uint16_t codec_id = A2DP_VendorCodecGetCodecId(p_codec_info); local
569 uint16_t codec_id = A2DP_VendorCodecGetCodecId(p_codec_info); local
    [all...]
a2dp_codec_config.cc 175 uint16_t codec_id; local
198 codec_id = A2DP_VendorCodecGetCodecId(codec_config);
203 p_a2dp_offload->codec_info[4] = (codec_id & 0x000000FF);
204 p_a2dp_offload->codec_info[5] = (codec_id & 0x0000FF00) >> 8;
205 if (vendor_id == A2DP_LDAC_VENDOR_ID && codec_id == A2DP_LDAC_CODEC_ID) {
    [all...]
  /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/msm8998/kernel-headers/linux/mfd/
msm-adie-codec.h 79 int codec_id; member in struct:adie_codec_operations
  /hardware/qcom/msm8998/original-kernel-headers/linux/mfd/
msm-adie-codec.h 100 int codec_id; member in struct:adie_codec_operations
  /hardware/qcom/msm8x09/kernel-headers/linux/mfd/
msm-adie-codec.h 79 int codec_id; member in struct:adie_codec_operations
  /hardware/qcom/msm8x09/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/adhd/cras/src/common/
a2dp-codecs.h 138 uint8_t codec_id[2]; member in struct:__anon14103
  /external/webrtc/talk/session/media/
mediasession.cc 348 int codec_id = sctp ? kGoogleRtpDataCodecId : kGoogleSctpDataCodecId; local
351 if (iter->id == codec_id) {
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxer.cc 910 void Track::set_codec_id(const char* codec_id) {
911 if (codec_id) {
914 const size_t length = strlen(codec_id) + 1;
918 strcpy_s(codec_id_, length, codec_id);
920 strcpy(codec_id_, codec_id);
4179 const std::string codec_id = track->codec_id(); local
    [all...]

Completed in 419 milliseconds

1 2