Searched defs:formatChange (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderPassThrough.cpp231 bool formatChange = local
237 ALOGI("audio discontinuity (formatChange=%d, time=%d)",
238 formatChange, timeChange);
240 if (formatChange || timeChange) {
245 msg->setInt32("formatChange", false);
252 } else if (formatChange) {
H A DNuPlayerDecoder.cpp565 bool formatChange = local
574 mIsAudio ? "audio" : "video", formatChange, timeChange);
578 if (formatChange) {
582 formatChange = !seamlessFormatChange;
585 if (formatChange || timeChange) {
588 msg->setInt32("formatChange", formatChange);
592 if (formatChange /* not seamless */) {
H A DGenericSource.cpp844 const bool formatChange = true; local
850 readBuffer(trackType, timeUs, &actualTimeUs, formatChange);
851 readBuffer(counterpartType, -1, NULL, formatChange);
1497 media_track_type trackType, int64_t seekTimeUs, int64_t *actualTimeUs, bool formatChange) {
1565 // formatChange && seeking: track whose source is changed during selection
1566 // formatChange && !seeking: track whose source is not changed during selection
1567 // !formatChange: normal seek
1568 if ((seeking || formatChange)
1571 ATSParser::DiscontinuityType type = (formatChange && seeking)
1580 formatChange
1496 readBuffer( media_track_type trackType, int64_t seekTimeUs, int64_t *actualTimeUs, bool formatChange) argument
[all...]
H A DNuPlayer.cpp709 int32_t formatChange; local
710 CHECK(msg->findInt32("formatChange", &formatChange));
712 ALOGV("%s discontinuity: formatChange %d",
713 audio ? "audio" : "video", formatChange);
715 if (formatChange) {
/frameworks/wilhelm/tests/sandbox/
H A Dxaplay.c168 static const XAAndroidBufferItem formatChange = {XA_ANDROID_ITEMKEY_FORMAT_CHANGE, 0}; local
196 items = &formatChange;
197 itemSize = sizeof(formatChange);
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp848 sp<ABuffer> formatChange = mSession->createFormatChangeBuffer(); local
849 mPacketSources.valueAt(i)->queueAccessUnit(formatChange);

Completed in 2275 milliseconds