Home
last modified time | relevance | path

Searched refs:CaptureSessionFuzzer (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/camera_framework/test/fuzztest/capturesession_fuzzer/
H A Dcapture_session_fuzzer.h23 namespace CaptureSessionFuzzer { namespace
H A Dcapture_session_fuzzer.cpp35 namespace CaptureSessionFuzzer { namespace
79 CHECK_AND_RETURN_LOG(manager, "CaptureSessionFuzzer: CreateCaptureSession Error"); in Test()
98 MEDIA_INFO_LOG("CaptureSessionFuzzer: ENTER"); in GetCameraInput()
101 CHECK_AND_RETURN_RET_LOG(cameras.size() >= NUM_2, nullptr, "CaptureSessionFuzzer: GetSupportedCameras Error"); in GetCameraInput()
105 CHECK_AND_RETURN_RET_LOG(camera, nullptr, "CaptureSessionFuzzer: Camera is null Error"); in GetCameraInput()
111 MEDIA_INFO_LOG("CaptureSessionFuzzer: ENTER"); in GetCaptureOutput()
113 CHECK_AND_RETURN_RET_LOG(manager, nullptr, "CaptureSessionFuzzer: CameraManager::GetInstance Error"); in GetCaptureOutput()
116 CHECK_AND_RETURN_RET_LOG(camera, nullptr, "CaptureSessionFuzzer: Camera is null Error"); in GetCaptureOutput()
118 CHECK_AND_RETURN_RET_LOG(capability, nullptr, "CaptureSessionFuzzer: GetSupportedOutputCapability Error"); in GetCaptureOutput()
120 CHECK_AND_RETURN_RET_LOG(!profiles.empty(), nullptr, "CaptureSessionFuzzer in GetCaptureOutput()
[all...]

Completed in 2 milliseconds