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

/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DNuPlayer2DecoderPassThrough.cpp232 bool formatChange = local
238 ALOGI("audio discontinuity (formatChange=%d, time=%d)",
239 formatChange, timeChange);
241 if (formatChange || timeChange) {
246 msg->setInt32("formatChange", false);
253 } else if (formatChange) {
H A DGenericSource2.h226 int64_t *actualTimeUs = NULL, bool formatChange = false);
229 bool seeking, bool formatChange, media_track_type trackType, Track *track);
H A DGenericSource2.cpp614 const bool formatChange = true; local
621 &actualTimeUs, formatChange);
623 NULL, !formatChange);
1271 int64_t *actualTimeUs, bool formatChange) {
1352 queueDiscontinuityIfNeeded(seeking, formatChange, trackType, track);
1367 formatChange = false;
1411 bool seeking, bool formatChange, media_track_type trackType, Track *track) {
1412 // formatChange && seeking: track whose source is changed during selection
1413 // formatChange && !seeking: track whose source is not changed during selection
1414 // !formatChange
1269 readBuffer( media_track_type trackType, int64_t seekTimeUs, MediaPlayer2SeekMode mode, int64_t *actualTimeUs, bool formatChange) argument
1410 queueDiscontinuityIfNeeded( bool seeking, bool formatChange, media_track_type trackType, Track *track) argument
[all...]
H A DNuPlayer2Decoder.cpp891 bool formatChange = local
900 mIsAudio ? "audio" : "video", formatChange, timeChange);
904 if (formatChange) {
908 formatChange = !seamlessFormatChange;
913 if (formatChange /* not seamless */) {
1197 msg->setInt32("formatChange", mFormatChangePending);
H A DNuPlayer2.cpp1215 int32_t formatChange; local
1216 CHECK(msg->findInt32("formatChange", &formatChange));
1218 ALOGV("%s discontinuity: formatChange %d",
1219 audio ? "audio" : "video", formatChange);
1221 if (formatChange) {
/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.h218 int64_t *actualTimeUs = NULL, bool formatChange = false);
221 bool seeking, bool formatChange, media_track_type trackType, Track *track);
H A DGenericSource.cpp657 const bool formatChange = true; local
664 &actualTimeUs, formatChange);
666 NULL, !formatChange);
1306 int64_t *actualTimeUs, bool formatChange) {
1396 queueDiscontinuityIfNeeded(seeking, formatChange, trackType, track);
1413 formatChange = false;
1435 queueDiscontinuityIfNeeded(seeking, formatChange, trackType, track);
1478 bool seeking, bool formatChange, media_track_type trackType, Track *track) {
1479 // formatChange && seeking: track whose source is changed during selection
1480 // formatChange
1304 readBuffer( media_track_type trackType, int64_t seekTimeUs, MediaPlayerSeekMode mode, int64_t *actualTimeUs, bool formatChange) argument
1477 queueDiscontinuityIfNeeded( bool seeking, bool formatChange, media_track_type trackType, Track *track) argument
[all...]
H A DNuPlayerDecoder.cpp872 bool formatChange = local
881 mIsAudio ? "audio" : "video", formatChange, timeChange);
885 if (formatChange) {
889 formatChange = !seamlessFormatChange;
894 if (formatChange /* not seamless */) {
1191 msg->setInt32("formatChange", mFormatChangePending);
H A DNuPlayer.cpp1075 int32_t formatChange; local
1076 CHECK(msg->findInt32("formatChange", &formatChange));
1078 ALOGV("%s discontinuity: formatChange %d",
1079 audio ? "audio" : "video", formatChange);
1081 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 218 milliseconds