Home
last modified time | relevance | path

Searched refs:LOGE (Results 1 – 25 of 94) sorted by relevance

1234

/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_dual_test.c86 LOGE("DUAL open back camera \n"); in mm_app_dtc_0()
88 LOGE("mm_app_open() back camera err=%d\n", rc); in mm_app_dtc_0()
93 LOGE("system_dimension_set() err=%d\n", rc); in mm_app_dtc_0()
98 LOGE("DUAL open front camera \n"); in mm_app_dtc_0()
100 LOGE("mm_app_open() front camera err=%d\n", rc); in mm_app_dtc_0()
106 LOGE("system_dimension_set() err=%d\n", rc); in mm_app_dtc_0()
111 LOGE("DUAL start camera Rdi for front \n"); in mm_app_dtc_0()
113 LOGE(" back camera startPreview() err=%d\n", rc); in mm_app_dtc_0()
119 LOGE("DUAL start camera Preview for back \n"); in mm_app_dtc_0()
121 LOGE(" startPreview() backcamera err=%d\n", rc); in mm_app_dtc_0()
[all …]
Dmm_qcamera_socket.c57 LOGE("Invalid send len \n"); in tuneserver_send_command_rsp()
61 LOGE("Invalid send buf \n"); in tuneserver_send_command_rsp()
67 LOGE("RSP send returns error %s\n", strerror(errno)); in tuneserver_send_command_rsp()
97 LOGE(" eztune_server_run: send returns error %s\n", in tuneserver_ack()
113 LOGE("ACK send returns error %s\n", strerror(errno)); in tuneserver_send_command_ack()
136 LOGE(" Ack Failed for cmd %d\n", p->current_cmd); in tuneserver_process_command()
142 LOGE(" RSP processing Failed for cmd %d\n", p->current_cmd); in tuneserver_process_command()
146 LOGE(" RSP Failed for cmd %d\n", p->current_cmd); in tuneserver_process_command()
153 LOGE(" Ack Failed for cmd %d\n", p->current_cmd); in tuneserver_process_command()
159 LOGE(" RSP processing Failed for cmd %d\n", p->current_cmd); in tuneserver_process_command()
[all …]
Dmm_qcamera_app.c96 LOGE("Error opening HAL library %s\n", dlerror()); in mm_app_load_hal()
109 LOGE("Error loading HAL sym %s\n", dlerror()); in mm_app_load_hal()
133 LOGE("Ion dev open failed %s\n", strerror(errno)); in mm_app_allocate_ion_memory()
146 LOGE("ION allocation failed %s with rc = %d \n",strerror(errno), rc); in mm_app_allocate_ion_memory()
154 LOGE("ION map failed %s\n", strerror(errno)); in mm_app_allocate_ion_memory()
166 LOGE("ION_MMAP_FAILED: %s (%d)\n", strerror(errno), errno); in mm_app_allocate_ion_memory()
218 LOGE("mem_info is NULL, return here"); in mm_app_cache_ops()
237 LOGE("Cache Invalidate failed\n"); in mm_app_cache_ops()
260 LOGE("cannot open file %s \n", file_name); in mm_app_dump_frame()
387 LOGE("No mem for bufs"); in mm_app_stream_initbuf()
[all …]
Dmm_qcamera_unit_test.c54 LOGE("mm_app_open() cam_idx=%d, err=%d\n", in mm_app_tc_open_close()
61 LOGE("mm_app_close() cam_idx=%d, err=%d\n", in mm_app_tc_open_close()
86 LOGE("mm_app_open() cam_idx=%d, err=%d\n", in mm_app_tc_start_stop_preview()
94 LOGE(" mm_app_start_preview() cam_idx=%d, err=%d\n", in mm_app_tc_start_stop_preview()
101 LOGE(" mm_app_stop_preview() cam_idx=%d, err=%d\n", in mm_app_tc_start_stop_preview()
109 LOGE("mm_app_close() cam_idx=%d, err=%d\n", in mm_app_tc_start_stop_preview()
134 LOGE("mm_app_open() cam_idx=%d, err=%d\n", in mm_app_tc_start_stop_zsl()
142 LOGE(" mm_app_start_preview_zsl() cam_idx=%d, err=%d\n", in mm_app_tc_start_stop_zsl()
149 LOGE(" mm_app_stop_preview_zsl() cam_idx=%d, err=%d\n", in mm_app_tc_start_stop_zsl()
157 LOGE("mm_app_close() cam_idx=%d, err=%d\n", in mm_app_tc_start_stop_zsl()
[all …]
Dmm_qcamera_video.c45 LOGE("bufs or user_data are not valid "); in mm_app_metadata_notify_cb()
59 LOGE("Channel object is NULL "); in mm_app_metadata_notify_cb()
72 LOGE("cannot find metadata stream"); in mm_app_metadata_notify_cb()
88 LOGE("Canot allocate metadata memory\n"); in mm_app_metadata_notify_cb()
98 LOGE("AutoFocus Done Call Back Received\n"); in mm_app_metadata_notify_cb()
101 LOGE("AutoFocus failed\n"); in mm_app_metadata_notify_cb()
114 LOGE("Failed in Preview Qbuf\n"); in mm_app_metadata_notify_cb()
142 LOGE("Wrong channel id (%d)", bufs->ch_id); in mm_app_snapshot_notify_cb()
155 LOGE("cannot find snapshot stream"); in mm_app_snapshot_notify_cb()
168 LOGE("main frame is NULL"); in mm_app_snapshot_notify_cb()
[all …]
Dmm_qcamera_reprocess.c46 LOGE(" BEGIN - length=%zu, frame idx = %d\n", in mm_app_reprocess_notify_cb()
57 LOGE(" Wrong channel id (%d)", bufs->ch_id); in mm_app_reprocess_notify_cb()
69 LOGE(" error allocating jpeg output buffer"); in mm_app_reprocess_notify_cb()
77 LOGE(" error creating jpeg session"); in mm_app_reprocess_notify_cb()
83 LOGE("Encoding reprocessed frame!!"); in mm_app_reprocess_notify_cb()
90 LOGE(" Failed in Reprocess Qbuf\n"); in mm_app_reprocess_notify_cb()
104 LOGE(" END\n"); in mm_app_reprocess_notify_cb()
123 LOGE(" Invalid input\n"); in mm_app_add_reprocess_stream_from_source()
131 LOGE(" add stream failed\n"); in mm_app_add_reprocess_stream_from_source()
164 LOGE("config preview stream err=%d\n", rc); in mm_app_add_reprocess_stream_from_source()
[all …]
Dmm_qcamera_rdi.c54 LOGE(" cannot open file %s \n", file_name); in mm_app_rdi_dump_frame()
83 LOGE(" Failed in RDI Qbuf\n"); in mm_app_rdi_notify_cb()
109 LOGE(" raw_dim w:%d height:%d\n", cam_cap->raw_dim[0].width, cam_cap->raw_dim[0].height); in mm_app_add_rdi_stream()
111 LOGE(" supported_raw_fmts[%zd]=%d\n", in mm_app_add_rdi_stream()
120 LOGE(" fmt=%d\n", fmt); in mm_app_add_rdi_stream()
125 LOGE(" rdi format not supported\n"); in mm_app_add_rdi_stream()
140 LOGE(" meta info command failed\n"); in mm_app_add_rdi_stream()
145 LOGE(" add stream failed\n"); in mm_app_add_rdi_stream()
181 LOGE("config rdi stream err=%d\n", rc); in mm_app_add_rdi_stream()
207 LOGE(" add stream failed\n"); in mm_app_add_rdi_snapshot_stream()
[all …]
Dmm_qcamera_preview.c60 LOGE("bufs or user_data are not valid "); in mm_app_metadata_notify_cb()
74 LOGE("Channel object is NULL "); in mm_app_metadata_notify_cb()
87 LOGE("cannot find metadata stream"); in mm_app_metadata_notify_cb()
103 LOGE("Canot allocate metadata memory\n"); in mm_app_metadata_notify_cb()
148 LOGE("Storing AWB Metadata"); in mm_app_metadata_notify_cb()
202 LOGE("AutoFocus Done Call Back Received\n"); in mm_app_metadata_notify_cb()
205 LOGE("AutoFocus failed\n"); in mm_app_metadata_notify_cb()
218 LOGE("Failed in Preview Qbuf\n"); in mm_app_metadata_notify_cb()
245 LOGE("Wrong channel id (%d)", bufs->ch_id); in mm_app_snapshot_notify_cb()
258 LOGE("cannot find snapshot stream"); in mm_app_snapshot_notify_cb()
[all …]
Dmm_qcamera_snapshot.c49 LOGE(" NULL current job frames or not matching job ID (%d, %d)", in jpeg_encode_cb()
55 LOGE(" job %d, status=%d", jobId, status); in jpeg_encode_cb()
66 LOGE(" Failed in Qbuf\n"); in jpeg_encode_cb()
91 LOGE(" No memory for current_job_frames"); in encodeData()
132 LOGE(" Metadata null, not set for jpeg encoding"); in encodeData()
275 LOGE(" bufs or user_data are not valid "); in mm_app_snapshot_metadata_notify_cb()
289 LOGE(" Channel object is null"); in mm_app_snapshot_metadata_notify_cb()
302 LOGE(" cannot find metadata stream"); in mm_app_snapshot_metadata_notify_cb()
318 LOGE(" malloc failed"); in mm_app_snapshot_metadata_notify_cb()
330 LOGE(" AutoFocus Done Call Back Received\n"); in mm_app_snapshot_metadata_notify_cb()
[all …]
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpegdec_interface.c62 LOGE("invalid parameters for job or jobId"); in mm_jpegdec_intf_start_job()
69 LOGE("mm_jpeg is not opened yet"); in mm_jpegdec_intf_start_job()
99 LOGE("invalid client_hdl or jobId"); in mm_jpegdec_intf_create_session()
106 LOGE("mm_jpeg is not opened yet"); in mm_jpegdec_intf_create_session()
133 LOGE("invalid client_hdl or jobId"); in mm_jpegdec_intf_destroy_session()
140 LOGE("mm_jpeg is not opened yet"); in mm_jpegdec_intf_destroy_session()
167 LOGE("invalid jobId"); in mm_jpegdec_intf_abort_job()
174 LOGE("mm_jpeg is not opened yet"); in mm_jpegdec_intf_abort_job()
201 LOGE("invalid client_hdl"); in mm_jpegdec_intf_close()
208 LOGE("mm_jpeg is not opened yet"); in mm_jpegdec_intf_close()
[all …]
Dmm_jpeg_exif.c72 LOGE("Number of entries exceeded limit"); in addExifEntry()
85 LOGE("No memory for byte array"); in addExifEntry()
100 LOGE("No memory for ascii string"); in addExifEntry()
113 LOGE("No memory for short array"); in addExifEntry()
128 LOGE("No memory for long array"); in addExifEntry()
143 LOGE("No memory for rational array"); in addExifEntry()
157 LOGE("No memory for undefined array"); in addExifEntry()
169 LOGE("No memory for signed long array"); in addExifEntry()
184 LOGE("No memory for signed rational array"); in addExifEntry()
306 LOGE("Sensor params are null"); in process_sensor_data()
[all …]
Dmm_jpeg_interface.c113 LOGE("invalid parameters for job or jobId"); in mm_jpeg_intf_start_job()
120 LOGE("mm_jpeg is not opened yet"); in mm_jpeg_intf_start_job()
150 LOGE("invalid client_hdl or jobId"); in mm_jpeg_intf_create_session()
157 LOGE("mm_jpeg is not opened yet"); in mm_jpeg_intf_create_session()
184 LOGE("invalid client_hdl or jobId"); in mm_jpeg_intf_destroy_session()
191 LOGE("mm_jpeg is not opened yet"); in mm_jpeg_intf_destroy_session()
218 LOGE("invalid jobId"); in mm_jpeg_intf_abort_job()
225 LOGE("mm_jpeg is not opened yet"); in mm_jpeg_intf_abort_job()
252 LOGE("invalid client_hdl"); in mm_jpeg_intf_close()
259 LOGE("mm_jpeg is not opened yet"); in mm_jpeg_intf_close()
[all …]
Dmm_jpegdec.c133 LOGE("Error %d", ret); in mm_jpegdec_session_send_buffers()
165 LOGE("Error %d", ret); in mm_jpegdec_session_free_buffers()
174 LOGE("Error"); in mm_jpegdec_session_free_buffers()
220 LOGE("OMX_GetHandle failed (%d)", rc); in mm_jpegdec_session_create()
244 LOGE("invalid handle"); in mm_jpegdec_session_destroy()
250 LOGE("Error"); in mm_jpegdec_session_destroy()
256 LOGE("Error"); in mm_jpegdec_session_destroy()
261 LOGE("OMX_FreeHandle failed (%d)", rc); in mm_jpegdec_session_destroy()
299 LOGE("failed"); in mm_jpegdec_session_config_ports()
306 LOGE("failed"); in mm_jpegdec_session_config_ports()
[all …]
Dmm_jpeg.c137 LOGE("Error %d", ret); in mm_jpeg_session_send_buffers()
150 LOGE("Error %d", ret); in mm_jpeg_session_send_buffers()
166 LOGE("Error %d", ret); in mm_jpeg_session_send_buffers()
179 LOGE("Error %d", ret); in mm_jpeg_session_send_buffers()
193 LOGE("Error"); in mm_jpeg_session_send_buffers()
228 LOGE("Error %d", ret); in mm_jpeg_session_free_buffers()
238 LOGE("Error %d", ret); in mm_jpeg_session_free_buffers()
251 LOGE("Error %d", ret); in mm_jpeg_session_free_buffers()
261 LOGE("Error %d", ret); in mm_jpeg_session_free_buffers()
272 LOGE("Error"); in mm_jpeg_session_free_buffers()
[all …]
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3Mem.cpp116 LOGE("index %d out of bound [0, %d)", in cacheOpsInternal()
122 LOGE("Buffer at %d not registered", index); in cacheOpsInternal()
141 LOGE("Cache Invalidate failed: %s\n", strerror(errno)); in cacheOpsInternal()
233 LOGE("Memory not allocated"); in getBufDef()
314 LOGE("Ion dev open failed: %s\n", strerror(errno)); in allocOneBuffer()
329 LOGE("ION allocation for len %d failed: %s\n", allocData.len, in allocOneBuffer()
338 LOGE("ION map failed %s\n", strerror(errno)); in allocOneBuffer()
397 LOGE("index out of bound"); in getPtrLocked()
424 LOGE("Index %d out of bounds, current buffer count is %d", in markFrameNumber()
430 LOGE("Buffer at %d not allocated", index); in markFrameNumber()
[all …]
DQCamera3Stream.cpp91 LOGE("getBufs invalid stream pointer"); in get_bufs()
96 LOGE("stream->getBufs failed"); in get_bufs()
128 LOGE("putBufs invalid stream pointer"); in put_bufs()
135 LOGE("stream->putBatchBufs failed"); in put_bufs()
161 LOGE("invalid stream pointer"); in invalidate_buf()
171 LOGE("invalidateBuf failed for buf_idx: %d err: %d", in invalidate_buf()
201 LOGE("invalid stream pointer"); in clean_invalidate_buf()
211 LOGE("invalidateBuf failed for buf_idx: %d err: %d", in clean_invalidate_buf()
241 LOGE("invalid stream pointer"); in clean_buf()
251 LOGE("invalidateBuf failed for buf_idx: %d err: %d", in clean_buf()
[all …]
DQCamera3Channel.cpp176 LOGE("Only one stream per channel supported in v3 Hal"); in addStream()
181 LOGE("stream number (%d) exceeds max limit (%d)", in addStream()
192 LOGE("No mem for Stream"); in addStream()
263 LOGE("Attempt to stop inactive channel"); in stop()
388 LOGE("stream setParameter for set bundle failed"); in setBundleInfo()
486 LOGE("invalid channel pointer"); in streamCbRoutine()
558 LOGE("dumping not enabled for stream type %d",dump_type); in dumpYUV()
589 LOGE("failed to open file to dump image"); in dumpYUV()
795 LOGE("Init Postprocessor failed"); in QCamera3ProcessingChannel()
814 LOGE("De-init Postprocessor failed"); in ~QCamera3ProcessingChannel()
[all …]
DQCamera3CropRegionMapper.cpp97 LOGE("active_array size and sensor output size must be non zero"); in update()
101 LOGE("invalid input: active_array [%d, %d], sensor size [%d, %d]", in update()
132 LOGE("sensor/active array sizes are not initialized!"); in toActiveArray()
164 LOGE("sensor/active array sizes are not initialized!"); in toSensor()
229 LOGE("sensor/active array sizes are not initialized!"); in toActiveArray()
234 LOGE("invalid co-ordinate (%d, %d) in (0, 0, %d, %d) space", in toActiveArray()
258 LOGE("sensor/active array sizes are not initialized!"); in toSensor()
264 LOGE("invalid co-ordinate (%d, %d) in (0, 0, %d, %d) space", in toSensor()
/hardware/qcom/camera/msm8998/QCamera2/util/
DQCameraFlash.cpp146 LOGE("Invalid camera id: %d", camera_id); in initFlash()
159 LOGE("No flash available for camera id: %d", in initFlash()
163 LOGE("Camera in use for camera id: %d", in initFlash()
173 LOGE("Unable to open node '%s'", in initFlash()
188 LOGE("Unable to init flash for camera id: %d", in initFlash()
225 LOGE("Invalid camera id: %d", camera_id); in setFlashMode()
233 LOGE("called for uninited flash: %d", camera_id); in setFlashMode()
245 LOGE("Unable to change flash mode to %d for camera id: %d", in setFlashMode()
274 LOGE("Invalid camera id: %d", camera_id); in deinitFlash()
277 LOGE("called deinitFlash for uninited flash"); in deinitFlash()
[all …]
DQCameraDualFOVPP.cpp191 LOGE("Input Q is not active!!!"); in feedInput()
222 LOGE("pInput is NULL"); in feedInput()
261 LOGE("cannot get sanpshot or metadata buf def"); in feedOutput()
266 LOGE("cannot get sanpshot or metadata stream"); in feedOutput()
288 LOGE("Unable to allocate heap memory for image buf"); in feedOutput()
304 LOGE("Unable to allocate heap memory for metadata buf"); in feedOutput()
318 LOGE("outgoing Q is not active!!!"); in feedOutput()
324 LOGE("pOutput is NULL"); in feedOutput()
360 LOGE("frame index is null"); in process()
367 LOGE("Cannot find vecotr of input frames"); in process()
[all …]
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-lib2d-interface/src/
Dmm_lib2d.c118 LOGE("invalid event"); in lib2d_event_handler()
160 LOGE("invalid event"); in lib2d_callback_handler()
299 LOGE("Formats conversion from %d to %d not supported", in mm_lib2d_init()
311 LOGE("ERROR: couldn't dlopen libmmcamera_imglib.so: %s", in mm_lib2d_init()
325 LOGE(" ERROR mapping symbols from libc2d2.so"); in mm_lib2d_init()
338 LOGE("rc %d", rc); in mm_lib2d_init()
344 LOGE("rc %d", rc); in mm_lib2d_init()
350 LOGE("rc %d", rc); in mm_lib2d_init()
356 LOGE("rc %d", rc); in mm_lib2d_init()
362 LOGE("rc %d", rc); in mm_lib2d_init()
[all …]
/hardware/qcom/camera/msm8998/QCamera2/
DQCamera2Factory.cpp108 LOGE("Error !! Failed to get QCameraMuxer"); in QCamera2Factory()
134 LOGE("Not enough resources to allocate HAL descriptor table!"); in QCamera2Factory()
179 LOGE("Failed to allocate Camera2Factory object"); in QCamera2Factory()
276 LOGE("Error during stream combination query!! mNumOfCameras = %d," in QCamera2Factory()
327 LOGE("Invalid module. Trying to open %p, expect %p", in QCamera2Factory()
332 LOGE("Invalid camera id"); in QCamera2Factory()
395 LOGE("Error getting camera info!! mNumOfCameras = %d," in QCamera2Factory()
402 LOGE("Hal descriptor table is not initialized!"); in QCamera2Factory()
440 LOGE("Failed to register callbacks with flash module!"); in QCamera2Factory()
467 LOGE("Hal descriptor table is not initialized!"); in QCamera2Factory()
[all …]
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraStream.cpp76 LOGE("getBufs invalid stream pointer"); in get_bufs()
121 LOGE("getBufs invalid stream pointer"); in get_bufs_deffered()
148 LOGE("putBufs invalid stream pointer"); in put_bufs()
183 LOGE("put_bufs_deffered invalid stream pointer"); in put_bufs_deffered()
207 LOGE("invalid stream pointer"); in invalidate_buf()
244 LOGE("invalid stream pointer"); in clean_invalidate_buf()
281 LOGE("invalid stream pointer"); in clean_buf()
320 LOGE("Stream invalid"); in set_config_ops()
493 LOGE("Failed to unmap stream info buffer"); in unmapStreamInfoBuf()
601 LOGE("Failed to unmap buffer"); in unMapBuf()
[all …]
DQCamera2HWI.cpp140 LOGE("NULL camera device"); in set_preview_window()
184 LOGE("NULL camera device"); in set_CallBacks()
224 LOGE("NULL camera device"); in enable_msg_type()
257 LOGE("NULL camera device"); in disable_msg_type()
292 LOGE("NULL camera device"); in msg_type_enabled()
329 LOGE("NULL camera device"); in prepare_preview()
367 LOGE("NULL camera device"); in start_preview()
407 LOGE("NULL camera device"); in stop_preview()
446 LOGE("NULL camera device"); in preview_enabled()
489 LOGE("NULL camera device"); in store_meta_data_in_buffers()
[all …]
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/test/
Dmm_jpegdec_test.c65 LOGE("cannot dump image"); \
125 LOGE("Decode error"); in mm_jpegdec_decode_callback()
128 LOGE("Decode time %llu ms", in mm_jpegdec_decode_callback()
131 LOGE("Decode success file%s addr %p len %zu", in mm_jpegdec_decode_callback()
138 LOGE("Signal the thread"); in mm_jpegdec_decode_callback()
150 LOGE("Error"); in mm_jpegdec_test_alloc()
157 LOGE("Error"); in mm_jpegdec_test_alloc()
184 LOGE("error"); in mm_jpegdec_test_read()
191 LOGE("input file size is %zu", in mm_jpegdec_test_read()
199 LOGE("Error"); in mm_jpegdec_test_read()
[all …]

1234