Lines Matching refs:NuPlayer
58 NuPlayer::Decoder::Decoder( in Decoder()
99 NuPlayer::Decoder::~Decoder() { in ~Decoder()
108 sp<AMessage> NuPlayer::Decoder::getStats() { in getStats()
122 status_t NuPlayer::Decoder::setVideoSurface(const sp<Surface> &surface) { in setVideoSurface()
138 void NuPlayer::Decoder::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()
285 void NuPlayer::Decoder::onConfigure(const sp<AMessage> &format) { in onConfigure()
399 void NuPlayer::Decoder::onSetParameters(const sp<AMessage> ¶ms) { in onSetParameters()
472 void NuPlayer::Decoder::onSetRenderer(const sp<Renderer> &renderer) { in onSetRenderer()
476 void NuPlayer::Decoder::onResume(bool notifyComplete) { in onResume()
491 void NuPlayer::Decoder::doFlush(bool notifyComplete) { in doFlush()
519 void NuPlayer::Decoder::onFlush() { in onFlush()
534 void NuPlayer::Decoder::onShutdown(bool notifyComplete) { in onShutdown()
574 bool NuPlayer::Decoder::doRequestBuffers() { in doRequestBuffers()
600 void NuPlayer::Decoder::handleError(int32_t err) in handleError()
614 status_t NuPlayer::Decoder::releaseCrypto() in releaseCrypto()
632 void NuPlayer::Decoder::onReleaseCrypto(const sp<AMessage>& msg) in onReleaseCrypto()
654 bool NuPlayer::Decoder::handleAnInputBuffer(size_t index) { in handleAnInputBuffer()
726 bool NuPlayer::Decoder::handleAnOutputBuffer( in handleAnOutputBuffer()
815 void NuPlayer::Decoder::handleOutputFormatChange(const sp<AMessage> &format) { in handleOutputFormatChange()
848 void NuPlayer::Decoder::releaseAndResetMediaBuffers() { in releaseAndResetMediaBuffers()
870 void NuPlayer::Decoder::requestCodecNotification() { in requestCodecNotification()
878 bool NuPlayer::Decoder::isStaleReply(const sp<AMessage> &msg) { in isStaleReply()
884 status_t NuPlayer::Decoder::fetchInputData(sp<AMessage> &reply) { in fetchInputData()
1007 bool NuPlayer::Decoder::onInputBufferFetched(const sp<AMessage> &msg) { in onInputBufferFetched()
1175 void NuPlayer::Decoder::onRenderBuffer(const sp<AMessage> &msg) { in onRenderBuffer()
1217 bool NuPlayer::Decoder::isDiscontinuityPending() const { in isDiscontinuityPending()
1221 void NuPlayer::Decoder::finishHandleDiscontinuity(bool flushOnTimeChange) { in finishHandleDiscontinuity()
1247 bool NuPlayer::Decoder::supportsSeamlessAudioFormatChange( in supportsSeamlessAudioFormatChange()
1282 bool NuPlayer::Decoder::supportsSeamlessFormatChange(const sp<AMessage> &targetFormat) const { in supportsSeamlessFormatChange()
1313 void NuPlayer::Decoder::rememberCodecSpecificData(const sp<AMessage> &format) { in rememberCodecSpecificData()
1329 void NuPlayer::Decoder::notifyResumeCompleteIfNecessary() { in notifyResumeCompleteIfNecessary()