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

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp755 bool formatChange = local
763 ALOGI("%s discontinuity (formatChange=%d, time=%d)",
764 audio ? "audio" : "video", formatChange, timeChange);
796 if (formatChange || timeChange) {
797 flushDecoder(audio, 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);

Completed in 251 milliseconds