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

  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoderPassThrough.cpp 237 bool formatChange =
243 ALOGI("audio discontinuity (formatChange=%d, time=%d)",
244 formatChange, timeChange);
246 if (formatChange || timeChange) {
251 msg->setInt32("formatChange", false);
258 } else if (formatChange) {
GenericSource.h 287 int64_t seekTimeUs = -1ll, int64_t *actualTimeUs = NULL, bool formatChange = false);
290 bool seeking, bool formatChange, media_track_type trackType, Track *track);
GenericSource.cpp 662 const bool formatChange = true;
668 readBuffer(trackType, timeUs, &actualTimeUs, formatChange);
669 readBuffer(counterpartType, -1, NULL, formatChange);
    [all...]
NuPlayerDecoder.cpp 768 bool formatChange =
777 mIsAudio ? "audio" : "video", formatChange, timeChange);
781 if (formatChange) {
785 formatChange = !seamlessFormatChange;
790 if (formatChange /* not seamless */) {
    [all...]
NuPlayer.cpp 962 int32_t formatChange;
963 CHECK(msg->findInt32("formatChange", &formatChange));
965 ALOGV("%s discontinuity: formatChange %d",
966 audio ? "audio" : "video", formatChange);
968 if (formatChange) {
    [all...]
  /frameworks/wilhelm/tests/sandbox/
xaplay.c 169 static const XAAndroidBufferItem formatChange = {XA_ANDROID_ITEMKEY_FORMAT_CHANGE, 0, {}};
197 items = &formatChange;
198 itemSize = sizeof(formatChange);
    [all...]

Completed in 128 milliseconds