Home
last modified time | relevance | path

Searched refs:formatChange (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoderPassThrough.cpp231 bool formatChange = in fetchInputData() local
238 formatChange, timeChange); in fetchInputData()
240 if (formatChange || timeChange) { in fetchInputData()
252 } else if (formatChange) { in fetchInputData()
DNuPlayerDecoder.cpp565 bool formatChange = in fetchInputData() local
574 mIsAudio ? "audio" : "video", formatChange, timeChange); in fetchInputData()
578 if (formatChange) { in fetchInputData()
582 formatChange = !seamlessFormatChange; in fetchInputData()
585 if (formatChange || timeChange) { in fetchInputData()
588 msg->setInt32("formatChange", formatChange); in fetchInputData()
592 if (formatChange /* not seamless */) { in fetchInputData()
DGenericSource.cpp813 const bool formatChange = true; in onMessageReceived() local
819 readBuffer(trackType, timeUs, &actualTimeUs, formatChange); in onMessageReceived()
820 readBuffer(counterpartType, -1, NULL, formatChange); in onMessageReceived()
1458 media_track_type trackType, int64_t seekTimeUs, int64_t *actualTimeUs, bool formatChange) { in readBuffer() argument
1529 if ((seeking || formatChange) in readBuffer()
1532 ATSParser::DiscontinuityType type = (formatChange && seeking) in readBuffer()
1541 formatChange = false; in readBuffer()
DGenericSource.h197 int64_t seekTimeUs = -1ll, int64_t *actualTimeUs = NULL, bool formatChange = false);
DNuPlayer.cpp709 int32_t formatChange; in onMessageReceived() local
710 CHECK(msg->findInt32("formatChange", &formatChange)); in onMessageReceived()
713 audio ? "audio" : "video", formatChange); in onMessageReceived()
715 if (formatChange) { in onMessageReceived()
/frameworks/wilhelm/tests/sandbox/
Dxaplay.c168 static const XAAndroidBufferItem formatChange = {XA_ANDROID_ITEMKEY_FORMAT_CHANGE, 0}; in bufferQueueCallback() local
196 items = &formatChange; in bufferQueueCallback()
197 itemSize = sizeof(formatChange); in bufferQueueCallback()
/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.cpp848 sp<ABuffer> formatChange = mSession->createFormatChangeBuffer(); in onDownloadNext() local
849 mPacketSources.valueAt(i)->queueAccessUnit(formatChange); in onDownloadNext()