Searched refs:DecoderBase (Results 1 – 8 of 8) sorted by relevance
31 NuPlayer::DecoderBase::DecoderBase(const sp<AMessage> ¬ify) in DecoderBase() function in android::NuPlayer::DecoderBase44 NuPlayer::DecoderBase::~DecoderBase() { in ~DecoderBase()65 void NuPlayer::DecoderBase::configure(const sp<AMessage> &format) { in configure()71 void NuPlayer::DecoderBase::init() { in init()75 void NuPlayer::DecoderBase::setParameters(const sp<AMessage> ¶ms) { in setParameters()81 void NuPlayer::DecoderBase::setRenderer(const sp<Renderer> &renderer) { in setRenderer()87 void NuPlayer::DecoderBase::pause() { in pause()94 status_t NuPlayer::DecoderBase::getInputBuffers(Vector<sp<ABuffer> > *buffers) const { in getInputBuffers()102 void NuPlayer::DecoderBase::signalFlush() { in signalFlush()106 void NuPlayer::DecoderBase::signalResume(bool notifyComplete) { in signalResume()[all …]
32 struct NuPlayer::DecoderBase : public AHandler { struct33 DecoderBase(const sp<AMessage> ¬ify);66 virtual ~DecoderBase(); argument102 DISALLOW_EVIL_CONSTRUCTORS(DecoderBase); argument
96 struct DecoderBase;148 sp<DecoderBase> mVideoDecoder;150 sp<DecoderBase> mAudioDecoder;216 inline const sp<DecoderBase> &getDecoder(bool audio) { in getDecoder()235 bool audio, sp<DecoderBase> *decoder, bool checkAudioModeChange = true);
27 struct NuPlayer::DecoderPassThrough : public DecoderBase {
46 : DecoderBase(notify), in DecoderPassThrough()429 DecoderBase::onMessageReceived(msg); in onMessageReceived()
964 if (what == DecoderBase::kWhatInputDiscontinuity) { in onMessageReceived()983 } else if (what == DecoderBase::kWhatEOS) { in onMessageReceived()996 } else if (what == DecoderBase::kWhatFlushCompleted) { in onMessageReceived()1001 } else if (what == DecoderBase::kWhatVideoSizeChanged) { in onMessageReceived()1009 } else if (what == DecoderBase::kWhatShutdownCompleted) { in onMessageReceived()1026 } else if (what == DecoderBase::kWhatResumeCompleted) { in onMessageReceived()1028 } else if (what == DecoderBase::kWhatError) { in onMessageReceived()1576 bool audio, sp<DecoderBase> *decoder, bool checkAudioModeChange) { in instantiateDecoder()1767 const sp<DecoderBase> &decoder = getDecoder(audio); in flushDecoder()
26 struct NuPlayer::Decoder : public DecoderBase {
55 : DecoderBase(notify), in Decoder()230 DecoderBase::onMessageReceived(msg); in onMessageReceived()