Home
last modified time | relevance | path

Searched defs:audio (Results 1 – 12 of 12) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
DStreamingSource.cpp207 sp<AnotherPacketSource> NuPlayer::StreamingSource::getSource(bool audio) { in getSource()
218 sp<MetaData> NuPlayer::StreamingSource::getFormatMeta(bool audio) { in getFormatMeta()
229 bool audio, sp<ABuffer> *accessUnit) { in dequeueAccessUnit()
DHTTPLiveSource.cpp100 sp<AMessage> NuPlayer::HTTPLiveSource::getFormat(bool audio) { in getFormat()
123 bool audio, sp<ABuffer> *accessUnit) { in dequeueAccessUnit()
269 bool audio = changedMask & LiveSession::STREAMTYPE_AUDIO; in onSessionNotify() local
DNuPlayerRenderer.cpp105 bool audio, in queueBuffer()
115 void NuPlayer::Renderer::queueEOS(bool audio, status_t finalResult) { in queueEOS()
124 void NuPlayer::Renderer::flush(bool audio, bool notifyComplete) { in flush()
257 void NuPlayer::Renderer::setHasMedia(bool audio) { in setHasMedia()
954 void NuPlayer::Renderer::notifyEOS(bool audio, status_t finalResult, int64_t delayUs) { in notifyEOS()
967 int32_t audio; in onQueueBuffer() local
1058 int32_t audio; in onQueueEOS() local
1089 int32_t audio, notifyComplete; in onFlush() local
1174 void NuPlayer::Renderer::notifyFlushComplete(bool audio) { in notifyFlushComplete()
1182 bool audio, const sp<AMessage> &msg) { in dropBufferWhileFlushing()
DRTSPSource.cpp149 sp<MetaData> NuPlayer::RTSPSource::getFormatMeta(bool audio) { in getFormatMeta()
196 bool audio, sp<ABuffer> *accessUnit) { in dequeueAccessUnit()
253 sp<AnotherPacketSource> NuPlayer::RTSPSource::getSource(bool audio) { in getSource()
264 void NuPlayer::RTSPSource::setEOSTimeout(bool audio, int64_t timeout) { in setEOSTimeout()
DNuPlayer.cpp684 bool audio = msg->what() == kWhatAudioNotify; in onMessageReceived() local
848 int32_t audio; in onMessageReceived() local
875 int32_t audio; in onMessageReceived() local
1096 void NuPlayer::handleFlushComplete(bool audio, bool isDecoder) { in handleFlushComplete()
1188 status_t NuPlayer::instantiateDecoder(bool audio, sp<DecoderBase> *decoder) { in instantiateDecoder()
1354 void NuPlayer::flushDecoder(bool audio, bool needShutdown) { in flushDecoder()
1388 bool audio, bool video, const sp<AMessage> &reply) { in queueDecoderShutdown()
1536 void NuPlayer::performDecoderFlush(FlushCommand audio, FlushCommand video) { in performDecoderFlush()
1817 int32_t audio, video; in onSourceNotify() local
1919 sp<AMessage> NuPlayer::Source::getFormat(bool audio) { in getFormat()
DGenericSource.cpp307 bool audio, Vector<MediaBuffer *> &buffers) { in setBuffers()
961 sp<MetaData> NuPlayer::GenericSource::getFormatMeta(bool audio) { in getFormatMeta()
977 int32_t audio; in onGetFormatMeta() local
1000 bool audio, sp<ABuffer> *accessUnit) { in dequeueAccessUnit()
1282 bool audio = !strncasecmp(mime, "audio/", 6); in doSelectTrack() local
1361 bool audio = trackType == MEDIA_TRACK_TYPE_AUDIO; in mediaBufferToABuffer() local
DNuPlayerDecoder.cpp861 bool audio = !strncasecmp(oldMime.c_str(), "audio/", strlen("audio/")); in supportsSeamlessFormatChange() local
/frameworks/av/media/libeffects/testlibs/
DEffectsMath.h116 #define MULT_AUDIO_COEF(audio,coef) /*lint -e704 <avoid divide for performance>*/ \ argument
134 #define MULT_AUDIO_WET_DRY_COEF(audio,coef) /*lint -e(702) <avoid divide for performance>*/ \ argument
295 #define MULT_AUDIO_DRIVE(audio,drive) /*lint -e(702) <avoid divide for performance>*/ \ argument
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DRootsFragment.java294 RootItem audio = null; in RootsAdapter() local
/frameworks/base/core/java/android/speech/srec/
DRecognizer.java302 public void putAudio(InputStream audio) throws IOException { in putAudio()
/frameworks/native/include/media/openmax/
DOMX_Component.h96 OMX_AUDIO_PORTDEFINITIONTYPE audio; member
/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.cpp1703 bool audio = !strncasecmp(mime, "audio/", 6); in resumeThreshold() local