Searched defs:Decoder (Results 1 – 11 of 11) sorted by relevance
26 struct NuPlayer::Decoder : public DecoderBase { struct64 sp<CCDecoder> mCCDecoder; argument66 sp<AMessage> mInputFormat;67 sp<AMessage> mOutputFormat;68 sp<MediaCodec> mCodec;69 sp<ALooper> mCodecLooper;71 List<sp<AMessage> > mPendingInputMessages;73 Vector<sp<ABuffer> > mInputBuffers;74 Vector<sp<ABuffer> > mOutputBuffers;75 Vector<sp<ABuffer> > mCSDsForCurrentFormat;[all …]
48 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
83 final static class Decoder { class in IpManagerEvent
92 final static class Decoder { class in IpReachabilityEvent
96 final static class Decoder { class in ValidationProbeEvent
95 final static class Decoder { class in NetworkEvent
115 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