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.cpp139 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()
DAndroid.bp164 "codecs/*",
/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
/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/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/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/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
/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/base/libs/hwui/tests/scripts/
Dprocess_systrace.py3 import codecs, httplib, json, os, urllib, shutil, subprocess, sys, argparse
/frameworks/av/media/libstagefright/httplive/
DM3UParser.cpp438 AString codecs; in getTypeURI() local
439 if (!meta->findString("codecs", &codecs)) { in getTypeURI()
447 codecs.append(','); in getTypeURI()
448 while ((commaPos = codecs.find(",", offset)) >= 0) { in getTypeURI()
449 AString codec(codecs, offset, commaPos - offset); in getTypeURI()
872 const AString &codecs = unquoteString(val); in parseStreamInf() local
876 (*meta)->setString(key.c_str(), codecs.c_str()); in parseStreamInf()
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
DAndroid.bp78 "frameworks/av/media/libstagefright/codecs/amrwb/src",
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/
DARM_DELIVERY.TXT15 Video codecs - optimised 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/reference/
DARM_DELIVERY.TXT15 Video codecs - sample code
/frameworks/opt/net/voip/src/java/android/net/sip/
DSipAudioCall.java738 AudioCodec[] codecs = AudioCodec.getCodecs();