Lines Matching refs:Decoder
48 NuPlayer::Decoder::Decoder( in Decoder() function in android::NuPlayer::Decoder
80 NuPlayer::Decoder::~Decoder() { in ~Decoder()
85 sp<AMessage> NuPlayer::Decoder::getStats() const { in getStats()
92 status_t NuPlayer::Decoder::setVideoSurface(const sp<Surface> &surface) { in setVideoSurface()
108 void NuPlayer::Decoder::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()
236 void NuPlayer::Decoder::onConfigure(const sp<AMessage> &format) { in onConfigure()
332 void NuPlayer::Decoder::onSetParameters(const sp<AMessage> ¶ms) { in onSetParameters()
340 void NuPlayer::Decoder::onSetRenderer(const sp<Renderer> &renderer) { in onSetRenderer()
349 void NuPlayer::Decoder::onGetInputBuffers( in onGetInputBuffers()
354 void NuPlayer::Decoder::onResume(bool notifyComplete) { in onResume()
363 void NuPlayer::Decoder::doFlush(bool notifyComplete) { in doFlush()
391 void NuPlayer::Decoder::onFlush() { in onFlush()
406 void NuPlayer::Decoder::onShutdown(bool notifyComplete) { in onShutdown()
447 bool NuPlayer::Decoder::doRequestBuffers() { in doRequestBuffers()
475 void NuPlayer::Decoder::handleError(int32_t err) in handleError()
489 bool NuPlayer::Decoder::handleAnInputBuffer(size_t index) { in handleAnInputBuffer()
551 bool NuPlayer::Decoder::handleAnOutputBuffer( in handleAnOutputBuffer()
613 void NuPlayer::Decoder::handleOutputFormatChange(const sp<AMessage> &format) { in handleOutputFormatChange()
643 void NuPlayer::Decoder::releaseAndResetMediaBuffers() { in releaseAndResetMediaBuffers()
665 void NuPlayer::Decoder::requestCodecNotification() { in requestCodecNotification()
673 bool NuPlayer::Decoder::isStaleReply(const sp<AMessage> &msg) { in isStaleReply()
679 status_t NuPlayer::Decoder::fetchInputData(sp<AMessage> &reply) { in fetchInputData()
768 bool NuPlayer::Decoder::onInputBufferFetched(const sp<AMessage> &msg) { in onInputBufferFetched()
892 void NuPlayer::Decoder::onRenderBuffer(const sp<AMessage> &msg) { in onRenderBuffer()
928 bool NuPlayer::Decoder::isDiscontinuityPending() const { in isDiscontinuityPending()
932 void NuPlayer::Decoder::finishHandleDiscontinuity(bool flushOnTimeChange) { in finishHandleDiscontinuity()
958 bool NuPlayer::Decoder::supportsSeamlessAudioFormatChange( in supportsSeamlessAudioFormatChange()
993 bool NuPlayer::Decoder::supportsSeamlessFormatChange(const sp<AMessage> &targetFormat) const { in supportsSeamlessFormatChange()
1024 void NuPlayer::Decoder::rememberCodecSpecificData(const sp<AMessage> &format) { in rememberCodecSpecificData()
1040 void NuPlayer::Decoder::notifyResumeCompleteIfNecessary() { in notifyResumeCompleteIfNecessary()