Searched refs:mInputJpegBuffers (Results 1 – 2 of 2) sorted by relevance
115 while (!mInputJpegBuffers.empty() && !mBlobBufferAcquired) { in compilePendingInputLocked()116 auto it = mInputJpegBuffers.begin(); in compilePendingInputLocked()125 mInputJpegBuffers.erase(it); in compilePendingInputLocked()141 mInputJpegBuffers.erase(it); in compilePendingInputLocked()740 mInputJpegBuffers.push_back(item.mTimestamp); in onFrameAvailable()
150 std::vector<int64_t> mInputJpegBuffers; variable