Searched refs:codecs (Results 1 – 16 of 16) sorted by relevance
/frameworks/opt/net/voip/src/jni/rtp/ |
D | Android.mk | 48 frameworks/av/media/libstagefright/codecs/amrnb/common/include \ 49 frameworks/av/media/libstagefright/codecs/amrnb/common/ \ 50 frameworks/av/media/libstagefright/codecs/amrnb/enc/include \ 51 frameworks/av/media/libstagefright/codecs/amrnb/enc/src \ 52 frameworks/av/media/libstagefright/codecs/amrnb/dec/include \ 53 frameworks/av/media/libstagefright/codecs/amrnb/dec/src
|
/frameworks/av/media/libstagefright/ |
D | MediaCodecListOverrides.cpp | 141 Vector<sp<MediaCodec>> codecs; in doProfileCodecs() local 142 while (err == OK && codecs.size() < kMaxInstances) { in doProfileCodecs() 145 ALOGV("doProfileCodecs for codec #%zu", codecs.size()); in doProfileCodecs() 172 codecs.push_back(codec); in doProfileCodecs() 175 for (size_t i = 0; i < codecs.size(); ++i) { in doProfileCodecs() 177 err = codecs[i]->release(); in doProfileCodecs() 183 return codecs.size(); in doProfileCodecs()
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/ |
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
|
D | Android.mk | 100 frameworks/av/media/libstagefright/codecs/common/include \ 118 frameworks/av/media/libstagefright/codecs/common/include \
|
/frameworks/av/media/libstagefright/codecs/amrnb/ |
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
|
/frameworks/av/media/libstagefright/codecs/aacenc/ |
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
|
D | Android.mk | 75 frameworks/av/media/libstagefright/codecs/common/include \ 128 frameworks/av/media/libstagefright/codecs/common/include \
|
/frameworks/av/media/libstagefright/codecs/amrwb/ |
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
|
/frameworks/av/media/libstagefright/codecs/mp3dec/ |
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
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/ |
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
|
/frameworks/av/media/libstagefright/httplive/ |
D | M3UParser.cpp | 433 AString codecs; in getTypeURI() local 434 if (!meta->findString("codecs", &codecs)) { in getTypeURI() 442 codecs.append(','); in getTypeURI() 443 while ((commaPos = codecs.find(",", offset)) >= 0) { in getTypeURI() 444 AString codec(codecs, offset, commaPos - offset); in getTypeURI() 852 const AString &codecs = unquoteString(val); in parseStreamInf() local 856 (*meta)->setString(key.c_str(), codecs.c_str()); in parseStreamInf()
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/ |
D | Android.mk | 66 frameworks/av/media/libstagefright/codecs/amrwb/src \
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/ |
D | ARM_DELIVERY.TXT | 15 Video codecs - sample code
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/ |
D | ARM_DELIVERY.TXT | 15 Video codecs - optimised code
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/ |
D | ARM_DELIVERY.TXT | 15 Video codecs - optimised code
|
/frameworks/opt/net/voip/src/java/android/net/sip/ |
D | SipAudioCall.java | 738 AudioCodec[] codecs = AudioCodec.getCodecs();
|