Searched defs:Decoder (Results 1 – 12 of 12) sorted by relevance
26 struct NuPlayer::Decoder : public DecoderBase { struct68 sp<CCDecoder> mCCDecoder; argument70 sp<AMessage> mInputFormat;71 sp<AMessage> mOutputFormat;72 sp<MediaCodec> mCodec;73 sp<ALooper> mCodecLooper;75 List<sp<AMessage> > mPendingInputMessages;77 Vector<sp<ABuffer> > mInputBuffers;78 Vector<sp<ABuffer> > mOutputBuffers;79 Vector<sp<ABuffer> > mCSDsForCurrentFormat;[all …]
56 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
96 final static class Decoder { class in IpManagerEvent
130 final static class Decoder { class in ApfProgramEvent
116 final static class Decoder { class in IpReachabilityEvent
114 final static class Decoder { class in ValidationProbeEvent
117 final static class Decoder { class in NetworkEvent
117 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