/AliOS-Things-master/components/py_engine/modules/video/ |
A D | ak_camera.c | 122 LOG_E("%s, open vi dev(%d) fail\n", __func__, camera_idx); in vi_para_init() 132 LOG_E("%s, get dev(%d) isp cfg fail\n", __func__, camera_idx); in vi_para_init() 137 LOG_E("%s, load vi dev(%d) sensor cfg fail\n", __func__, camera_idx); in vi_para_init() 171 LOG_E("%s, get vi dev(%d) sensor resolution fail\n", __func__, in vi_para_init() 196 LOG_E("%s, set vi dev(%d) dev attr fail\n", __func__, camera_idx); in vi_para_init() 213 LOG_E("%s, set vi dev(%d) chn0 attr fail\n", __func__, camera_idx); in vi_para_init() 225 LOG_E("%s, set vi dev(%d) chn1 attr fail\n", __func__, camera_idx); in vi_para_init() 277 LOG_E("%s, enable vi dev(%d) fail\n", __func__, camera_idx); in py_video_camera_open() 315 LOG_E("%s, get frame fail\n", __func__); in py_video_camera_frame_get() 348 LOG_E("%s, save file fail, fd:%d\n", __func__, fd); in save_data() [all …]
|
A D | ak_rtsp.c | 112 LOG_E("video encode open failed!\n"); in rtsp_video_thread() 183 LOG_E("fopen %s failed\n", save_file); in rtsp_video_thread() 202 LOG_E("ak_rtsp_send_stream fail %d\n", ret); in rtsp_video_thread() 245 LOG_E("malloc video thread attr failed.\n"); in rtsp_create_monitor_thread() 281 LOG_E("create client_listen sub_chan thread error.\r\n"); in rtsp_create_monitor_thread() 297 LOG_E("init rtsp failed\n"); in py_rtsp_start() 308 LOG_E("rtsp set chan_main name error\n"); in py_rtsp_start() 319 LOG_E("rtsp set chan_sub name error\n"); in py_rtsp_start() 340 LOG_E("create rtsp main thread error\r\n"); in py_rtsp_start() 361 LOG_E("rtsp alloc url fail\n"); in py_rtsp_open() [all …]
|
A D | ak_usbcam.c | 86 LOG_E("ioctl failed\n"); in usbcam_video_get_format() 91 LOG_E("ioctl failed\n"); in usbcam_video_get_format() 96 LOG_E("ioctl failed\n"); in usbcam_video_get_format() 107 LOG_E("uvc open failed,m_uvc_dev.uvc_fd:%d\n", fd); in usbcam_video_open() 119 LOG_E("%s, set sensor resolution fail\n", __func__); in usbcam_video_open() 125 LOG_E("ioctl IO_UVC_START_CTL failed\n"); in usbcam_video_open() 202 LOG_E("get frame fail\r\n"); in usbcam_video_stream_send() 216 LOG_E("encode fail\r\n"); in usbcam_video_stream_send() 340 LOG_E("usbcam_video_init sem create error\n"); in py_usbcam_video_init() 352 LOG_E("usbcam_video_init sem create error\n"); in py_usbcam_video_init() [all …]
|
A D | videocommon.h | 25 LOG_E("%s, %s\n", __func__, err_str); \ 34 LOG_E("%s, %s\n", __func__, err_str); \ 43 LOG_E("%s, %s\n", __func__, err_str); \ 52 LOG_E("%s, %s, arg:%d\n", __func__, n_arg); \
|
A D | videorecorder.c | 52 LOG_E("%s: n_args(%d) is illegal\n", __func__, n_args); in video_recorder_open() 58 LOG_E("%s: camera_idx(%d) is illegal\n", __func__, camera_idx); in video_recorder_open()
|
A D | videoplayer.c | 51 LOG_E("%s: camera_idx(%d) is illegal\n", __func__, camera_idx); in video_player_open() 79 LOG_E("ak_vi_open failed\n"); in video_player_open()
|
A D | videocamera.c | 53 LOG_E("%s: camera_idx(%d) is illegal\n", __func__, camera_idx); in video_camera_open() 179 LOG_E("%s, picture type not support\n", __func__); in video_camera_save()
|
A D | ak_codec.c | 82 LOG_E("%s, enc open fail(id:%d, ret:%d)\r\n", __func__, ret, handle_id); in py_venc_init()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/bt_if_enhanced/inc/ |
A D | color_log.h | 31 #define LOG_E(s,...) do{ \ macro 60 #define LOG_E(s,...) color_log_dummy(s,##__VA_ARGS__) macro 71 #define LOG_E(s,...) ((void*)0) macro
|
/AliOS-Things-master/components/py_engine/modules/minicv/base/modules/core/include/ |
A D | HaasLog.h | 72 #define LOG_E(fmt, args...) \ macro 75 #define LOG_E(fmt, args...)
|
/AliOS-Things-master/components/csi/csi1/include/ |
A D | syslog.h | 92 #define LOG_E(fmt, args...) \ macro 95 #define LOG_E(fmt, args...) macro
|
/AliOS-Things-master/components/csi/csi2/include/ |
A D | syslog.h | 92 #define LOG_E(fmt, args...) \ macro 95 #define LOG_E(fmt, args...) macro
|
/AliOS-Things-master/components/minilibc/include/ |
A D | syslog.h | 93 #define LOG_E(fmt, args...) \ macro 96 #define LOG_E(fmt, args...) macro
|