HomeSort by relevance Sort by last modified time
    Searched refs:mInflightBatch (Results 1 - 2 of 2) sorted by null

  /hardware/interfaces/camera/device/1.0/default/
CameraDevice.cpp 465 size_t inflightSize = mInflightBatch.size();
473 mInflightBatch.push_back({handle, memId, index, timestamp});
476 if (mInflightBatch.size() >= batchSize) {
478 (DataCallbackMsg) mBatchMsgType, mInflightBatch);
479 mInflightBatch.clear();
    [all...]
CameraDevice_1_0.h 176 std::vector<HandleTimestampMessage> mInflightBatch;

Completed in 828 milliseconds