Searched refs:mInflightBatchSizes (Results 1 – 2 of 2) sorted by relevance
988 if (mInflightBatchSizes.size() > 0) { in releaseRecordingFrame()989 batchSize = mInflightBatchSizes[0]; in releaseRecordingFrame()1004 mInflightBatchSizes.pop_front(); in releaseRecordingFrame()1311 mInflightBatchSizes.push_back(batchSize); in recordingFrameHandleCallbackTimestampBatch()
289 std::deque<uint32_t> mInflightBatchSizes; variable