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

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderPassThrough.cpp233 bool formatChange = local
239 ALOGI("audio discontinuity (formatChange=%d, time=%d)",
240 formatChange, timeChange);
242 if (formatChange || timeChange) {
247 msg->setInt32("formatChange", false);
254 } else if (formatChange) {
H A DGenericSource.h204 int64_t seekTimeUs = -1ll, int64_t *actualTimeUs = NULL, bool formatChange = false);
207 bool seeking, bool formatChange, media_track_type trackType, Track *track);
H A DGenericSource.cpp806 const bool formatChange = true; local
812 readBuffer(trackType, timeUs, &actualTimeUs, formatChange);
813 readBuffer(counterpartType, -1, NULL, formatChange);
1468 media_track_type trackType, int64_t seekTimeUs, int64_t *actualTimeUs, bool formatChange) {
1538 queueDiscontinuityIfNeeded(seeking, formatChange, trackType, track);
1543 formatChange = false;
1556 queueDiscontinuityIfNeeded(seeking, formatChange, trackType, track);
1564 bool seeking, bool formatChange, media_track_type trackType, Track *track) {
1565 // formatChange && seeking: track whose source is changed during selection
1566 // formatChange
1467 readBuffer( media_track_type trackType, int64_t seekTimeUs, int64_t *actualTimeUs, bool formatChange) argument
1563 queueDiscontinuityIfNeeded( bool seeking, bool formatChange, media_track_type trackType, Track *track) argument
[all...]
H A DNuPlayerDecoder.cpp695 bool formatChange = local
704 mIsAudio ? "audio" : "video", formatChange, timeChange);
708 if (formatChange) {
712 formatChange = !seamlessFormatChange;
717 if (formatChange /* not seamless */) {
954 msg->setInt32("formatChange", mFormatChangePending);
H A DNuPlayer.cpp908 int32_t formatChange; local
909 CHECK(msg->findInt32("formatChange", &formatChange));
911 ALOGV("%s discontinuity: formatChange %d",
912 audio ? "audio" : "video", formatChange);
914 if (formatChange) {
/frameworks/wilhelm/tests/sandbox/
H A Dxaplay.c169 static const XAAndroidBufferItem formatChange = {XA_ANDROID_ITEMKEY_FORMAT_CHANGE, 0}; local
197 items = &formatChange;
198 itemSize = sizeof(formatChange);

Completed in 188 milliseconds