Home
last modified time | relevance | path

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

/aosp_15_r20/cts/tests/camera/libctscamera2jni/
H A Dnative-camera-jni.cpp3360 ACaptureSessionOutput* readerSessionOutput = nullptr; in nativeCameraDeviceTestPrepareSurface() local
3376 &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() local
3646 candidateIds[i], &readerSessionOutput); in nativeCameraDeviceLogicalPhysicalStreaming()
3647 if (ret != ACAMERA_OK || readerSessionOutput == nullptr) { in nativeCameraDeviceLogicalPhysicalStreaming()
3663 readerSessionOutputs.push_back(readerSessionOutput); in nativeCameraDeviceLogicalPhysicalStreaming()