Searched refs:timestampCount (Results 1 – 3 of 3) sorted by relevance
53 int32_t timestampCount = 0; // in timestamps member128 if (timestampData->timestampCount < MAX_TIMESTAMPS) { in timestampDataCallbackProc()129 TimestampInfo *timestamp = ×tampData->timestamps[timestampData->timestampCount]; in timestampDataCallbackProc()139 timestampData->timestampCount++; in timestampDataCallbackProc()282 printf("timestampCount = %d\n", sTimestampData.timestampCount); in testTimeStamps()285 for (int i = 1; i < sTimestampData.timestampCount; i++) { in testTimeStamps()
268 int32_t timestampCount = 0; // in timestamps member342 if (sineData->timestampCount < MAX_TIMESTAMPS) { in SimplePlayerDataCallbackProc()343 Timestamp *timestamp = &sineData->timestamps[sineData->timestampCount]; in SimplePlayerDataCallbackProc()347 (sineData->timestampCount == 0 || // first one? in SimplePlayerDataCallbackProc()349 sineData->timestampCount++; // keep this one in SimplePlayerDataCallbackProc()
192 for (int i = 0; i < myData.timestampCount; i++) { in testOpenPlayClose()