/aosp12/packages/services/Car/car-lib/src/android/car/diagnostic/ |
H A D | CarDiagnosticEvent.java | 657 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 D | NuPlayerDecoder.cpp | 59 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 D | NuPlayerDecoder.h | 28 struct NuPlayer::Decoder : public DecoderBase { struct 29 Decoder(const sp<AMessage> ¬ify, 45 virtual ~Decoder(); 145 DISALLOW_EVIL_CONSTRUCTORS(Decoder);
|
/aosp12/frameworks/av/media/tests/benchmark/src/native/decoder/ |
H A D | Decoder.cpp | 44 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 D | Decoder.h | 30 class Decoder : public CallBackHandle { 32 Decoder() in Decoder() function 47 virtual ~Decoder() { in ~Decoder()
|
H A D | Android.bp | 33 srcs: ["Decoder.cpp"], 50 "Decoder.cpp",
|
/aosp12/packages/modules/adb/ |
H A D | compression_utils.h | 46 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 D | Decoder.java | 8 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 D | ViewDumpParser.java | 15 Decoder d = new Decoder(ByteBuffer.wrap(data)); in parse()
|
/aosp12/frameworks/ex/framesequence/jni/ |
H A D | Registry.h | 24 class Decoder; variable 31 Decoder* (*createDecoder)(Stream* stream);
|
/aosp12/frameworks/base/core/java/android/net/metrics/ |
H A D | ValidationProbeEvent.java | 163 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 D | IpReachabilityEvent.java | 97 String eventName = Decoder.constants.get(hi); in toString() 108 final static class Decoder { class in IpReachabilityEvent
|
H A D | DhcpErrorEvent.java | 117 return String.format("DhcpErrorEvent(%s)", Decoder.constants.get(errorCode)); in toString() 120 final static class Decoder { class in DhcpErrorEvent
|
H A D | IpManagerEvent.java | 106 Decoder.constants.get(eventType), durationMs); in toString() 117 final static class Decoder { class in IpManagerEvent
|
H A D | NetworkEvent.java | 126 Decoder.constants.get(eventType), durationMs); in toString() 137 final static class Decoder { class in NetworkEvent
|
H A D | ApfProgramEvent.java | 242 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 D | Base64.java | 160 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 D | README.md | 3 #### 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 D | README.md | 3 #### 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 D | README.md | 60 ## 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 D | NativeDecoder.cpp | 45 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 D | DecoderTest.java | 28 import com.android.media.benchmark.library.Decoder; 171 Decoder decoder = new Decoder(); in testDecoder()
|
/aosp12/frameworks/av/media/tests/benchmark/tests/ |
H A D | DecoderTest.cpp | 39 Decoder *decoder = new Decoder(); in TEST_P()
|
H A D | C2EncoderTest.cpp | 69 Decoder *decoder = new Decoder(); in TEST_P()
|
/aosp12/art/simulator/ |
H A D | code_simulator_arm64.h | 48 vixl::aarch64::Decoder* decoder_;
|