Searched defs:cameraFormat (Results 1 – 8 of 8) sorted by relevance
70 std::vector<CameraFormat> cameraFormat = { in PhotoSessionFuzzTest() local
124 CameraFormat cameraFormat = videoOutputProfile->GetCameraFormat(); in GetVideoProfile() local
129 CameraFormat cameraFormat = previewOutputProfile->GetCameraFormat(); in GetActiveProfile() local
321 CameraFormat cameraFormat = photoOutputProfile->GetCameraFormat(); in GetActiveProfile() local
122 CameraFormat cameraFormat = CameraFormat::CAMERA_FORMAT_JPEG; in CameraManagerFuzzTest2() local
51 camera_format_t GetHdiFormatFromCameraFormat(CameraFormat cameraFormat) in GetHdiFormatFromCameraFormat()
680 vector<CameraFormat> cameraFormat = cameraManager_->GetSupportPhotoFormat(modeName, metadata); variable
406 sptr<Surface> CameraSessionModuleTest::CreateSketchSurface(CameraFormat cameraFormat) in CreateSketchSurface()