Searched refs:frameMax (Results 1 – 1 of 1) sorted by relevance
438 uint32_t frameMax = mInflightBatches[numBatches - 1]->mLastFrame; in getBatch() local439 if (frameNumber < frameMin || frameNumber > frameMax) { in getBatch()