Searched refs:batchSize (Results 1 – 3 of 3) sorted by relevance
983 uint32_t batchSize = 0; in releaseRecordingFrame() local987 batchSize = mInflightBatchSizes[0]; in releaseRecordingFrame()990 if (batchSize == 0) { // return buffers one by one in releaseRecordingFrame()999 if (mInflightReturnedHandles.size() == batchSize) { in releaseRecordingFrame()1265 int batchSize = 0; in recordingFrameHandleCallbackTimestampBatch() local1286 ++batchSize; in recordingFrameHandleCallbackTimestampBatch()1302 if (batchSize > 0) { in recordingFrameHandleCallbackTimestampBatch()1304 mInflightBatchSizes.push_back(batchSize); in recordingFrameHandleCallbackTimestampBatch()1306 for (int i = 0; i < batchSize; i++) { in recordingFrameHandleCallbackTimestampBatch()
3413 size_t batchSize = requests.size(); in processBatchCaptureRequests() local3414 captureRequests.resize(batchSize); in processBatchCaptureRequests()3417 for (size_t i = 0; i < batchSize; i++) { in processBatchCaptureRequests()3437 for (size_t i = 0; i < batchSize; i++) { in processBatchCaptureRequests()3471 if (status == common::V1_0::Status::OK && *numRequestProcessed != batchSize) { in processBatchCaptureRequests()3473 __FUNCTION__, *numRequestProcessed, batchSize); in processBatchCaptureRequests()3912 size_t batchSize = mNextRequests.size(); in sendRequestsBatch() local3913 std::vector<camera3_capture_request_t*> requests(batchSize); in sendRequestsBatch()3915 for (size_t i = 0; i < batchSize; i++) { in sendRequestsBatch()4436 const size_t batchSize = nextRequest.captureRequest->mBatchSize; in waitForNextRequestBatch() local[all …]
421 size_t batchSize = 1; in processEventsLocked() local424 while (batchSize < count) { in processEventsLocked()425 if (rawEvent[batchSize].type >= EventHubInterface::FIRST_SYNTHETIC_EVENT in processEventsLocked()426 || rawEvent[batchSize].deviceId != deviceId) { in processEventsLocked()429 batchSize += 1; in processEventsLocked()432 ALOGD("BatchSize: %d Count: %d", batchSize, count); in processEventsLocked()434 processEventsForDeviceLocked(deviceId, rawEvent, batchSize); in processEventsLocked()451 count -= batchSize; in processEventsLocked()452 rawEvent += batchSize; in processEventsLocked()