Searched refs:readerSessionOutput (Results 1 – 1 of 1) sorted by relevance
3535 ACaptureSessionOutput* readerSessionOutput = nullptr; in nativeCameraDeviceTestPrepareSurface() local3551 &readerSessionOutput); in nativeCameraDeviceTestPrepareSurface()3552 if (ret != ACAMERA_OK || readerSessionOutput == nullptr) { in nativeCameraDeviceTestPrepareSurface()3568 std::vector<ACaptureSessionOutput *> readerSessionOutputs = {readerSessionOutput}; in nativeCameraDeviceTestPrepareSurface()3810 ACaptureSessionOutput* readerSessionOutput = nullptr; in nativeCameraDeviceLogicalPhysicalStreaming() local3821 candidateIds[i], &readerSessionOutput); in nativeCameraDeviceLogicalPhysicalStreaming()3822 if (ret != ACAMERA_OK || readerSessionOutput == nullptr) { in nativeCameraDeviceLogicalPhysicalStreaming()3838 readerSessionOutputs.push_back(readerSessionOutput); in nativeCameraDeviceLogicalPhysicalStreaming()