Home
last modified time | relevance | path

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

12

/frameworks/av/media/libstagefright/xmlparser/api/
Dcurrent.txt2 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/
DMETADATA16 " 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/
Dmedia_codec_extension_atoms.proto48 * 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/
DMediaCodecListOverrides.cpp138 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/
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/module/codecs/amrwb/enc/
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/module/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/codec2/components/mp3/
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/module/codecs/amrwb/dec/
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/module/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/codec2/components/aac/
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/module/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
DOWNERS1 # owners for frameworks/av/media/module/codecs/m4v_h263
/frameworks/av/media/codec2/components/amr_nb_wb/
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/codec2/components/base/
DAndroid.bp79 // 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/
Dcodec_OWNERS2 # differentiated from plugins connecting those codecs to either omx or codec2 infrastructure
DREADME2 such as the software codecs in directories like external/libavc.
/frameworks/base/media/java/android/media/
DLoudnessCodecController.java310 final Set<MediaCodec> codecs = mMediaCodecs.get(codecInfo); in getLoudnessCodecParams() local
311 if (codecs == null || !codecs.contains(mediaCodec)) { in getLoudnessCodecParams()
/frameworks/av/media/libstagefright/xmlparser/
DAndroid.bp54 package_name: "media.codecs",
/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.cpp440 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/
DREADME.md25 …(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/
DREADME.md24 …(https://dl.google.com/android-unittest/media/frameworks/av/media/module/codecs/m4v_h263/enc/test/…
/frameworks/av/media/module/codecs/amrwb/dec/test/
DREADME.md25 …(https://dl.google.com/android-unittest/media/frameworks/av/media/module/codecs/amrwb/dec/test/Amr…

12