Searched refs:ResultBatcher (Results 1 – 4 of 4) sorted by relevance
49 const int CameraDeviceSession::ResultBatcher::NOT_BATCHED;381 CameraDeviceSession::ResultBatcher::ResultBatcher( in ResultBatcher() function in android::hardware::camera::device::V3_2::implementation::CameraDeviceSession::ResultBatcher384 bool CameraDeviceSession::ResultBatcher::InflightBatch::allDelivered() const { in allDelivered()399 void CameraDeviceSession::ResultBatcher::setNumPartialResults(uint32_t n) { in setNumPartialResults()404 void CameraDeviceSession::ResultBatcher::setBatchedStreams( in setBatchedStreams()410 void CameraDeviceSession::ResultBatcher::setResultMetadataQueue( in setResultMetadataQueue()416 void CameraDeviceSession::ResultBatcher::registerBatch(uint32_t frameNumber, uint32_t batchSize) { in registerBatch()429 std::pair<int, std::shared_ptr<CameraDeviceSession::ResultBatcher::InflightBatch>>430 CameraDeviceSession::ResultBatcher::getBatch( in getBatch()451 void CameraDeviceSession::ResultBatcher::checkAndRemoveFirstBatch() { in checkAndRemoveFirstBatch()[all …]
187 class ResultBatcher {189 ResultBatcher(const sp<ICameraDeviceCallback>& callback);
107 class ResultBatcher_3_4 : public V3_3::implementation::CameraDeviceSession::ResultBatcher {
621 V3_3::implementation::CameraDeviceSession::ResultBatcher(callback) { in ResultBatcher_3_4()