Home
last modified time | relevance | path

Searched refs:codecs (Results 1 – 25 of 32) 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();
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/
DMainlineFiles.cfg25 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/
Dmainline_hook.sh7 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/
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()
/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/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/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/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/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/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/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/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/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/codec2/components/base/
DAndroid.bp45 // 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/
DAndroid.bp49 "frameworks/av/media/libstagefright/codecs/amrnb/enc/src",
50 "frameworks/av/media/libstagefright/codecs/amrnb/dec/src",
/frameworks/av/media/libstagefright/xmlparser/
DAndroid.bp50 package_name: "media.codecs",
/frameworks/base/libs/hwui/tests/scripts/
Dprocess_systrace.py3 import codecs, httplib, json, os, urllib, shutil, subprocess, sys, argparse
/frameworks/base/tools/stringslint/
Dstringslint.py33 import re, sys, codecs
92 return codecs.decode(match.group(0), 'unicode-escape')
/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/libstagefright/codecs/amrwb/test/
DREADME.md25 …/storage.googleapis.com/android_media/frameworks/av/media/libstagefright/codecs/amrwb/test/AmrwbDe…
/frameworks/av/media/libstagefright/codecs/amrwbenc/test/
DREADME.md25 …/storage.googleapis.com/android_media/frameworks/av/media/libstagefright/codecs/amrwbenc/test/Amrw…
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/test/
DREADME.md25 …/storage.googleapis.com/android_media/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/test/…
/frameworks/av/media/libstagefright/codecs/amrnb/enc/test/
DREADME.md25 …/storage.googleapis.com/android_media/frameworks/av/media/libstagefright/codecs/amrnb/enc/test/Amr…
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/test/
DREADME.md24 …/storage.googleapis.com/android_media/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/test/…

12