Searched refs:mStreamsToBatch (Results 1 - 2 of 2) sorted by relevance

/hardware/interfaces/camera/device/3.2/default/
H A DCameraDeviceSession.h277 // Protect access to mInflightBatches, mNumPartialResults and mStreamsToBatch
283 std::vector<int> mStreamsToBatch; member in class:android::hardware::camera::device::V3_2::implementation::CameraDeviceSession::ResultBatcher
H A DCameraDeviceSession.cpp351 mStreamsToBatch = streamsToBatch;
366 for (int id : mStreamsToBatch) {
474 sendBatchBuffersLocked(batch, mStreamsToBatch);

Completed in 172 milliseconds