Home
last modified time | relevance | path

Searched refs:ResultBatcher (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/camera/device/3.2/default/
DCameraDeviceSession.cpp49 const int CameraDeviceSession::ResultBatcher::NOT_BATCHED;
381 CameraDeviceSession::ResultBatcher::ResultBatcher( in ResultBatcher() function in android::hardware::camera::device::V3_2::implementation::CameraDeviceSession::ResultBatcher
384 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 …]
DCameraDeviceSession.h187 class ResultBatcher {
189 ResultBatcher(const sp<ICameraDeviceCallback>& callback);
/hardware/interfaces/camera/device/3.4/default/include/device_v3_4_impl/
DCameraDeviceSession.h107 class ResultBatcher_3_4 : public V3_3::implementation::CameraDeviceSession::ResultBatcher {
/hardware/interfaces/camera/device/3.4/default/
DCameraDeviceSession.cpp621 V3_3::implementation::CameraDeviceSession::ResultBatcher(callback) { in ResultBatcher_3_4()