Home
last modified time | relevance | path

Searched refs:Msg (Results 1 - 7 of 7) sorted by relevance

/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dcamera_info_dumper.cpp39 void CameraInfoDumper::Msg(const char* msg) in Msg() function in OHOS::CameraStandard::CameraInfoDumper
52 void CameraInfoDumper::Msg(const std::string msg) in Msg() function in OHOS::CameraStandard::CameraInfoDumper
54 Msg(msg.c_str()); in Msg()
H A Dhcamera_preconfig.cpp415 infoDumper.Msg("Colorspace:" + photoPreconfig.colorSpace); in DumpPreconfigInfo()
416 infoDumper.Msg("[Preview]\t" + photoPreconfig.previewProfile.toString()); in DumpPreconfigInfo()
417 infoDumper.Msg("[Photo]\t" + photoPreconfig.photoProfile.toString(cameraInfos, HDI::Camera::V1_3::CAPTURE)); in DumpPreconfigInfo()
419 infoDumper.Msg("Colorspace:" + videoPreconfig.colorSpace); in DumpPreconfigInfo()
420 infoDumper.Msg("[Preview]\t" + videoPreconfig.previewProfile.toString()); in DumpPreconfigInfo()
421 infoDumper.Msg("[Video]\t" + videoPreconfig.videoProfile.toString()); in DumpPreconfigInfo()
422 infoDumper.Msg("[Photo]\t" + videoPreconfig.photoProfile.toString(cameraInfos, HDI::Camera::V1_3::VIDEO)); in DumpPreconfigInfo()
H A Dhcamera_service.cpp1349 infoDumper.Msg("Format:[" + iter->second + "] " + in DumpCameraStreamInfo()
1353 infoDumper.Msg("Format:[" + to_string(item.data.i32[index]) + "] " + in DumpCameraStreamInfo()
1374 infoDumper.Msg("OHOS_ABILITY_ZOOM_CAP data size:" + to_string(item.count)); in DumpCameraZoom()
1376 infoDumper.Msg("Available Zoom Capability:[" + to_string(item.data.i32[minIndex]) + " " + in DumpCameraZoom()
1383 infoDumper.Msg("OHOS_ABILITY_SCENE_ZOOM_CAP data size:" + to_string(item.count)); in DumpCameraZoom()
1385 infoDumper.Msg("Available scene Zoom Capability:[" + to_string(item.data.i32[minIndex]) + " " + in DumpCameraZoom()
1392 infoDumper.Msg("OHOS_ABILITY_ZOOM_RATIO_RANGE data size:" + to_string(item.count)); in DumpCameraZoom()
1394 infoDumper.Msg("Available Zoom Ratio Range:[" + to_string(item.data.f[minIndex]) + in DumpCameraZoom()
1415 infoDumper.Msg(flashAbilityString); in DumpCameraFlash()
1434 infoDumper.Msg(afAbilityStrin in DumpCameraAF()
[all...]
H A Dhstream_common.cpp250 infoDumper.Msg(streamInfo); in DumpStreamInfo()
255 infoDumper.Msg("type:" + std::to_string(static_cast<int32_t>(extInfo.type)) + in DumpStreamInfo()
H A Dhstream_capture.cpp754 infoDumper.Msg("ThumbnailSwitch:[" + std::to_string(thumbnailSwitch_) + "]"); in DumpStreamInfo()
755 infoDumper.Msg("RawDeliverSwitch:[" + std::to_string(rawDeliverySwitch_) + "]"); in DumpStreamInfo()
757 infoDumper.Msg( in DumpStreamInfo()
H A Dhcapture_session.cpp1547 infoDumper.Msg("Number of Camera clients:[" + std::to_string(TotalSessionSize()) + "]"); in DumpCameraSessionSummary()
1565 infoDumper.Msg("Client pid:[" + std::to_string(pid_)+ "] Client uid:[" + std::to_string(uid_) + "]"); in DumpSessionInfo()
1566 infoDumper.Msg("session state:[" + GetSessionState() + "]"); in DumpSessionInfo()
/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dcamera_info_dumper.h30 void Msg(const char* msg);
31 void Msg(const std::string msg);

Completed in 11 milliseconds