Searched defs:ResultBatcher (Results 1 - 2 of 2) sorted by relevance

/hardware/interfaces/camera/device/3.2/default/
H A DCameraDeviceSession.h182 class ResultBatcher { class in struct:android::hardware::camera::device::V3_2::implementation::CameraDeviceSession
184 ResultBatcher(const sp<ICameraDeviceCallback>& callback);
244 // This method will hold ResultBatcher::mLock briefly
258 // This method will hold ResultBatcher::mLock briefly
H A DCameraDeviceSession.cpp47 const int CameraDeviceSession::ResultBatcher::NOT_BATCHED;
325 CameraDeviceSession::ResultBatcher::ResultBatcher( function in class:android::hardware::camera::device::V3_2::implementation::CameraDeviceSession::ResultBatcher
328 bool CameraDeviceSession::ResultBatcher::InflightBatch::allDelivered() const {
343 void CameraDeviceSession::ResultBatcher::setNumPartialResults(uint32_t n) {
348 void CameraDeviceSession::ResultBatcher::setBatchedStreams(
354 void CameraDeviceSession::ResultBatcher::setResultMetadataQueue(
360 void CameraDeviceSession::ResultBatcher::registerBatch(uint32_t frameNumber, uint32_t batchSize) {
373 std::pair<int, std::shared_ptr<CameraDeviceSession::ResultBatcher::InflightBatch>>
374 CameraDeviceSession::ResultBatcher
[all...]

Completed in 74 milliseconds