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

  /frameworks/av/media/libmediaplayerservice/nuplayer/
GenericSource.h 189 int64_t seekTimeUs = -1ll, int64_t *actualTimeUs = NULL, bool formatChange = false);
GenericSource.cpp 655 const bool formatChange = true;
658 readBuffer(trackType, timeUs, &actualTimeUs, formatChange);
659 readBuffer(counterpartType, -1, NULL, formatChange);
    [all...]
NuPlayer.cpp     [all...]
  /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 191 milliseconds