Searched refs:readerSessionOutput (Results 1 – 1 of 1) sorted by relevance
3360 ACaptureSessionOutput* readerSessionOutput = nullptr; in nativeCameraDeviceTestPrepareSurface() local3376 &readerSessionOutput); in nativeCameraDeviceTestPrepareSurface()3377 if (ret != ACAMERA_OK || readerSessionOutput == nullptr) { in nativeCameraDeviceTestPrepareSurface()3393 std::vector<ACaptureSessionOutput *> readerSessionOutputs = {readerSessionOutput}; in nativeCameraDeviceTestPrepareSurface()3635 ACaptureSessionOutput* readerSessionOutput = nullptr; in nativeCameraDeviceLogicalPhysicalStreaming() local3646 candidateIds[i], &readerSessionOutput); in nativeCameraDeviceLogicalPhysicalStreaming()3647 if (ret != ACAMERA_OK || readerSessionOutput == nullptr) { in nativeCameraDeviceLogicalPhysicalStreaming()3663 readerSessionOutputs.push_back(readerSessionOutput); in nativeCameraDeviceLogicalPhysicalStreaming()