/frameworks/av/media/libstagefright/xmlparser/api/ |
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(); 40 method public java.util.List<media.codecs.Decoders> getDecoders_optional(); 41 method public java.util.List<media.codecs.Encoders> getEncoders_optional(); 42 method public java.util.List<media.codecs.Include> getInclude_optional(); 43 method public java.util.List<media.codecs.Settings> getSettings_optional(); 70 method public java.util.List<media.codecs.Alias> getAlias_optional(); 71 method public java.util.List<media.codecs.Quirk> getAttribute_optional(); 74 method public java.util.List<media.codecs.Feature> getFeature_optional(); [all …]
|
/frameworks/av/ |
D | MainlineFiles.cfg | 25 media/codecs/ 27 media/libstagefright/codecs/amrnb/ 28 media/libstagefright/codecs/amrwb/ 29 media/libstagefright/codecs/amrwbenc/ 30 media/libstagefright/codecs/common/ 31 media/libstagefright/codecs/flac/ 32 media/libstagefright/codecs/m4v_h263/ 33 media/libstagefright/codecs/mp3dec/
|
/frameworks/av/tools/ |
D | mainline_hook.sh | 7 media/libstagefright/codecs/amrnb 8 media/libstagefright/codecs/amrwb 9 media/libstagefright/codecs/amrwbenc 10 media/libstagefright/codecs/common 11 media/libstagefright/codecs/mp3dec 12 media/libstagefright/codecs/m4v_h263
|
/frameworks/av/media/libstagefright/ |
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()
|
/frameworks/av/media/codec2/components/amr_nb_wb/ |
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/codec2/components/mpeg4_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/codec2/components/mp3/ |
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/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
|
/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/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/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
|
/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/codec2/components/aac/ |
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/codec2/components/base/ |
D | Android.bp | 45 // to be used by code under media/codecs/* only as its stability is not guaranteed 72 // to be used by code under media/codecs/* only 86 // to be used by code under media/codecs/* only
|
/frameworks/opt/net/voip/src/jni/rtp/ |
D | Android.bp | 49 "frameworks/av/media/libstagefright/codecs/amrnb/enc/src", 50 "frameworks/av/media/libstagefright/codecs/amrnb/dec/src",
|
/frameworks/av/media/libstagefright/xmlparser/ |
D | Android.bp | 50 package_name: "media.codecs",
|
/frameworks/base/libs/hwui/tests/scripts/ |
D | process_systrace.py | 3 import codecs, httplib, json, os, urllib, shutil, subprocess, sys, argparse
|
/frameworks/base/tools/stringslint/ |
D | stringslint.py | 33 import re, sys, codecs 92 return codecs.decode(match.group(0), 'unicode-escape')
|
/frameworks/av/media/libstagefright/httplive/ |
D | M3UParser.cpp | 440 AString codecs; in getTypeURI() local 441 if (!meta->findString("codecs", &codecs)) { in getTypeURI() 449 codecs.append(','); in getTypeURI() 450 while ((commaPos = codecs.find(",", offset)) >= 0) { in getTypeURI() 451 AString codec(codecs, offset, commaPos - offset); in getTypeURI() 883 const AString &codecs = unquoteString(val); in parseStreamInf() local 887 (*meta)->setString(key.c_str(), codecs.c_str()); in parseStreamInf()
|
/frameworks/av/media/libstagefright/codecs/amrwb/test/ |
D | README.md | 25 …/storage.googleapis.com/android_media/frameworks/av/media/libstagefright/codecs/amrwb/test/AmrwbDe…
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/test/ |
D | README.md | 25 …/storage.googleapis.com/android_media/frameworks/av/media/libstagefright/codecs/amrwbenc/test/Amrw…
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/test/ |
D | README.md | 25 …/storage.googleapis.com/android_media/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/test/…
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/test/ |
D | README.md | 25 …/storage.googleapis.com/android_media/frameworks/av/media/libstagefright/codecs/amrnb/enc/test/Amr…
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/test/ |
D | README.md | 24 …/storage.googleapis.com/android_media/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/test/…
|