Home
last modified time | relevance | path

Searched refs:Decoder (Results 1 – 25 of 38) sorted by relevance

12

/frameworks/av/media/tests/benchmark/src/native/decoder/
DDecoder.cpp44 void Decoder::onInputAvailable(AMediaCodec *mediaCodec, int32_t bufIdx) { in onInputAvailable()
92 void Decoder::onOutputAvailable(AMediaCodec *mediaCodec, int32_t bufIdx, in onOutputAvailable()
125 void Decoder::onFormatChanged(AMediaCodec *mediaCodec, AMediaFormat *format) { in onFormatChanged()
133 void Decoder::onError(AMediaCodec *mediaCodec, media_status_t err) { in onError()
143 void Decoder::setupDecoder() { in setupDecoder()
147 AMediaFormat *Decoder::getFormat() { in getFormat()
152 int32_t Decoder::decode(uint8_t *inputBuffer, vector<AMediaCodecBufferInfo> &frameInfo, in decode()
232 void Decoder::deInitCodec() { in deInitCodec()
246 void Decoder::dumpStatistics(string inputReference, string componentName, string mode, in dumpStatistics()
253 void Decoder::resetDecoder() { in resetDecoder()
DDecoder.h30 class Decoder : public CallBackHandle {
32 Decoder() in Decoder() function
47 virtual ~Decoder() { in ~Decoder()
DAndroid.bp33 srcs: ["Decoder.cpp"],
50 "Decoder.cpp",
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoder.cpp58 NuPlayer::Decoder::Decoder( in Decoder() function in android::NuPlayer::Decoder
99 NuPlayer::Decoder::~Decoder() { in ~Decoder()
108 sp<AMessage> NuPlayer::Decoder::getStats() { in getStats()
122 status_t NuPlayer::Decoder::setVideoSurface(const sp<Surface> &surface) { in setVideoSurface()
138 void NuPlayer::Decoder::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()
285 void NuPlayer::Decoder::onConfigure(const sp<AMessage> &format) { in onConfigure()
399 void NuPlayer::Decoder::onSetParameters(const sp<AMessage> &params) { in onSetParameters()
464 void NuPlayer::Decoder::onSetRenderer(const sp<Renderer> &renderer) { in onSetRenderer()
468 void NuPlayer::Decoder::onResume(bool notifyComplete) { in onResume()
483 void NuPlayer::Decoder::doFlush(bool notifyComplete) { in doFlush()
[all …]
/frameworks/av/media/libmediaplayerservice/nuplayer/include/nuplayer/
DNuPlayerDecoder.h28 struct NuPlayer::Decoder : public DecoderBase { struct
29 Decoder(const sp<AMessage> &notify,
45 virtual ~Decoder();
145 DISALLOW_EVIL_CONSTRUCTORS(Decoder);
/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/
DDecoder.java8 public class Decoder { class
26 public Decoder(byte[] buf) { in Decoder() method in Decoder
30 public Decoder(ByteBuffer buf) { in Decoder() method in Decoder
DViewDumpParser.java15 Decoder d = new Decoder(ByteBuffer.wrap(data)); in parse()
/frameworks/ex/framesequence/jni/
DRegistry.h24 class Decoder; variable
31 Decoder* (*createDecoder)(Stream* stream);
/frameworks/base/core/java/android/net/metrics/
DValidationProbeEvent.java163 return Decoder.constants.get(probeType & 0xff, "PROBE_???"); in getProbeName()
167 return Decoder.constants.get(probeType & 0xff00, "UNKNOWN"); in getValidationStage()
186 final static class Decoder { class in ValidationProbeEvent
DIpReachabilityEvent.java97 String eventName = Decoder.constants.get(hi); in toString()
108 final static class Decoder { class in IpReachabilityEvent
DDhcpErrorEvent.java117 return String.format("DhcpErrorEvent(%s)", Decoder.constants.get(errorCode)); in toString()
120 final static class Decoder { class in DhcpErrorEvent
DIpManagerEvent.java106 Decoder.constants.get(eventType), durationMs); in toString()
117 final static class Decoder { class in IpManagerEvent
DNetworkEvent.java126 Decoder.constants.get(eventType), durationMs); in toString()
137 final static class Decoder { class in NetworkEvent
DApfProgramEvent.java242 names.add(Decoder.constants.get(bit)); in namesOf()
247 final static class Decoder { class in ApfProgramEvent
/frameworks/av/media/codecs/amrwb/dec/test/
DREADME.md3 #### AMR-WB Decoder :
4 The Amr-Wb Decoder Test Suite validates the amrwb decoder available in libstagefright.
/frameworks/av/media/codecs/amrnb/dec/test/
DREADME.md3 #### AMR-NB Decoder :
4 The Amr-Nb Decoder Test Suite validates the amrnb decoder available in libstagefright.
/frameworks/base/core/java/android/util/
DBase64.java160 Decoder decoder = new Decoder(flags, new byte[len*3/4]); in decode()
178 /* package */ static class Decoder extends Coder { class in Base64
243 public Decoder(int flags, byte[] output) { in Decoder() method in Base64.Decoder
DBase64InputStream.java68 coder = new Base64.Decoder(flags, null); in Base64InputStream()
/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/cpp/
DNativeDecoder.cpp45 Decoder *decoder = new Decoder(); in Java_com_android_media_benchmark_library_Native_Decode()
/frameworks/av/media/tests/benchmark/
DREADME.md60 ## Decoder section in NDK CLI Tests
139 ## Decoder section in <a name="BenchmarkApplication"></a> Benchmark Application
181 ## C2 Decoder
206 …ts in: /storage/emulated/0/Android/data/com.android.media.benchmark/files/Decoder.1587732395387.csv
211 …/emulated/0/Android/data/com.android.media.benchmark/files/Decoder.1587732395387.csv ./Decoder.158…
228 5. **sync/async**: This is specific to MediaCodec objects (i.e. Encoder and Decoder). It specifies …
267 ## Decoder section in Analysis
/frameworks/av/media/tests/benchmark/tests/
DDecoderTest.cpp41 Decoder *decoder = new Decoder(); in TEST_P()
DC2EncoderTest.cpp69 Decoder *decoder = new Decoder(); in TEST_P()
DEncoderTest.cpp42 Decoder *decoder = new Decoder(); in TEST_P()
/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/androidTest/java/com/android/media/benchmark/tests/
DDecoderTest.java28 import com.android.media.benchmark.library.Decoder;
171 Decoder decoder = new Decoder(); in testDecoder()
DEncoderTest.java31 import com.android.media.benchmark.library.Decoder;
200 Decoder decoder = new Decoder(); in decodeFile()

12