Searched defs:Decoder (Results 1 – 14 of 14) sorted by relevance
28 struct NuPlayer::Decoder : public DecoderBase { struct74 sp<CCDecoder> mCCDecoder; argument76 sp<AMessage> mInputFormat;77 sp<AMessage> mOutputFormat;78 sp<MediaCodec> mCodec;79 sp<ALooper> mCodecLooper;81 List<sp<AMessage> > mPendingInputMessages;83 Vector<sp<MediaCodecBuffer> > mInputBuffers;84 Vector<sp<MediaCodecBuffer> > mOutputBuffers;85 Vector<sp<ABuffer> > mCSDsForCurrentFormat;[all …]
59 NuPlayer::Decoder::Decoder( in Decoder() function in android::NuPlayer::Decoder
60 ## Decoder section in NDK CLI Tests139 ## Decoder section in <a name="BenchmarkApplication"></a> Benchmark Application267 ## Decoder section in Analysis
8 public class Decoder { class26 public Decoder(byte[] buf) { in Decoder() method in Decoder30 public Decoder(ByteBuffer buf) { in Decoder() method in Decoder
24 class Decoder; variable
31 public class Decoder { class51 public Decoder() { mStats = new Stats(); } in Decoder() method in Decoder
32 Decoder() in Decoder() function
106 final static class Decoder { class in IpReachabilityEvent
115 final static class Decoder { class in IpManagerEvent
135 final static class Decoder { class in NetworkEvent
118 final static class Decoder { class in DhcpErrorEvent
184 final static class Decoder { class in ValidationProbeEvent
244 final static class Decoder { class in ApfProgramEvent
178 /* package */ static class Decoder extends Coder { class in Base64243 public Decoder(int flags, byte[] output) { in Decoder() method in Base64.Decoder