Searched defs:Decoder (Results 1 – 12 of 12) 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 …]
58 NuPlayer::Decoder::Decoder( in Decoder() function in android::NuPlayer::Decoder
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
93 final static class Decoder { class in IpManagerEvent
99 final static class Decoder { class in IpReachabilityEvent
123 final static class Decoder { class in ApfProgramEvent
110 final static class Decoder { class in ValidationProbeEvent
112 final static class Decoder { class in NetworkEvent
106 final static class Decoder { class in DhcpErrorEvent
176 /* package */ static class Decoder extends Coder { class in Base64241 public Decoder(int flags, byte[] output) { in Decoder() method in Base64.Decoder
54 } Decoder; typedef