/drivers/peripheral/camera/vdi_base/common/adapter/platform/hdf_driver/src/driver_adapter/src/ |
H A D | camera_dev.cpp | 40 CAMERA_LOGE("error: get deviceName failed! cameraDevice id = %{public}d\n", cameraIdList); in GetCameraName() 56 CAMERA_LOGE("error: myFileFormat_ make_shared is nullptr\n"); in Start() 62 CAMERA_LOGE("strncpy_s error!"); in Start() 71 CAMERA_LOGE("error: CameraOpenDevice failed\n"); in Start() 86 CAMERA_LOGE("error: myFileFormat_ make_shared is nullptr\n"); in Stop() 92 CAMERA_LOGE("strncpy_s error!"); in Stop() 101 CAMERA_LOGE("error: CameraCloseDevice failed\n"); in Stop() 115 CAMERA_LOGE("error: CameraDriverClientInit failed, ret = %{public}d\n", ret); in Init() 121 CAMERA_LOGE("error: myControl_ make_shared is nullptr\n"); in Init() 127 CAMERA_LOGE("strncpy_ in Init() [all...] |
H A D | camera_common.cpp | 34 CAMERA_LOGE("fail to get uvcState!"); in CameraUvcEventResultProcess() 40 CAMERA_LOGE("%s: fail to get cameraName!", __func__); in CameraUvcEventResultProcess() 46 CAMERA_LOGE("%s: fail to get uvcDeviceName!", __func__); in CameraUvcEventResultProcess() 52 CAMERA_LOGE("%s: fail to get uvcStreamName!", __func__); in CameraUvcEventResultProcess() 65 CAMERA_LOGE("fail to register event listener, line: %{public}d", __LINE__); in CameraMsgRegisterEventListener() 79 CAMERA_LOGE("param ptr is nullptr, line: %{public}d", __LINE__); in OnCameraEvents() 98 CAMERA_LOGE("fail to get remote service!"); in CameraDriverClientInit() 103 CAMERA_LOGE("has register listener!"); in CameraDriverClientInit() 108 CAMERA_LOGE("register event listener failed, line: %{public}d, ret = %{public}d", __LINE__, ret); in CameraDriverClientInit() 119 CAMERA_LOGE("SendCameraCm in SendCameraCmd() [all...] |
H A D | camera_buffer.cpp | 46 CAMERA_LOGE("error: CMD_QUEUE_INIT failed, ret = %{public}d", ret); in CameraInitMemory() 80 CAMERA_LOGE("error: CMD_REQ_MEMORY failed, ret = %{public}d", ret); in CameraReqMemory() 109 CAMERA_LOGE("error: CMD_QUERY_MEMORY failed, ret = %{public}d", ret); in CameraQueryMemory() 114 CAMERA_LOGE("fail to read offset!"); in CameraQueryMemory() 118 CAMERA_LOGE("fail to read length!"); in CameraQueryMemory() 123 CAMERA_LOGE("fail to read planeCount!"); in CameraQueryMemory() 128 CAMERA_LOGE("fail to read length!"); in CameraQueryMemory() 148 CAMERA_LOGE("error: MEMTYPE[%{public}d] CameraQueryMemory failed: %{public}s\n", memoryType_, strerror(errno)); in CameraAllocBuffer() 155 CAMERA_LOGE("error: open fd failed\n"); in CameraAllocBuffer() 165 CAMERA_LOGE("use in CameraAllocBuffer() [all...] |
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/src/ |
H A D | v4l2_dev.cpp | 34 CAMERA_LOGE("error: GetCurrentFd no camera fd\n"); in GetCurrentFd() 51 CAMERA_LOGE("error: InitMatch: myFileFormat_ make_shared is NULL\n"); in start() 58 CAMERA_LOGE("error:find V4L2 devname fail\n"); in start() 65 CAMERA_LOGE("error:myFileFormat_->V4L2OpenDevice fail fd == %{public}d\n", fd); in start() 71 CAMERA_LOGE("error:myFileFormat_->V4L2SearchBufType bufferType_ == 0\n"); in start() 88 CAMERA_LOGE("HosV4L2Dev::stop myFileFormat_ == nullptr\n"); in stop() 94 CAMERA_LOGE("HosV4L2Dev::stop GetCurrentFd error\n"); in stop() 100 CAMERA_LOGE("HosV4L2Dev::stop fd error = %d\n", fd); in stop() 117 CAMERA_LOGE("error: InitMatch: myFileFormat_ make_shared is NULL\n"); in Init() 132 CAMERA_LOGE("erro in ReqBuffers() [all...] |
H A D | v4l2_buffer.cpp | 71 CAMERA_LOGE("error Insufficient buffer memory on \n"); in ioctlWrapper() 76 CAMERA_LOGE("does not support memory mapping %{public}s\n", strerror(errno)); in ioctlWrapper() 81 CAMERA_LOGE("error Insufficient buffer memory on \n"); in ioctlWrapper() 89 CAMERA_LOGE("V4L2ReqBuffers does not release buffer %{public}s\n", strerror(errno)); in ioctlWrapper() 117 CAMERA_LOGE("request buffer timeout, max waittime: %{public}d ms\n", executor.GetTimeOut()); in V4L2ReqBuffers() 154 CAMERA_LOGE("HosV4L2Buffers::V4L2QueueBuffer: IOC_QUEUE_BUFFER Failed: %d", ret); in SetAndPushBuffer() 169 CAMERA_LOGE("V4L2QueueBuffer: frameSpec is NULL\n"); in V4L2QueueBuffer() 187 CAMERA_LOGE("ioctl VIDIOC_QBUF failed: %{public}s\n", strerror(errno)); in V4L2QueueBuffer() 227 CAMERA_LOGE("It can not be happening - incorrect memoryType\n"); in MakeInqueueBuffer() 291 CAMERA_LOGE("IOC_REQUEST_BUFFE in V4L2DequeueBuffer() [all...] |
/drivers/peripheral/camera/vdi_base/common/pipeline_core/ipp/src/ |
H A D | algo_plugin.cpp | 40 CAMERA_LOGE("unsupported operation."); in Init() 56 CAMERA_LOGE("unsupported operation."); in Start() 61 CAMERA_LOGE("start algo failed, ret = %{public}d", ret); in Start() 71 CAMERA_LOGE("unsupported operation."); in Flush() 76 CAMERA_LOGE("flush algo failed, ret = %{public}d", ret); in Flush() 89 CAMERA_LOGE("unsupported operation."); in Process() 135 CAMERA_LOGE("process algo failed, ret = %{public}d", ret); in Process() 144 CAMERA_LOGE("unsupported operation."); in Stop() 149 CAMERA_LOGE("stop algo failed, ret = %{public}d", ret); in Stop() 160 CAMERA_LOGE("pat in CheckLibPath() [all...] |
H A D | ipp_algo_parser.cpp | 46 CAMERA_LOGE("get hcs interface failed."); in Init() 54 CAMERA_LOGE("GetRootNode failed"); in Init() 98 CAMERA_LOGE("get algo name failed"); in ConstructPlugin() 104 CAMERA_LOGE("get algo description failed"); in ConstructPlugin() 110 CAMERA_LOGE("get algo path failed"); in ConstructPlugin() 117 CAMERA_LOGE("get algo mode failed"); in ConstructPlugin() 122 CAMERA_LOGE("invalid mode %{public}s", mode); in ConstructPlugin() 132 CAMERA_LOGE("create plugin failed"); in ConstructPlugin()
|
H A D | ipp_node.cpp | 38 CAMERA_LOGE("create AlgoPluginManager failed"); in Init() 43 CAMERA_LOGE("load plugin failed."); in Init() 81 CAMERA_LOGE("GetDeviceController failed."); in SetCallback() 94 CAMERA_LOGE("meta is nullptr"); in OnMetadataChanged() 105 CAMERA_LOGE("data is null"); in PrintNodeMetaData() 122 CAMERA_LOGE("get OHOS_CAMERA_FOCUS_MODE_LOCKED error"); in PrintFocusMode() 135 CAMERA_LOGE("get OHOS_CAMERA_FOCUS_STATE_UNFOCUSED error"); in PrintFocusState() 148 CAMERA_LOGE("get OHOS_CONTROL_EXPOSURE_MODE error"); in PrintExposureMode() 161 CAMERA_LOGE("get OHOS_SENSOR_EXPOSURE_TIME error"); in PrintExposureTime() 174 CAMERA_LOGE("ge in PrintExposureCompensation() [all...] |
H A D | offline_pipeline.cpp | 35 CAMERA_LOGE("Now will not start, current start %{public}d times", calltimes_.load()); in StartProcess() 65 CAMERA_LOGE("cannot stop."); in StopProcess() 99 CAMERA_LOGE("cancel capture begin"); in CancelCapture() 101 CAMERA_LOGE("cancel capture failed, capture id = %{public}d doesn't exist", captureId); in CancelCapture() 118 CAMERA_LOGE("cancel capture failed, capture id = %{public}d doesn't exist", captureId); in CancelCapture() 128 CAMERA_LOGE("cancel capture end"); in CancelCapture() 135 CAMERA_LOGE("can't flush in online mode"); in FlushOfflineStream() 202 CAMERA_LOGE("can't get buffer manager"); in DeliverCacheCheck() 207 CAMERA_LOGE("can't get buffer pool"); in DeliverCacheCheck() 232 CAMERA_LOGE("canno in DeliverOfflineBuffer() [all...] |
/drivers/peripheral/camera/hdi_service/v1_0/src/ |
H A D | camera_host_service.cpp | 32 CAMERA_LOGE("Camera host service is nullptr"); in CameraHostServiceGetInstance() 45 CAMERA_LOGE("get hcs interface failed."); in GetVdiLibList() 52 CAMERA_LOGE("GetRootNode failed"); in GetVdiLibList() 64 CAMERA_LOGE("Get vdi lib list failed"); in GetVdiLibList() 71 CAMERA_LOGE("Vdi library list is empty"); in GetVdiLibList() 96 CAMERA_LOGE("Can not get vdi lib name"); in GetInstance() 104 CAMERA_LOGE("Hdf load camera host vdi failed!"); in GetInstance() 111 CAMERA_LOGE("Get camera host vdi version failed!"); in GetInstance() 119 CAMERA_LOGE("Hdf load camera host vdi failed, module is nullptr!"); in GetInstance() 128 CAMERA_LOGE("Camer in GetInstance() [all...] |
/drivers/peripheral/camera/vdi_base/common/adapter/platform/mpp/src/pipeline_core/nodes/vo_node/ |
H A D | vo_node.cpp | 30 CAMERA_LOGE("get device controller failed"); in GetDeviceController() 42 CAMERA_LOGE("GetDeviceController failed."); in Start() 47 CAMERA_LOGE("configvo failed."); in Start() 52 CAMERA_LOGE("startvo failed."); in Start() 63 CAMERA_LOGE("DisConnectMpi failed!"); in Stop() 68 CAMERA_LOGE("stopvo failed!"); in Stop()
|
/drivers/peripheral/camera/vdi_base/common/adapter/platform/mpp/src/pipeline_core/nodes/vi_node/ |
H A D | vi_node.cpp | 28 CAMERA_LOGE("get device controller failed"); in GetDeviceController() 39 CAMERA_LOGE("GetDeviceController failed."); in Start() 44 CAMERA_LOGE("configvi failed."); in Start() 49 CAMERA_LOGE("startvi failed."); in Start() 54 CAMERA_LOGE("connectMpi failed."); in Start() 71 CAMERA_LOGE("DisConnectMpi failed!"); in Stop() 76 CAMERA_LOGE("stopvi failed!"); in Stop()
|
/drivers/peripheral/camera/vdi_base/common/metadata_manager/src/ |
H A D | metadata_controller.cpp | 66 CAMERA_LOGE("already set update setting callback."); in SetUpdateSettingCallback() 76 CAMERA_LOGE("already set update setting callback."); in UnSetUpdateSettingCallback() 93 CAMERA_LOGE("nodeFunc_ empty"); in ClearNodeCallback() 165 CAMERA_LOGE("streamId is invalid %{public}d", streamId); in UpdateSettingsConfig() 170 CAMERA_LOGE("filter update keys fail and streamId = %{public}d", streamId); in UpdateSettingsConfig() 186 CAMERA_LOGE("data is nullptr"); in GetStreamId() 202 CAMERA_LOGE("data is nullptr"); in FilterUpdateKeys() 233 CAMERA_LOGE("set metadata config fail and streamId = %{public}d", streamId); in DealMetadata() 249 CAMERA_LOGE("get metadata fail and streamId = %{public}d", streamId); in DealMetadata() 257 CAMERA_LOGE("compar in DealMetadata() [all...] |
H A D | metadata_config.cpp | 30 CAMERA_LOGE("invalid size");
in UpdateSettingsConfig() 37 CAMERA_LOGE("meta is null");
in UpdateSettingsConfig() 45 CAMERA_LOGE("data is null");
in UpdateSettingsConfig() 54 CAMERA_LOGE("get [%{public}d] error", *it);
in UpdateSettingsConfig() 63 CAMERA_LOGE("add key: [%{public}d] failed", *it);
in UpdateSettingsConfig()
|
/drivers/peripheral/camera/test/demo_3A/ |
H A D | demo_3a_main.cpp | 71 CAMERA_LOGE("main test: PreviewOn StartPreviewStream error"); in PreviewOn() 78 CAMERA_LOGE("main test: PreviewOn StartCaptureStream error"); in PreviewOn() 84 CAMERA_LOGE("main test: PreviewOn StartVideoStream error"); in PreviewOn() 91 CAMERA_LOGE("main test: PreviewOn mainDemo->CaptureON() preview error"); in PreviewOn() 116 CAMERA_LOGE("main test: mainDemo->CaptureON() capture error"); in CaptureTest() 123 CAMERA_LOGE("main test: mainDemo->CaptureOff() capture error"); in CaptureTest() 144 CAMERA_LOGE("main test: video PreviewOn() error please -q exit demo"); in VideoTest() 192 CAMERA_LOGE("main test: command error please retry input command"); in ManuList() 206 CAMERA_LOGE("main test: mainDemo->InitSensors() error"); in main() 211 CAMERA_LOGE("mai in main() [all...] |
/drivers/peripheral/camera/test/common/v1_2/src/ |
H A D | hdi_common_v1_2.cpp | 33 CAMERA_LOGE("Init ICameraHost get failed serviceV1_2 nullptr");
in Init() 40 CAMERA_LOGE("Init GetVersion failed, ret = %{public}d", ret);
in Init() 51 CAMERA_LOGE("Init SetCallback failed, ret = %{public}d", ret);
in Init() 64 CAMERA_LOGE("ImageProcessServiceProxy::Get Fail, imageProcessService is nullptr");
in DefferredImageTestInit() 70 CAMERA_LOGE("DefferredImageTestInit imageProcessCallback_ get failed imageProcessCallback_ nullptr");
in DefferredImageTestInit() 76 CAMERA_LOGE("CreateImageProcessSession failed, ret = %{public}d", ret);
in DefferredImageTestInit() 81 CAMERA_LOGE("CreateImageProcessSession Fail, imageProcessSession is nullptr: %{public}d", ret);
in DefferredImageTestInit() 99 CAMERA_LOGE("Open failed service nullptr");
in Open() 105 CAMERA_LOGE("Open GetCameraIds failed");
in Open() 112 CAMERA_LOGE("Ope in Open() [all...] |
/drivers/peripheral/camera/test/common/v1_3/src/ |
H A D | hdi_common_v1_3.cpp | 32 CAMERA_LOGE("Init ICameraHost get failed serviceV1_3 nullptr");
in Init() 39 CAMERA_LOGE("Init GetVersion failed, ret = %{public}d", ret);
in Init() 49 CAMERA_LOGE("Init SetCallback failed, ret = %{public}d", ret);
in Init() 58 CAMERA_LOGE("Open failed serviceV1_3 nullptr");
in Open() 64 CAMERA_LOGE("Open GetCameraIds failed");
in Open() 76 CAMERA_LOGE("Open OpenCamera_V1_3 failed, rc = %{public}d", rc);
in Open() 88 CAMERA_LOGE("OpenSecureCamera failed serviceV1_3 nullptr");
in OpenSecureCamera() 94 CAMERA_LOGE("OpenSecureCamera GetCameraIds failed");
in OpenSecureCamera() 106 CAMERA_LOGE("Open OpenCamera_V1_3 failed, rc = %{public}d", rc);
in OpenSecureCamera() 122 CAMERA_LOGE("GetCameraAbilit in GetCameraMetadata() [all...] |
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/device_manager/ |
H A D | sensor_controller.cpp | 44 CAMERA_LOGE("%s Create HosV4L2Dev fail", __FUNCTION__); in Init() 89 CAMERA_LOGE("Meta is nullptr"); in ConfigFps() 94 CAMERA_LOGE("Data is nullptr"); in ConfigFps() 99 CAMERA_LOGE("SendFpsMetaData fail"); in ConfigFps() 113 CAMERA_LOGE("ConfigStart fail"); in ConfigStart() 190 CAMERA_LOGE("nodeBufferCb_ is nullptr"); in BufferCallback() 303 CAMERA_LOGE("%s CMD_AE_EXPO QuerySetting fail", __FUNCTION__); in GetAEMetaData() 328 CAMERA_LOGE("%s CMD_AWB_COLORGAINS QuerySetting fail", __FUNCTION__); in GetAWBMetaData() 349 CAMERA_LOGE("meta is nullptr"); in GetFocusMode() 365 CAMERA_LOGE("met in GetFocusState() [all...] |
/drivers/peripheral/camera/test/demo/ |
H A D | demo_main.cpp | 71 CAMERA_LOGE("main test: PreviewOn StartPreviewStream error"); in PreviewOn() 78 CAMERA_LOGE("main test: PreviewOn StartCaptureStream error"); in PreviewOn() 84 CAMERA_LOGE("main test: PreviewOn StartVideoStream error"); in PreviewOn() 91 CAMERA_LOGE("main test: PreviewOn mainDemo->CaptureON() preview error"); in PreviewOn() 135 CAMERA_LOGE("main test: mainDemo->StreamOffline error"); in OfflineTest() 141 CAMERA_LOGE("main test: PreviewOn() error"); in OfflineTest() 153 CAMERA_LOGE("main test: mainDemo->CaptureON() capture error"); in CaptureTest() 160 CAMERA_LOGE("main test: mainDemo->CaptureOff() capture error"); in CaptureTest() 181 CAMERA_LOGE("main test: video PreviewOn() error please -q exit demo"); in VideoTest() 235 CAMERA_LOGE("mai in ManuList() [all...] |
H A D | ohos_camera_demo.cpp | 81 CAMERA_LOGE("demo test: GetStreamOpt GetStreamOperator fail"); in GetStreamOpt() 127 CAMERA_LOGE("demo test: CaptureStart Capture error"); in CaptureON() 156 CAMERA_LOGE("demo test: CaptureOff streamOperator_ is nullptr"); in CaptureOff() 174 CAMERA_LOGE("demo test: CaptureOff CancelCapture error mode %{public}d rc == %{public}d", mode, rc); in CaptureOff() 190 CAMERA_LOGE("demo test: CreateStream GetStreamOpt() is nullptr"); in CreateStream() 198 CAMERA_LOGE("demo test: CreateStream CreateProducer(); is nullptr"); in CreateStream() 207 CAMERA_LOGE("demo test: CreateStream CreateStreams error"); in CreateStream() 213 CAMERA_LOGE("demo test: CreateStream CommitStreams error"); in CreateStream() 232 CAMERA_LOGE("demo test: InitCameraDevice demoCameraHost_ == nullptr"); in InitCameraDevice() 268 CAMERA_LOGE("dem in InitCameraDevice() [all...] |
/drivers/peripheral/camera/vdi_base/common/pipeline_core/nodes/src/stability_node/ |
H A D | stability_node.cpp | 36 CAMERA_LOGE("meta is nullptr"); in OnMetadataChanged() 45 CAMERA_LOGE("StabilityNode::DeliverBuffer frameSpec is null"); in DeliverBuffer() 58 CAMERA_LOGE("data is nullptr"); in PrintNodeMetaData() 64 CAMERA_LOGE("%{public}s get OHOS_JPEG_QUALITY error and ret= %{public}d", __FUNCTION__, ret); in PrintNodeMetaData() 67 CAMERA_LOGE("%{public}s get videoStabiliMode value = %{public}d", __FUNCTION__, *(entry.data.u8)); in PrintNodeMetaData()
|
/drivers/peripheral/camera/vdi_base/common/adapter/platform/mpp/src/pipeline_core/nodes/vpss_node/ |
H A D | vpss_node.cpp | 35 CAMERA_LOGE("get device controller failed"); in GetDeviceController() 52 CAMERA_LOGE("GetDeviceController failed."); in Start() 57 CAMERA_LOGE("configvpss failed."); in Start() 62 CAMERA_LOGE("startvpss failed."); in Start() 68 CAMERA_LOGE("startvpss failed."); in Start() 84 CAMERA_LOGE("DisConnectMpi failed!"); in Flush() 89 CAMERA_LOGE("stopvpss failed!"); in Flush() 115 CAMERA_LOGE("provide buffer failed."); in ProvideBuffers()
|
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/ |
H A D | buffer_pool.cpp | 54 CAMERA_LOGE("buffer allocator factory is null"); in Init() 79 CAMERA_LOGE("bufferAllocator_ is nullptr"); in PrepareBuffer() 87 CAMERA_LOGE("alloc buffer failed"); in PrepareBuffer() 91 CAMERA_LOGE("map buffer failed"); in PrepareBuffer() 116 CAMERA_LOGE("bufferAllocator_ is nullptr"); in DestroyBuffer() 126 CAMERA_LOGE("unmap (%{public}d) buffer failed", it->GetIndex()); in DestroyBuffer() 130 CAMERA_LOGE("free (%{public}d) buffer failed", it->GetIndex()); in DestroyBuffer() 136 CAMERA_LOGE("%{public}zu buffer(s) is/are in use.", busyList_.size()); in DestroyBuffer() 141 CAMERA_LOGE("unmap (%{public}d) buffer failed", it->GetIndex()); in DestroyBuffer() 145 CAMERA_LOGE("fre in DestroyBuffer() [all...] |
/drivers/peripheral/camera/hal_c/hdi_cif/src/ |
H A D | camera_host.cpp | 28 CAMERA_LOGE("new camera host implement failed."); in CreateCameraHost() 34 CAMERA_LOGE("camera host init failed."); in CreateCameraHost() 129 CAMERA_LOGE("%{public}s, create camera host failed.", __FUNCTION__); in Init() 135 CAMERA_LOGE("%{public}s, dlopen %{public}s failed, %{public}s", in Init() 142 CAMERA_LOGE("%{public}s, can't get symbol of function SetCallback, %{public}s", __FUNCTION__, ::dlerror()); in Init() 148 CAMERA_LOGE("%{public}s, can't get symbol of function GetCameraIds, %{public}s", __FUNCTION__, ::dlerror()); in Init() 154 CAMERA_LOGE("%{public}s, can't get symbol of function GetCameraAbility, %{public}s", __FUNCTION__, ::dlerror()); in Init() 160 CAMERA_LOGE("%{public}s, can't get symbol of function OpenCamera, %{public}s", __FUNCTION__, ::dlerror()); in Init() 166 CAMERA_LOGE("%{public}s, can't get symbol of function SetFlashlight, %{public}s", __FUNCTION__, ::dlerror()); in Init()
|
/drivers/peripheral/camera/vdi_base/v4l2/src/camera_host/ |
H A D | hcs_deal.cpp | 44 CAMERA_LOGE("get hcs interface failed.");
in Init() 52 CAMERA_LOGE("GetRootNode failed");
in Init() 155 CAMERA_LOGE("metadata is nullptr cameraId: %{public}s, nodeName: %{public}s",
in DealMetadata() 206 CAMERA_LOGE("aeAvailableAntiBandingModes add failed");
in DealAeAvailableAntiBandingModes() 232 CAMERA_LOGE("aeAvailableModes add failed");
in DealAeAvailableModes() 249 CAMERA_LOGE("availableFpsRange hcs file configuration error");
in DealAvailableFpsRange() 264 CAMERA_LOGE("availableFpsRange add failed");
in DealAvailableFpsRange() 280 CAMERA_LOGE("get cameraPosition failed");
in DealCameraPosition() 290 CAMERA_LOGE("cameraPosition add failed");
in DealCameraPosition() 306 CAMERA_LOGE("ge in DealCameraType() [all...] |