Home
last modified time | relevance | path

Searched refs:fmt (Results 1 – 25 of 203) sorted by relevance

123456789

/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
Dlog.h142 #define MPL_LOGV(fmt, ...) \ argument
146 MPL_LOG(LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__);\
152 #define MPL_LOGV(fmt, ...) \
155 MPL_LOG(MPL_LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__);\
158 #define MPL_LOGV(fmt, ...) \
161 MPL_LOG(LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__);\
168 #define MPL_LOGV(fmt, ...) MPL_LOG(MPL_LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__)
170 #define MPL_LOGV(fmt, ...) MPL_LOG(LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__)
181 #define MPL_LOGV_IF(cond, fmt, ...) \ argument
182 do { if (0) MPL_LOG(fmt, ##__VA_ARGS__); } while (0)
[all …]
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
Dlog.h124 #define MPL_LOGV(fmt, ...) \ argument
128 MPL_LOG(LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__);\
132 #define MPL_LOGV(fmt, ...) \
135 MPL_LOG(LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__);\
140 #define MPL_LOGV(fmt, ...) MPL_LOG(LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__)
150 #define MPL_LOGV_IF(cond, fmt, ...) \ argument
151 do { if (0) MPL_LOG(fmt, ##__VA_ARGS__); } while (0)
153 #define MPL_LOGV_IF(cond, fmt, ...) \
155 ? MPL_LOG(LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__) \
164 #define MPL_LOGD(fmt, ...) MPL_LOG(LOG_DEBUG, MPL_LOG_TAG, fmt, ##__VA_ARGS__) argument
[all …]
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera_dbg.h66 #define CLOGx(module, level, fmt, args...) \ argument
69 mm_camera_debug_log(module, level, __func__, __LINE__, fmt, ##args); \
74 #define CLOGI(module, fmt, args...) \ argument
75 CLOGx(module, CAM_GLBL_DBG_INFO, fmt, ##args)
77 #define CLOGD(module, fmt, args...) \ argument
78 CLOGx(module, CAM_GLBL_DBG_DEBUG, fmt, ##args)
80 #define CLOGL(module, fmt, args...) \ argument
81 CLOGx(module, CAM_GLBL_DBG_LOW, fmt, ##args)
83 #define CLOGW(module, fmt, args...) \ argument
84 CLOGx(module, CAM_GLBL_DBG_WARN, fmt, ##args)
[all …]
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera_dbg.h66 #define CLOGx(module, level, fmt, args...) \ argument
69 mm_camera_debug_log(module, level, __func__, __LINE__, fmt, ##args); \
74 #define CLOGI(module, fmt, args...) \ argument
75 CLOGx(module, CAM_GLBL_DBG_INFO, fmt, ##args)
77 #define CLOGD(module, fmt, args...) \ argument
78 CLOGx(module, CAM_GLBL_DBG_DEBUG, fmt, ##args)
80 #define CLOGL(module, fmt, args...) \ argument
81 CLOGx(module, CAM_GLBL_DBG_LOW, fmt, ##args)
83 #define CLOGW(module, fmt, args...) \ argument
84 CLOGx(module, CAM_GLBL_DBG_WARN, fmt, ##args)
[all …]
/hardware/ti/omap4-aah/domx/mm_osal/inc/
Dtimm_osal_trace.h131 const char *fmt, ...);
136 #define __TIMM_OSAL_Trace(level, tracegrp, fmt, ...) \ argument
141 __TIMM_OSAL_TraceFunction(&loc, fmt"\n", ##__VA_ARGS__); \
147 #define TIMM_OSAL_Error(fmt,...) TIMM_OSAL_ErrorExt(TIMM_OSAL_TRACEGRP_SYSTEM, fmt, ##__VA_ARGS__) argument
152 #define TIMM_OSAL_Warning(fmt,...) TIMM_OSAL_WarningExt(TIMM_OSAL_TRACEGRP_SYSTEM, fmt, ##__VA_ARG… argument
157 #define TIMM_OSAL_Profiling(fmt,...) TIMM_OSAL_ProfilingExt(TIMM_OSAL_TRACEGRP_SYSTEM, fmt, ##__VA… argument
162 #define TIMM_OSAL_Info(fmt,...) TIMM_OSAL_InfoExt(TIMM_OSAL_TRACEGRP_SYSTEM, fmt, ##__VA_ARGS__) argument
167 #define TIMM_OSAL_Debug(fmt,...) TIMM_OSAL_DebugExt(TIMM_OSAL_TRACEGRP_SYSTEM, fmt, ##__VA_ARGS__) argument
173 #define TIMM_OSAL_Entering(fmt,...) TIMM_OSAL_EnteringExt(TIMM_OSAL_TRACEGRP_SYSTEM, fmt, ##__VA_A… argument
174 #define TIMM_OSAL_Exiting(fmt,...) TIMM_OSAL_ExitingExt(TIMM_OSAL_TRACEGRP_SYSTEM, fmt, ##__VA_ARG… argument
[all …]
/hardware/ti/omap4xxx/domx/mm_osal/inc/
Dtimm_osal_trace.h112 const char *fmt, ...);
117 #define __TIMM_OSAL_Trace(level, tracegrp, fmt, ...) \ argument
122 __TIMM_OSAL_TraceFunction(&loc, fmt"\n", ##__VA_ARGS__); \
128 #define TIMM_OSAL_Error(fmt,...) TIMM_OSAL_ErrorExt(TIMM_OSAL_TRACEGRP_SYSTEM, fmt, ##__VA_ARGS__) argument
133 #define TIMM_OSAL_Warning(fmt,...) TIMM_OSAL_WarningExt(TIMM_OSAL_TRACEGRP_SYSTEM, fmt, ##__VA_ARG… argument
138 #define TIMM_OSAL_Info(fmt,...) TIMM_OSAL_InfoExt(TIMM_OSAL_TRACEGRP_SYSTEM, fmt, ##__VA_ARGS__) argument
143 #define TIMM_OSAL_Debug(fmt,...) TIMM_OSAL_DebugExt(TIMM_OSAL_TRACEGRP_SYSTEM, fmt, ##__VA_ARGS__) argument
149 #define TIMM_OSAL_Entering(fmt,...) TIMM_OSAL_EnteringExt(TIMM_OSAL_TRACEGRP_SYSTEM, fmt, ##__VA_A… argument
150 #define TIMM_OSAL_Exiting(fmt,...) TIMM_OSAL_ExitingExt(TIMM_OSAL_TRACEGRP_SYSTEM, fmt, ##__VA_ARG… argument
159 #define TIMM_OSAL_ErrorExt(tracegrp, fmt, ...) __TIMM_OSAL_Trace(1, tracegrp, "ERROR: "fmt, ##__VA… argument
[all …]
/hardware/intel/img/hwcomposer/merrifield/common/utils/
DHwcTrace.h29 #define VTRACE(fmt,...) ALOGV("%s: " fmt, __func__, ##__VA_ARGS__) argument
30 #define DTRACE(fmt,...) ALOGD("%s: " fmt, __func__, ##__VA_ARGS__) argument
31 #define ITRACE(fmt,...) ALOGI("%s: " fmt, __func__, ##__VA_ARGS__) argument
32 #define WTRACE(fmt,...) ALOGW("%s: " fmt, __func__, ##__VA_ARGS__) argument
33 #define ETRACE(fmt,...) ALOGE("%s: " fmt, __func__, ##__VA_ARGS__) argument
48 #define ATRACE(fmt,...) ALOGV("%s(args): "fmt, __func__, ##__VA_ARGS__);
50 #define ATRACE(fmt,...) ((void)0) argument
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/utils/
DHwcTrace.h29 #define VLOGTRACE(fmt,...) ALOGV("%s: " fmt, __func__, ##__VA_ARGS__) argument
30 #define DLOGTRACE(fmt,...) ALOGD("%s: " fmt, __func__, ##__VA_ARGS__) argument
31 #define ILOGTRACE(fmt,...) ALOGI("%s: " fmt, __func__, ##__VA_ARGS__) argument
32 #define WLOGTRACE(fmt,...) ALOGW("%s: " fmt, __func__, ##__VA_ARGS__) argument
33 #define ELOGTRACE(fmt,...) ALOGE("%s: " fmt, __func__, ##__VA_ARGS__) argument
48 #define ALOGTRACE(fmt,...) ALOGV("%s(args): " fmt, __func__, ##__VA_ARGS__);
50 #define ALOGTRACE(fmt,...) ((void)0) argument
/hardware/ti/omap4-aah/domx/domx/omx_rpc/inc/
Domx_rpc_utils.h67 #define DOMX_ERROR(fmt,...) TIMM_OSAL_Error(fmt, ##__VA_ARGS__) argument
68 #define DOMX_WARN(fmt,...) TIMM_OSAL_Warning(fmt, ##__VA_ARGS__) argument
69 #define DOMX_PROF(fmt,...) TIMM_OSAL_Profiling(fmt, ##__VA_ARGS__) argument
70 #define DOMX_INFO(fmt,...) TIMM_OSAL_Info(fmt, ##__VA_ARGS__) argument
71 #define DOMX_DEBUG(fmt,...) TIMM_OSAL_Debug(fmt, ##__VA_ARGS__) argument
72 #define DOMX_ENTER(fmt,...) TIMM_OSAL_Entering(fmt, ##__VA_ARGS__) argument
73 #define DOMX_EXIT(fmt,...) TIMM_OSAL_Exiting(fmt, ##__VA_ARGS__) argument
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/common/inc/
Dvidc_debug.h46 #define DEBUG_PRINT_ERROR(fmt, args...) \ argument
48 ALOGE(fmt,##args)
50 #define DEBUG_PRINT_INFO(fmt, args...) \ argument
52 ALOGI(fmt,##args)
54 #define DEBUG_PRINT_LOW(fmt, args...) \ argument
56 ALOGD(fmt,##args)
58 #define DEBUG_PRINT_HIGH(fmt, args...) \ argument
60 ALOGD(fmt,##args)
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/inc/
Dvidc_debug.h46 #define DEBUG_PRINT_ERROR(fmt, args...) ({ \ argument
48 ALOGE(fmt,##args); \
51 #define DEBUG_PRINT_INFO(fmt, args...) ({ \ argument
53 ALOGI(fmt,##args); \
56 #define DEBUG_PRINT_LOW(fmt, args...) ({ \ argument
58 ALOGD(fmt,##args); \
61 #define DEBUG_PRINT_HIGH(fmt, args...) ({ \ argument
63 ALOGD(fmt,##args); \
/hardware/ti/omap4xxx/domx/domx/omx_rpc/inc/
Domx_rpc_utils.h67 #define DOMX_ERROR(fmt,...) TIMM_OSAL_Error(fmt, ##__VA_ARGS__) argument
68 #define DOMX_WARN(fmt,...) TIMM_OSAL_Warning(fmt, ##__VA_ARGS__) argument
69 #define DOMX_INFO(fmt,...) TIMM_OSAL_Info(fmt, ##__VA_ARGS__) argument
70 #define DOMX_DEBUG(fmt,...) TIMM_OSAL_Debug(fmt, ##__VA_ARGS__) argument
71 #define DOMX_ENTER(fmt,...) TIMM_OSAL_Entering(fmt, ##__VA_ARGS__) argument
72 #define DOMX_EXIT(fmt,...) TIMM_OSAL_Exiting(fmt, ##__VA_ARGS__) argument
/hardware/qcom/media/msm8996/videopp/src/
Domx_vdpp.cpp1448 struct v4l2_format fmt; in component_init() local
1628 fmt.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE; in component_init()
1629 fmt.fmt.pix_mp.height = drv_ctx.video_resolution_input.frame_height; in component_init()
1630 fmt.fmt.pix_mp.width = drv_ctx.video_resolution_input.frame_width; in component_init()
1633 fmt.fmt.pix_mp.field = V4L2_FIELD_NONE; in component_init()
1637 fmt.fmt.pix_mp.field = V4L2_FIELD_INTERLACED; in component_init()
1639 fmt.fmt.pix_mp.pixelformat = output_capability; in component_init()
1643 … setFormatParams(output_capability, drv_ctx.input_bytesperpixel, &(fmt.fmt.pix_mp.num_planes)); in component_init()
1644 for( i=0; i<fmt.fmt.pix_mp.num_planes; i++ ) in component_init()
1646fmt.fmt.pix_mp.plane_fmt[i].sizeimage = paddedFrameWidth128(fmt.fmt.pix_mp.width * drv_ctx.input_b… in component_init()
[all …]
/hardware/qcom/media/msm8998/videopp/src/
Domx_vdpp.cpp1448 struct v4l2_format fmt; in component_init() local
1628 fmt.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE; in component_init()
1629 fmt.fmt.pix_mp.height = drv_ctx.video_resolution_input.frame_height; in component_init()
1630 fmt.fmt.pix_mp.width = drv_ctx.video_resolution_input.frame_width; in component_init()
1633 fmt.fmt.pix_mp.field = V4L2_FIELD_NONE; in component_init()
1637 fmt.fmt.pix_mp.field = V4L2_FIELD_INTERLACED; in component_init()
1639 fmt.fmt.pix_mp.pixelformat = output_capability; in component_init()
1643 … setFormatParams(output_capability, drv_ctx.input_bytesperpixel, &(fmt.fmt.pix_mp.num_planes)); in component_init()
1644 for( i=0; i<fmt.fmt.pix_mp.num_planes; i++ ) in component_init()
1646fmt.fmt.pix_mp.plane_fmt[i].sizeimage = paddedFrameWidth128(fmt.fmt.pix_mp.width * drv_ctx.input_b… in component_init()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_image.c44 vpx_img_fmt_t fmt, in img_alloc_helper() argument
71 switch (fmt) { in img_alloc_helper()
103 switch (fmt) { in img_alloc_helper()
115 switch (fmt) { in img_alloc_helper()
132 s = (fmt & VPX_IMG_FMT_PLANAR) ? w : bps * w / 8; in img_alloc_helper()
150 img->img_data = img_buf_memalign(buf_align, ((fmt & VPX_IMG_FMT_PLANAR) ? in img_alloc_helper()
158 img->fmt = fmt; in img_alloc_helper()
179 vpx_img_fmt_t fmt, in vpx_img_alloc() argument
183 return img_alloc_helper(img, fmt, d_w, d_h, align, align, NULL); in vpx_img_alloc()
187 vpx_img_fmt_t fmt, in vpx_img_wrap() argument
[all …]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/common/inc/
Dvidc_debug.h49 #define DEBUG_PRINT_ERROR(fmt, args...) ({ \ argument
51 ALOGE(fmt,##args); \
54 #define DEBUG_PRINT_INFO(fmt, args...) ({ \ argument
56 ALOGI(fmt,##args); \
59 #define DEBUG_PRINT_LOW(fmt, args...) ({ \ argument
61 ALOGD(fmt,##args); \
64 #define DEBUG_PRINT_HIGH(fmt, args...) ({ \ argument
66 ALOGD(fmt,##args); \
/hardware/qcom/gps/msm8996/utils/
Dlog_util.h162 #define LOC_LOG_HEAD(tag,fmt) "%s:%d][" tag "] " fmt "\n" argument
163 #define LOC_LOGv(tag,fmt,...) LOC_LOGV(LOC_LOG_HEAD(tag,fmt), __func__, __LINE__, ##__VA_ARGS__) argument
164 #define LOC_LOGw(tag,fmt,...) LOC_LOGW(LOC_LOG_HEAD(tag,fmt), __func__, __LINE__, ##__VA_ARGS__) argument
165 #define LOC_LOGd(tag,fmt,...) LOC_LOGD(LOC_LOG_HEAD(tag,fmt), __func__, __LINE__, ##__VA_ARGS__) argument
166 #define LOC_LOGe(tag,fmt,...) LOC_LOGE(LOC_LOG_HEAD(tag,fmt), __func__, __LINE__, ##__VA_ARGS__) argument
/hardware/qcom/gps/msm8909/utils/
Dlog_util.h162 #define LOC_LOG_HEAD(tag,fmt) "%s:%d][" tag "] " fmt "\n" argument
163 #define LOC_LOGv(tag,fmt,...) LOC_LOGV(LOC_LOG_HEAD(tag,fmt), __func__, __LINE__, ##__VA_ARGS__) argument
164 #define LOC_LOGw(tag,fmt,...) LOC_LOGW(LOC_LOG_HEAD(tag,fmt), __func__, __LINE__, ##__VA_ARGS__) argument
165 #define LOC_LOGd(tag,fmt,...) LOC_LOGD(LOC_LOG_HEAD(tag,fmt), __func__, __LINE__, ##__VA_ARGS__) argument
166 #define LOC_LOGe(tag,fmt,...) LOC_LOGE(LOC_LOG_HEAD(tag,fmt), __func__, __LINE__, ##__VA_ARGS__) argument
/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_pla/include/
Dplatform_lib_log_util.h161 #define LOC_LOG_HEAD(tag,fmt) "%s:%d][" tag "] " fmt "\n" argument
162 #define LOC_LOGv(tag,fmt,...) LOC_LOGV(LOC_LOG_HEAD(tag,fmt), __func__, __LINE__, ##__VA_ARGS__) argument
163 #define LOC_LOGw(tag,fmt,...) LOC_LOGW(LOC_LOG_HEAD(tag,fmt), __func__, __LINE__, ##__VA_ARGS__) argument
164 #define LOC_LOGd(tag,fmt,...) LOC_LOGD(LOC_LOG_HEAD(tag,fmt), __func__, __LINE__, ##__VA_ARGS__) argument
165 #define LOC_LOGe(tag,fmt,...) LOC_LOGE(LOC_LOG_HEAD(tag,fmt), __func__, __LINE__, ##__VA_ARGS__) argument
/hardware/qcom/gps/msm8998/utils/
Dlog_util.h162 #define LOC_LOG_HEAD(tag,fmt) "%s:%d][" tag "] " fmt "\n" argument
163 #define LOC_LOGv(tag,fmt,...) LOC_LOGV(LOC_LOG_HEAD(tag,fmt), __func__, __LINE__, ##__VA_ARGS__) argument
164 #define LOC_LOGw(tag,fmt,...) LOC_LOGW(LOC_LOG_HEAD(tag,fmt), __func__, __LINE__, ##__VA_ARGS__) argument
165 #define LOC_LOGd(tag,fmt,...) LOC_LOGD(LOC_LOG_HEAD(tag,fmt), __func__, __LINE__, ##__VA_ARGS__) argument
166 #define LOC_LOGe(tag,fmt,...) LOC_LOGE(LOC_LOG_HEAD(tag,fmt), __func__, __LINE__, ##__VA_ARGS__) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dy4menc.c15 vpx_img_fmt_t fmt) { in y4m_write_file_header() argument
16 const char *const color = fmt == VPX_IMG_FMT_444A ? "C444alpha\n" : in y4m_write_file_header()
17 fmt == VPX_IMG_FMT_I444 ? "C444\n" : in y4m_write_file_header()
18 fmt == VPX_IMG_FMT_I422 ? "C422\n" : in y4m_write_file_header()
/hardware/ti/omap4xxx/
Dtm.c5 static void printf_log(const char *fmt, ...) in printf_log() argument
8 va_start(lst, fmt); in printf_log()
9 vprintf(fmt, lst); in printf_log()
14 extern void (*malloc_log)(const char *fmt, ...);
/hardware/ti/omap4-aah/
Dtm.c5 static void printf_log(const char *fmt, ...) in printf_log() argument
8 va_start(lst, fmt); in printf_log()
9 vprintf(fmt, lst); in printf_log()
14 extern void (*malloc_log)(const char *fmt, ...);
/hardware/ti/omap4xxx/domx/mm_osal/src/
Dtimm_osal_trace.c94 const char *fmt, ...) in __TIMM_OSAL_TraceFunction() argument
107 va_start(ap, fmt); /* make ap point to first arg after 'fmt' */ in __TIMM_OSAL_TraceFunction()
116 vsprintf(string, fmt, ap); in __TIMM_OSAL_TraceFunction()
125 vprintf(fmt, ap); in __TIMM_OSAL_TraceFunction()
/hardware/broadcom/libbt/src/
Duserial_vendor.c206 if(p_cfg->fmt & USERIAL_DATABITS_8) in userial_vendor_open()
208 else if(p_cfg->fmt & USERIAL_DATABITS_7) in userial_vendor_open()
210 else if(p_cfg->fmt & USERIAL_DATABITS_6) in userial_vendor_open()
212 else if(p_cfg->fmt & USERIAL_DATABITS_5) in userial_vendor_open()
220 if(p_cfg->fmt & USERIAL_PARITY_NONE) in userial_vendor_open()
222 else if(p_cfg->fmt & USERIAL_PARITY_EVEN) in userial_vendor_open()
224 else if(p_cfg->fmt & USERIAL_PARITY_ODD) in userial_vendor_open()
232 if(p_cfg->fmt & USERIAL_STOPBITS_1) in userial_vendor_open()
234 else if(p_cfg->fmt & USERIAL_STOPBITS_2) in userial_vendor_open()

123456789