/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(); 80 method public java.util.List<media.codecs.Alias> getAlias_optional(); 81 method public java.util.List<media.codecs.Quirk> getAttribute_optional(); 84 method public java.util.List<media.codecs.Feature> getFeature_optional(); [all …]
|
/frameworks/av/ |
D | METADATA | 16 " media/codecs/amrnb/patent_disclaimer.txt\n" 17 " media/codecs/amrwb/dec/patent_disclaimer.txt\n" 18 " media/codecs/amrwb/enc/patent_disclaimer.txt\n" 19 " media/codecs/m4v_h263/patent_disclaimer.txt\n" 20 " media/codecs/mp3dec/patent_disclaimer.txt\n" 21 " media/libstagefright/codecs/aacenc/patent_disclaimer.txt"
|
/frameworks/proto_logging/stats/atoms/media/ |
D | media_codec_extension_atoms.proto | 48 * If multiple codecs are reclaimed to satisfy the current (codec) reclaim 51 * The target_index will index through the reclaimed codecs. 79 // If it was a successful reclaim, the number of codecs that have been reclaimed. 127 // Total number of concurrent codecs in the system. 130 // Total number of concurrent codecs owned by this application. 136 // Total number of concurrent HW Video codecs owned by this application. 139 // Total number of concurrent SW Video codecs owned by this application. 142 // Total number of concurrent Video codecs owned by this application. 145 // Total number of concurrent Audio codecs owned by this application. 148 // Total number of concurrent Image codecs owned by this application. [all …]
|
/frameworks/av/media/libstagefright/ |
D | MediaCodecListOverrides.cpp | 138 Vector<sp<MediaCodec>> codecs; in doProfileCodecs() local 139 while (err == OK && codecs.size() < kMaxInstances) { in doProfileCodecs() 142 ALOGV("doProfileCodecs for codec #%zu", codecs.size()); in doProfileCodecs() 169 codecs.push_back(codec); in doProfileCodecs() 172 for (size_t i = 0; i < codecs.size(); ++i) { in doProfileCodecs() 174 err = codecs[i]->release(); in doProfileCodecs() 180 return codecs.size(); in doProfileCodecs()
|
/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/module/codecs/amrwb/enc/ |
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/module/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/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/module/codecs/amrwb/dec/ |
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/module/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/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/module/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
|
D | OWNERS | 1 # owners for frameworks/av/media/module/codecs/m4v_h263
|
/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/base/ |
D | Android.bp | 79 // to be used by code under media/codecs/* only as its stability is not guaranteed 117 // to be used by code under media/codecs/* only 131 // to be used by code under media/codecs/* only
|
/frameworks/av/media/janitors/ |
D | codec_OWNERS | 2 # differentiated from plugins connecting those codecs to either omx or codec2 infrastructure
|
D | README | 2 such as the software codecs in directories like external/libavc.
|
/frameworks/base/media/java/android/media/ |
D | LoudnessCodecController.java | 310 final Set<MediaCodec> codecs = mMediaCodecs.get(codecInfo); in getLoudnessCodecParams() local 311 if (codecs == null || !codecs.contains(mediaCodec)) { in getLoudnessCodecParams()
|
/frameworks/av/media/libstagefright/xmlparser/ |
D | Android.bp | 54 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/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/module/codecs/amrwb/enc/test/ |
D | README.md | 25 …(https://dl.google.com/android-unittest/media/frameworks/av/media/module/codecs/amrwb/enc/test/Amr…
|
/frameworks/av/media/module/codecs/m4v_h263/enc/test/ |
D | README.md | 24 …(https://dl.google.com/android-unittest/media/frameworks/av/media/module/codecs/m4v_h263/enc/test/…
|
/frameworks/av/media/module/codecs/amrwb/dec/test/ |
D | README.md | 25 …(https://dl.google.com/android-unittest/media/frameworks/av/media/module/codecs/amrwb/dec/test/Amr…
|