Searched refs:fmt (Results 1 - 6 of 6) sorted by relevance
/device/moto/stingray/whisper/ |
H A D | Whisper_AccyMain.h | 40 #define DBG_TRACE(fmt,x...) \ 43 ALOGD(fmt" from %s() in %s(%d)\n",## x,__FUNCTION__,__FILE__,__LINE__); \ 45 #define DBG_ERROR(fmt,x...) \ 48 ALOGE(fmt" from %s() in %s(%d)\n",## x,__FUNCTION__,__FILE__,__LINE__); \ 53 #define DBG_TRACE(fmt,x...) \ 55 fprintf(logFp,"ACCYDET :"fmt" from %s() in %s(%d)\n",## x,__FUNCTION__,__FILE__,__LINE__); fflush(logFp);} \ 59 #define DBG_ERROR(fmt,x...) \ 60 if(logFp != NULL) {fprintf(logFp,"whisperd : ERROR = "fmt" from %s() in %s(%d)\n",## x,__FUNCTION__,__FILE__,__LINE__); fflush(logFp);} \ 65 #define DBG_TRACE(fmt,x...) do{} while (0) 66 #define DBG_ERROR(fmt, [all...] |
/device/samsung/crespo/libhwcomposer/ |
H A D | SecHWCUtils.cpp | 197 struct v4l2_format fmt; local 205 fmt.type = V4L2_BUF_TYPE_VIDEO_OUTPUT; 206 fmt.fmt.pix.width = src->full_width; 207 fmt.fmt.pix.height = src->full_height; 208 fmt.fmt.pix.pixelformat = src->color_space; 209 fmt.fmt 772 struct v4l2_format fmt; local [all...] |
/device/sample/frameworks/PlatformLibrary/jni/ |
H A D | PlatformLibrary.cpp | 50 static void throwException(JNIEnv* env, const char* ex, const char* fmt, argument 54 if (fmt != NULL) { 56 snprintf(msg, sizeof(msg), fmt, data);
|
/device/samsung/crespo/include/ |
H A D | s5p_fimc.h | 98 unsigned int fmt; member in struct:yuv_fmt_list
|
/device/samsung/crespo/libcamera/ |
H A D | SecCamera.cpp | 85 static int get_pixel_depth(unsigned int fmt) argument 89 switch (fmt) { 234 static int fimc_v4l2_s_fmt(int fp, int width, int height, unsigned int fmt, int flag_capture) argument 246 pixfmt.pixelformat = fmt; 248 pixfmt.sizeimage = (width * height * get_pixel_depth(fmt)) / 8; 252 v4l2_fmt.fmt.pix = pixfmt; 264 static int fimc_v4l2_s_fmt_cap(int fp, int width, int height, unsigned int fmt) argument 276 pixfmt.pixelformat = fmt; 277 if (fmt == V4L2_PIX_FMT_JPEG) { 281 pixfmt.sizeimage = (width * height * get_pixel_depth(fmt)) / 297 fimc_v4l2_enum_fmt(int fp, unsigned int fmt) argument [all...] |
H A D | SecCamera.h | 198 unsigned int fmt; member in struct:android::yuv_fmt_list
|
Completed in 84 milliseconds