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

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderPassThrough.cpp237 bool formatChange = local
243 ALOGI("audio discontinuity (formatChange=%d, time=%d)",
244 formatChange, timeChange);
246 if (formatChange || timeChange) {
251 msg->setInt32("formatChange", false);
258 } else if (formatChange) {
H A DNuPlayerDecoder.cpp697 bool formatChange = local
706 mIsAudio ? "audio" : "video", formatChange, timeChange);
710 if (formatChange) {
714 formatChange = !seamlessFormatChange;
719 if (formatChange /* not seamless */) {
960 msg->setInt32("formatChange", mFormatChangePending);
H A DGenericSource.cpp662 const bool formatChange = true; local
668 readBuffer(trackType, timeUs, &actualTimeUs, formatChange);
669 readBuffer(counterpartType, -1, NULL, formatChange);
1368 media_track_type trackType, int64_t seekTimeUs, int64_t *actualTimeUs, bool formatChange) {
1458 queueDiscontinuityIfNeeded(seeking, formatChange, trackType, track);
1464 formatChange = false;
1486 queueDiscontinuityIfNeeded(seeking, formatChange, trackType, track);
1494 bool seeking, bool formatChange, media_track_type trackType, Track *track) {
1495 // formatChange && seeking: track whose source is changed during selection
1496 // formatChange
1367 readBuffer( media_track_type trackType, int64_t seekTimeUs, int64_t *actualTimeUs, bool formatChange) argument
1493 queueDiscontinuityIfNeeded( bool seeking, bool formatChange, media_track_type trackType, Track *track) argument
[all...]
H A DNuPlayer.cpp965 int32_t formatChange; local
966 CHECK(msg->findInt32("formatChange", &formatChange));
968 ALOGV("%s discontinuity: formatChange %d",
969 audio ? "audio" : "video", formatChange);
971 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 2476 milliseconds