Searched refs:sketchSize (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/ |
H A D | preview_output.cpp | 240 auto sketchSize = FindSketchSize(); in IsSketchSupported() local 241 CHECK_ERROR_RETURN_RET(sketchSize == nullptr, false); in IsSketchSupported() 243 …ketchSupported FindSketchSize Size is %{public}dx%{public}d", sketchSize->width, sketchSize->heigh… in IsSketchSupported() 282 int32_t PreviewOutput::CreateSketchWrapper(Size sketchSize) in CreateSketchWrapper() argument 284 …"PreviewOutput::CreateSketchWrapper enter sketchSize is:%{public}d x %{public}d", sketchSize.width, in CreateSketchWrapper() 285 sketchSize.height); in CreateSketchWrapper() 289 auto wrapper = std::make_shared<SketchWrapper>(GetStream(), sketchSize); in CreateSketchWrapper() 311 auto sketchSize = FindSketchSize(); in EnableSketch() local 312 CHECK_ERROR_RETURN_RET_LOG(sketchSize == nullptr, ServiceToCameraError(errCode), in EnableSketch() 315 sketchSize->width, sketchSize->height); in EnableSketch() [all …]
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/ |
H A D | preview_output.h | 232 int32_t CreateSketchWrapper(Size sketchSize);
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/ |
H A D | camera_framework_unittest.cpp | 5979 Size sketchSize; variable 5980 sketchSize.width = 640; 5981 sketchSize.height = 480; 6034 Size sketchSize; variable 6035 sketchSize.width = 640; 6036 sketchSize.height = 480; 6041 SketchWrapper(previewOutput->GetStream(), sketchSize); 6086 Size sketchSize; variable 6087 sketchSize.width = 640; 6088 sketchSize.height = 480; [all …]
|