Lines Matching refs:Decoder
48 NuPlayer::Decoder::Decoder( in Decoder() function in android::NuPlayer::Decoder
79 NuPlayer::Decoder::~Decoder() { in ~Decoder()
84 sp<AMessage> NuPlayer::Decoder::getStats() const { in getStats()
91 status_t NuPlayer::Decoder::setVideoSurface(const sp<Surface> &surface) { in setVideoSurface()
107 void NuPlayer::Decoder::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()
235 void NuPlayer::Decoder::onConfigure(const sp<AMessage> &format) { in onConfigure()
331 void NuPlayer::Decoder::onSetParameters(const sp<AMessage> ¶ms) { in onSetParameters()
339 void NuPlayer::Decoder::onSetRenderer(const sp<Renderer> &renderer) { in onSetRenderer()
348 void NuPlayer::Decoder::onGetInputBuffers( in onGetInputBuffers()
353 void NuPlayer::Decoder::onResume(bool notifyComplete) { in onResume()
362 void NuPlayer::Decoder::doFlush(bool notifyComplete) { in doFlush()
390 void NuPlayer::Decoder::onFlush() { in onFlush()
405 void NuPlayer::Decoder::onShutdown(bool notifyComplete) { in onShutdown()
446 bool NuPlayer::Decoder::doRequestBuffers() { in doRequestBuffers()
474 void NuPlayer::Decoder::handleError(int32_t err) in handleError()
488 bool NuPlayer::Decoder::handleAnInputBuffer(size_t index) { in handleAnInputBuffer()
553 bool NuPlayer::Decoder::handleAnOutputBuffer( in handleAnOutputBuffer()
615 void NuPlayer::Decoder::handleOutputFormatChange(const sp<AMessage> &format) { in handleOutputFormatChange()
648 void NuPlayer::Decoder::releaseAndResetMediaBuffers() { in releaseAndResetMediaBuffers()
670 void NuPlayer::Decoder::requestCodecNotification() { in requestCodecNotification()
678 bool NuPlayer::Decoder::isStaleReply(const sp<AMessage> &msg) { in isStaleReply()
684 status_t NuPlayer::Decoder::fetchInputData(sp<AMessage> &reply) { in fetchInputData()
773 bool NuPlayer::Decoder::onInputBufferFetched(const sp<AMessage> &msg) { in onInputBufferFetched()
901 void NuPlayer::Decoder::onRenderBuffer(const sp<AMessage> &msg) { in onRenderBuffer()
937 bool NuPlayer::Decoder::isDiscontinuityPending() const { in isDiscontinuityPending()
941 void NuPlayer::Decoder::finishHandleDiscontinuity(bool flushOnTimeChange) { in finishHandleDiscontinuity()
967 bool NuPlayer::Decoder::supportsSeamlessAudioFormatChange( in supportsSeamlessAudioFormatChange()
1002 bool NuPlayer::Decoder::supportsSeamlessFormatChange(const sp<AMessage> &targetFormat) const { in supportsSeamlessFormatChange()
1033 void NuPlayer::Decoder::rememberCodecSpecificData(const sp<AMessage> &format) { in rememberCodecSpecificData()
1049 void NuPlayer::Decoder::notifyResumeCompleteIfNecessary() { in notifyResumeCompleteIfNecessary()