Searched refs:trackName (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/libstagefright/ |
D | MPEG4Writer.cpp | 2976 const char *trackName = getTrackType(); in threadEntry() local 3041 buffer->range_length(), (long long)kMaxMetadataSize, trackName); in threadEntry() 3147 if (WARN_UNLESS(durExcludingEarlierPausesUs >= 0LL, "for %s track", trackName)) { in threadEntry() 3155 if (WARN_UNLESS(pausedDurationUs >= lastDurationUs, "for %s track", trackName)) { in threadEntry() 3168 if (WARN_UNLESS(timestampUs >= 0LL, "for %s track", trackName)) { in threadEntry() 3207 if (WARN_UNLESS(cttsOffsetTimeUs >= 0LL, "for %s track", trackName)) { in threadEntry() 3221 … if (WARN_UNLESS(currCttsOffsetTimeTicks <= 0x0FFFFFFFFLL, "for %s track", trackName)) { in threadEntry() 3265 if (WARN_UNLESS(timestampUs >= 0LL, "for %s track", trackName)) { in threadEntry() 3273 trackName, timestampUs, previousPausedDurationUs); in threadEntry() 3288 (long long)timestampUs, (long long)lastTimestampUs, trackName); in threadEntry() [all …]
|