Home
last modified time | relevance | path

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

/cts/tests/camera/libctscamera2jni/
Dnative-camera-jni.cpp3535 ACaptureSessionOutput* readerSessionOutput = nullptr; in nativeCameraDeviceTestPrepareSurface() local
3551 &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() local
3821 candidateIds[i], &readerSessionOutput); in nativeCameraDeviceLogicalPhysicalStreaming()
3822 if (ret != ACAMERA_OK || readerSessionOutput == nullptr) { in nativeCameraDeviceLogicalPhysicalStreaming()
3838 readerSessionOutputs.push_back(readerSessionOutput); in nativeCameraDeviceLogicalPhysicalStreaming()