/aosp12/system/bt/stack/test/fuzzers/a2dp/codec/ |
H A D | a2dpCodecFuzzFunctions.h | 54 if (codecs) { 78 if (codecs) { 80 codecs->init(); 113 if (codecs) { 122 if (codecs) { 131 if (codecs) { 140 if (codecs) { 149 if (codecs == nullptr) { 172 if (codecs == nullptr) { 196 if (codecs == nullptr) { [all …]
|
/aosp12/frameworks/av/media/libstagefright/xmlparser/api/ |
H A D | current.txt | 2 package media.codecs { 12 method public java.util.List<media.codecs.MediaCodec> getMediaCodec(); 17 method public java.util.List<media.codecs.MediaCodec> getMediaCodec(); 42 method public java.util.List<media.codecs.Include> getInclude_optional(); 80 method public java.util.List<media.codecs.Alias> getAlias_optional(); 85 method public java.util.List<media.codecs.Limit> getLimit_optional(); 88 method public java.util.List<media.codecs.Quirk> getQuirk_optional(); 92 method public java.util.List<media.codecs.Type> getType_optional(); 150 method public java.util.List<media.codecs.Alias> getAlias(); 151 method public java.util.List<media.codecs.Feature> getFeature(); [all …]
|
/aosp12/frameworks/av/ |
H A D | METADATA | 16 # media/codecs/amrnb/patent_disclaimer.txt 17 # media/codecs/amrwb/dec/patent_disclaimer.txt 18 # media/codecs/amrwb/enc/patent_disclaimer.txt 19 # media/codecs/m4v_h263/patent_disclaimer.txt 20 # media/codecs/mp3dec/patent_disclaimer.txt 21 # media/libstagefright/codecs/aacenc/patent_disclaimer.txt
|
/aosp12/system/bt/service/ipc/binder/ |
H A D | bluetooth_a2dp_source_binder_server.cc | 74 const std::vector<BluetoothA2dpCodecConfig>& codecs) { in A2dpCodecsFromBinder() argument 76 ret.reserve(codecs.size()); in A2dpCodecsFromBinder() 77 for (const auto& config : codecs) { in A2dpCodecsFromBinder() 85 const std::vector<bluetooth::A2dpCodecConfig>& codecs) { in A2dpCodecsToBinder() argument 87 ret.reserve(codecs.size()); in A2dpCodecsToBinder() 88 for (const auto& config : codecs) { in A2dpCodecsToBinder()
|
/aosp12/system/bt/bta/include/ |
H A D | bta_hearing_aid_api.h | 136 uint16_t codecs; member 154 uint16_t codecs, uint16_t audio_control_point_handle, in HearingDevice() 177 codecs(codecs), in HearingDevice() 199 codecs(0), in HearingDevice()
|
/aosp12/frameworks/av/media/libstagefright/ |
H A D | MediaCodecListOverrides.cpp | 139 Vector<sp<MediaCodec>> codecs; in doProfileCodecs() local 140 while (err == OK && codecs.size() < kMaxInstances) { in doProfileCodecs() 143 ALOGV("doProfileCodecs for codec #%zu", codecs.size()); in doProfileCodecs() 170 codecs.push_back(codec); in doProfileCodecs() 173 for (size_t i = 0; i < codecs.size(); ++i) { in doProfileCodecs() 175 err = codecs[i]->release(); in doProfileCodecs() 181 return codecs.size(); in doProfileCodecs()
|
/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/rtp/cts/ |
H A D | AudioCodecTest.java | 63 AudioCodec[] codecs = AudioCodec.getCodecs(); in testGetCodecs() local 64 assertTrue(codecs.length >= 5); in testGetCodecs() 68 for (AudioCodec codec : codecs) { in testGetCodecs()
|
/aosp12/system/bt/bta/hearing_aid/ |
H A D | hearing_aid.cc | 784 uint16_t codecs; in OnReadOnlyPropertiesRead() local 785 STREAM_TO_UINT16(codecs, p); in OnReadOnlyPropertiesRead() 786 hearingDevice->codecs = codecs; in OnReadOnlyPropertiesRead() 787 VLOG(2) << __func__ << " supported codecs: " << loghex(codecs); in OnReadOnlyPropertiesRead() 791 if (!(codecs & (1 << CODEC_G722_16KHZ))) { in OnReadOnlyPropertiesRead() 821 uint16_t codecs = hearingDevice.codecs; in ChooseCodec() local 826 codecs &= device.codecs; in ChooseCodec() 830 if ((codecs & (1 << CODEC_G722_24KHZ)) && in ChooseCodec() 834 } else if (codecs & (1 << CODEC_G722_16KHZ)) { in ChooseCodec() 979 uint16_t codecs = hearingDevice.codecs; in StartSendingAudio() local [all …]
|
/aosp12/frameworks/av/media/codec2/components/aac/ |
H A D | patent_disclaimer.txt | 4 Google makes no representation or warranty that the codecs for which 8 these codecs, including in open source software or shareware, may
|
/aosp12/frameworks/av/media/codec2/components/amr_nb_wb/ |
H A D | patent_disclaimer.txt | 4 Google makes no representation or warranty that the codecs for which 8 these codecs, including in open source software or shareware, may
|
/aosp12/frameworks/av/media/codec2/components/mp3/ |
H A D | patent_disclaimer.txt | 4 Google makes no representation or warranty that the codecs for which 8 these codecs, including in open source software or shareware, may
|
/aosp12/frameworks/av/media/codec2/components/mpeg4_h263/ |
H A D | patent_disclaimer.txt | 4 Google makes no representation or warranty that the codecs for which 8 these codecs, including in open source software or shareware, may
|
/aosp12/frameworks/av/media/codecs/amrnb/ |
H A D | patent_disclaimer.txt | 4 Google makes no representation or warranty that the codecs for which 8 these codecs, including in open source software or shareware, may
|
/aosp12/frameworks/av/media/codecs/amrwb/dec/ |
H A D | patent_disclaimer.txt | 4 Google makes no representation or warranty that the codecs for which 8 these codecs, including in open source software or shareware, may
|
H A D | TEST_MAPPING | 1 // mappings for frameworks/av/media/libstagefright/codecs/amrwb
|
/aosp12/frameworks/av/media/codecs/amrwb/enc/ |
H A D | patent_disclaimer.txt | 4 Google makes no representation or warranty that the codecs for which 8 these codecs, including in open source software or shareware, may
|
H A D | TEST_MAPPING | 1 // mappings for frameworks/av/media/libstagefright/codecs/amrwbenc
|
/aosp12/frameworks/av/media/codecs/m4v_h263/ |
H A D | patent_disclaimer.txt | 4 Google makes no representation or warranty that the codecs for which 8 these codecs, including in open source software or shareware, may
|
/aosp12/frameworks/av/media/codecs/mp3dec/ |
H A D | patent_disclaimer.txt | 4 Google makes no representation or warranty that the codecs for which 8 these codecs, including in open source software or shareware, may
|
H A D | TEST_MAPPING | 1 // mappings for frameworks/av/media/libstagefright/codecs/mp3dec
|
/aosp12/frameworks/av/media/libstagefright/codecs/aacenc/ |
H A D | patent_disclaimer.txt | 4 Google makes no representation or warranty that the codecs for which 8 these codecs, including in open source software or shareware, may
|
/aosp12/frameworks/av/media/codec2/components/base/ |
H A D | Android.bp | 54 // to be used by code under media/codecs/* only as its stability is not guaranteed 81 // to be used by code under media/codecs/* only 95 // to be used by code under media/codecs/* only
|
/aosp12/art/tools/ |
H A D | analyze-init-failures.py | 20 import codecs 38 lines = codecs.open(filename, 'r', 'utf8', 'replace').read().split('\n')
|
H A D | generate_operator_out.py | 19 import codecs 41 lines = codecs.open(filename, 'r', 'utf8', 'replace').read().split('\n')
|
/aosp12/frameworks/av/media/janitors/ |
H A D | codec_OWNERS | 2 # differentiated from plugins connecting those codecs to either omx or codec2 infrastructure
|