HomeSort by relevance Sort by last modified time
    Searched refs:formatChange (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp 734 bool formatChange =
742 ALOGI("%s discontinuity (formatChange=%d, time=%d)",
743 audio ? "audio" : "video", formatChange, timeChange);
775 if (formatChange || timeChange) {
776 flushDecoder(audio, formatChange);
  /frameworks/wilhelm/tests/sandbox/
xaplay.c 168 static const XAAndroidBufferItem formatChange = {XA_ANDROID_ITEMKEY_FORMAT_CHANGE, 0};
196 items = &formatChange;
197 itemSize = sizeof(formatChange);
    [all...]

Completed in 302 milliseconds