Lines Matching refs:INT64_MAX
17 // This is needed for stdint.h to define INT64_MAX in C++
81 mFrameRecords[mOffset].desiredPresentTime = INT64_MAX;
82 mFrameRecords[mOffset].frameReadyTime = INT64_MAX;
83 mFrameRecords[mOffset].actualPresentTime = INT64_MAX;
114 mFrameRecords[mOffset].desiredPresentTime = INT64_MAX;
115 mFrameRecords[mOffset].frameReadyTime = INT64_MAX;
116 mFrameRecords[mOffset].actualPresentTime = INT64_MAX;
162 if (records[idx].frameReadyTime < INT64_MAX) {
172 if (records[idx].actualPresentTime < INT64_MAX) {
233 mFrameRecords[idx].actualPresentTime < INT64_MAX;