Searched defs:formatChange (Results 1 - 2 of 2) sorted by path

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp864 bool formatChange = local
872 ALOGI("%s discontinuity (formatChange=%d, time=%d)",
873 audio ? "audio" : "video", formatChange, timeChange);
905 if (formatChange || timeChange) {
914 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 46 milliseconds