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.h308 int64_t *actualTimeUs = NULL, bool formatChange = false);
311 bool seeking, bool formatChange, media_track_type trackType, Track *track);
H A DGenericSource.cpp625 const bool formatChange = true; local
632 &actualTimeUs, formatChange);
634 NULL, !formatChange);
1379 int64_t *actualTimeUs, bool formatChange) {
1465 queueDiscontinuityIfNeeded(seeking, formatChange, trackType, track);
1482 formatChange = false;
1504 queueDiscontinuityIfNeeded(seeking, formatChange, trackType, track);
1512 bool seeking, bool formatChange, media_track_type trackType, Track *track) {
1513 // formatChange && seeking: track whose source is changed during selection
1514 // formatChange
1377 readBuffer( media_track_type trackType, int64_t seekTimeUs, MediaPlayerSeekMode mode, int64_t *actualTimeUs, bool formatChange) argument
1511 queueDiscontinuityIfNeeded( bool seeking, bool formatChange, media_track_type trackType, Track *track) argument
[all...]
H A DNuPlayerDecoder.cpp842 bool formatChange = local
851 mIsAudio ? "audio" : "video", formatChange, timeChange);
855 if (formatChange) {
859 formatChange = !seamlessFormatChange;
864 if (formatChange /* not seamless */) {
1147 msg->setInt32("formatChange", mFormatChangePending);
H A DNuPlayer.cpp1059 int32_t formatChange; local
1060 CHECK(msg->findInt32("formatChange", &formatChange));
1062 ALOGV("%s discontinuity: formatChange %d",
1063 audio ? "audio" : "video", formatChange);
1065 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 2019 milliseconds