Home
last modified time | relevance | path

Searched refs:codecs (Results 1 – 16 of 16) sorted by relevance

/frameworks/opt/net/voip/src/jni/rtp/
DAndroid.mk48 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/
DMediaCodecListOverrides.cpp141 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/
Dpatent_disclaimer.txt4 Google makes no representation or warranty that the codecs for which
8 these codecs, including in open source software or shareware, may
DAndroid.mk100 frameworks/av/media/libstagefright/codecs/common/include \
118 frameworks/av/media/libstagefright/codecs/common/include \
/frameworks/av/media/libstagefright/codecs/amrnb/
Dpatent_disclaimer.txt4 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/
Dpatent_disclaimer.txt4 Google makes no representation or warranty that the codecs for which
8 these codecs, including in open source software or shareware, may
DAndroid.mk75 frameworks/av/media/libstagefright/codecs/common/include \
128 frameworks/av/media/libstagefright/codecs/common/include \
/frameworks/av/media/libstagefright/codecs/amrwb/
Dpatent_disclaimer.txt4 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/
Dpatent_disclaimer.txt4 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/
Dpatent_disclaimer.txt4 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/
DM3UParser.cpp433 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/
DAndroid.mk66 frameworks/av/media/libstagefright/codecs/amrwb/src \
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/
DARM_DELIVERY.TXT15 Video codecs - sample code
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/
DARM_DELIVERY.TXT15 Video codecs - optimised code
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/
DARM_DELIVERY.TXT15 Video codecs - optimised code
/frameworks/opt/net/voip/src/java/android/net/sip/
DSipAudioCall.java738 AudioCodec[] codecs = AudioCodec.getCodecs();