Searched refs:PHOTO (Results 1 - 10 of 10) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/luminance/ |
H A D | rs_luminance_control.h | 28 PHOTO, 43 RSB_EXPORT bool SetHdrStatus(ScreenId screenId, bool isHdrOn, int32_t type = HDR_TYPE::PHOTO);
|
/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/ |
H A D | test_common.cpp | 71 } else if (type == SurfaceType::PHOTO) { in SaveYUV() 379 case SurfaceType::PHOTO: in OnBufferAvailable()
|
H A D | test_common.h | 33 PHOTO, member in OHOS::CameraStandard::SurfaceType
|
H A D | camera_capture.cpp | 213 sptr<SurfaceListener> captureListener = new(std::nothrow) SurfaceListener("Photo", SurfaceType::PHOTO, in main()
|
H A D | camera_capture_mode.cpp | 439 sptr<SurfaceListener> captureListener = new(std::nothrow) SurfaceListener("Photo", SurfaceType::PHOTO, in main()
|
H A D | camera_capture_video.cpp | 549 photoSurfaceListener_ = new(std::nothrow) SurfaceListener(testName_, SurfaceType::PHOTO, fd_, photoSurface_); in InitPhotoOutput()
|
/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/picker/ |
H A D | camera_picker_napi.h | 99 enum class PickerMediaType : uint32_t { PHOTO, VIDEO }; member in OHOS::CameraStandard::PickerMediaType
|
/foundation/arkui/ace_engine/frameworks/core/components/camera/standard_system/ |
H A D | camera.h | 41 PHOTO,
|
H A D | camera.cpp | 407 PreviousReadyMode_ = ReadyMode::PHOTO; in PrepareCamera() 492 if (PreviousReadyMode_ != PHOTO) { in Capture()
|
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/picker/ |
H A D | camera_picker_napi.cpp | 40 { "photo", PickerMediaType::PHOTO }, 44 const char* const PICKER_MEDIA_TYPE[] = { "PHOTO", "VIDEO" }; 179 case PickerMediaType::PHOTO: in SetPickerWantParams()
|
Completed in 7 milliseconds