Home
last modified time | relevance | path

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

123

/aosp12/packages/services/Car/car-lib/src/android/car/diagnostic/
H A DCarDiagnosticEvent.java657 public static final class Decoder { class in CarDiagnosticEvent.IgnitionMonitor
661 Decoder(int availableBitmask, int incompleteBitmask) { in Decoder() method in CarDiagnosticEvent.IgnitionMonitor.Decoder
701 static final IgnitionMonitor.Decoder COMPONENTS_DECODER =
704 static final IgnitionMonitor.Decoder FUEL_SYSTEM_DECODER =
707 static final IgnitionMonitor.Decoder MISFIRE_DECODER =
792 static final IgnitionMonitor.Decoder EGR_DECODER =
799 static final IgnitionMonitor.Decoder OXYGEN_SENSOR_DECODER =
818 static final IgnitionMonitor.Decoder CATALYST_DECODER =
875 static final IgnitionMonitor.Decoder EGR_OR_VVT_DECODER =
878 static final IgnitionMonitor.Decoder PM_FILTER_DECODER =
[all …]
/aosp12/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.cpp59 NuPlayer::Decoder::Decoder( in Decoder() function in android::NuPlayer::Decoder
100 NuPlayer::Decoder::~Decoder() { in ~Decoder()
109 sp<AMessage> NuPlayer::Decoder::getStats() { in getStats()
469 void NuPlayer::Decoder::onResume(bool notifyComplete) { in onResume()
484 void NuPlayer::Decoder::doFlush(bool notifyComplete) { in doFlush()
512 void NuPlayer::Decoder::onFlush() { in onFlush()
567 bool NuPlayer::Decoder::doRequestBuffers() { in doRequestBuffers()
593 void NuPlayer::Decoder::handleError(int32_t err) in handleError()
607 status_t NuPlayer::Decoder::releaseCrypto() in releaseCrypto()
719 bool NuPlayer::Decoder::handleAnOutputBuffer( in handleAnOutputBuffer()
[all …]
H A DNuPlayerDecoder.h28 struct NuPlayer::Decoder : public DecoderBase { struct
29 Decoder(const sp<AMessage> &notify,
45 virtual ~Decoder();
145 DISALLOW_EVIL_CONSTRUCTORS(Decoder);
/aosp12/frameworks/av/media/tests/benchmark/src/native/decoder/
H A 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()
H A DDecoder.h30 class Decoder : public CallBackHandle {
32 Decoder() in Decoder() function
47 virtual ~Decoder() { in ~Decoder()
H A DAndroid.bp33 srcs: ["Decoder.cpp"],
50 "Decoder.cpp",
/aosp12/packages/modules/adb/
H A Dcompression_utils.h46 struct Decoder { struct
60 Decoder(std::span<char> output_buffer) : output_buffer_(output_buffer) {} in Decoder() function
61 ~Decoder() = default;
90 struct NullDecoder final : public Decoder {
91 explicit NullDecoder(std::span<char> output_buffer) : Decoder(output_buffer) {} in NullDecoder()
136 struct BrotliDecoder final : public Decoder {
138 : Decoder(output_buffer), in BrotliDecoder()
235 struct LZ4Decoder final : public Decoder {
237 : Decoder(output_buffer), decoder_(nullptr, nullptr) { in LZ4Decoder()
386 struct ZstdDecoder final : public Decoder {
[all …]
/aosp12/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/
H A 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
H A DViewDumpParser.java15 Decoder d = new Decoder(ByteBuffer.wrap(data)); in parse()
/aosp12/frameworks/ex/framesequence/jni/
H A DRegistry.h24 class Decoder; variable
31 Decoder* (*createDecoder)(Stream* stream);
/aosp12/frameworks/base/core/java/android/net/metrics/
H A 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
H A DIpReachabilityEvent.java97 String eventName = Decoder.constants.get(hi); in toString()
108 final static class Decoder { class in IpReachabilityEvent
H A DDhcpErrorEvent.java117 return String.format("DhcpErrorEvent(%s)", Decoder.constants.get(errorCode)); in toString()
120 final static class Decoder { class in DhcpErrorEvent
H A DIpManagerEvent.java106 Decoder.constants.get(eventType), durationMs); in toString()
117 final static class Decoder { class in IpManagerEvent
H A DNetworkEvent.java126 Decoder.constants.get(eventType), durationMs); in toString()
137 final static class Decoder { class in NetworkEvent
H A DApfProgramEvent.java242 names.add(Decoder.constants.get(bit)); in namesOf()
247 final static class Decoder { class in ApfProgramEvent
/aosp12/frameworks/base/core/java/android/util/
H A 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
/aosp12/frameworks/av/media/codecs/amrnb/dec/test/
H A DREADME.md3 #### AMR-NB Decoder :
4 The Amr-Nb Decoder Test Suite validates the amrnb decoder available in libstagefright.
/aosp12/frameworks/av/media/codecs/amrwb/dec/test/
H A DREADME.md3 #### AMR-WB Decoder :
4 The Amr-Wb Decoder Test Suite validates the amrwb decoder available in libstagefright.
/aosp12/frameworks/av/media/tests/benchmark/
H A DREADME.md60 ## Decoder section
139 ## Decoder section
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
/aosp12/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/cpp/
H A DNativeDecoder.cpp45 Decoder *decoder = new Decoder(); in Java_com_android_media_benchmark_library_Native_Decode()
/aosp12/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/androidTest/java/com/android/media/benchmark/tests/
H A DDecoderTest.java28 import com.android.media.benchmark.library.Decoder;
171 Decoder decoder = new Decoder(); in testDecoder()
/aosp12/frameworks/av/media/tests/benchmark/tests/
H A DDecoderTest.cpp39 Decoder *decoder = new Decoder(); in TEST_P()
H A DC2EncoderTest.cpp69 Decoder *decoder = new Decoder(); in TEST_P()
/aosp12/art/simulator/
H A Dcode_simulator_arm64.h48 vixl::aarch64::Decoder* decoder_;

123