Searched defs:fmt (Results 1 - 25 of 31) sorted by relevance

12

/hardware/ti/omap4xxx/
H A Dtm.c5 static void printf_log(const char *fmt, ...) argument
8 va_start(lst, fmt);
9 vprintf(fmt, lst);
14 extern void (*malloc_log)(const char *fmt, ...);
H A Dheaptracker.c75 extern int __android_log_vprint(int prio, const char *tag, const char *fmt, va_list ap);
76 static void default_log(const char *fmt, ...) argument
79 va_start(lst, fmt);
80 __android_log_vprint(ANDROID_LOG_ERROR, "DEBUG", fmt, lst);
85 void (*malloc_log)(const char *fmt, ...) = default_log;
/hardware/invensense/mlsdk/platform/linux/
H A Dlog_linux.c45 int _MLPrintLog (int priority, const char* tag, const char* fmt, ...) argument
50 va_start(ap, fmt);
51 result = _MLPrintVaLog(priority,tag,fmt,ap);
57 int _MLPrintVaLog(int priority, const char* tag, const char* fmt, va_list args) argument
64 if (NULL == fmt) {
65 fmt = "";
97 priority_char, tag, fmt);
/hardware/ti/omap4xxx/domx/mm_osal/src/
H A Dtimm_osal_trace.c94 const char *fmt, ...)
107 va_start(ap, fmt); /* make ap point to first arg after 'fmt' */
116 vsprintf(string, fmt, ap);
125 vprintf(fmt, ap);
93 __TIMM_OSAL_TraceFunction(const __TIMM_OSAL_TRACE_LOCATION * loc, const char *fmt, ...) argument
/hardware/ti/omap4xxx/ion/
H A Domap_ion.h26 int fmt; member in struct:omap_ion_tiler_alloc_data
H A Dion.c75 int ion_alloc_tiler(int fd, size_t w, size_t h, int fmt, unsigned int flags, argument
82 .fmt = fmt,
/hardware/broadcom/libbt/include/
H A Duserial_vendor.h98 uint16_t fmt; /* Data format */ member in struct:__anon3
/hardware/qcom/display/liboverlay/pipes/
H A Doverlay3DPipe.h223 // extract 3D fmt
230 ALOGE("M3DExtPipe Pipe fmt=%d", mM3Dfmt);
279 // extract 3D fmt
286 ALOGE("M3DPrimaryPipe Pipe fmt=%d", mM3Dfmt);
350 ALOGE("S3DExtPipe Pipe fmt=%d", mS3Dfmt);
381 uint32_t fmt = mS3Dfmt & utils::OUTPUT_3D_MASK; local
382 if(!utils::send3DInfoPacket(fmt)){
383 ALOGE("Error S3DExtPipe start error send3DInfoPacket %d", fmt);
406 0 /* fmt dont care*/);
459 ALOGE("S3DPrimaryPipe Pipe fmt
[all...]
/hardware/samsung_slsi/exynos5/libv4l2/
H A Dexynos_subdev.c165 int exynos_subdev_g_fmt(int fd, struct v4l2_subdev_format *fmt) argument
174 if (!fmt) {
175 ALOGE("%s: fmt is NULL", __func__);
179 ret = ioctl(fd, VIDIOC_SUBDEV_G_FMT, fmt);
192 int exynos_subdev_s_fmt(int fd, struct v4l2_subdev_format *fmt) argument
201 if (!fmt) {
202 ALOGE("%s: fmt is NULL", __func__);
206 ret = ioctl(fd, VIDIOC_SUBDEV_S_FMT, fmt);
H A Dexynos_v4l2.c283 bool exynos_v4l2_enum_fmt(int fd, enum v4l2_buf_type type, unsigned int fmt) argument
294 if (fmtdesc.pixelformat == fmt) {
295 ALOGE("Passed fmt = %#x found pixel format[%d]: %s", fmt, fmtdesc.index, fmtdesc.description);
313 int exynos_v4l2_g_fmt(int fd, struct v4l2_format *fmt) argument
324 if (!fmt) {
325 ALOGE("%s: fmt is NULL", __func__);
329 if (__v4l2_check_buf_type(fmt->type) == false) {
334 ret = ioctl(fd, VIDIOC_G_FMT, fmt);
345 static int __v4l2_s_fmt(int fd, unsigned int request, struct v4l2_format *fmt) argument
381 exynos_v4l2_try_fmt(int fd, struct v4l2_format *fmt) argument
386 exynos_v4l2_s_fmt(int fd, struct v4l2_format *fmt) argument
[all...]
/hardware/libhardware/tests/camera2/
H A DCameraStreamFixture.h56 char fmt[100]; local
58 ANDROID_SCALER_AVAILABLE_FORMATS, p.mFormat, fmt, sizeof(fmt));
62 *os << "Format name: " << fmt << ", "; local
/hardware/libhardware_legacy/qemu/
H A Dqemu.c327 qemu_control_command( const char* fmt, ... ) argument
333 va_start(args, fmt);
334 len = qemu_command_vformat( command, sizeof command, fmt, args );
/hardware/samsung_slsi/exynos5/include/
H A Ds5p_fimc_v4l2.h114 unsigned int fmt; member in struct:yuv_fmt_list
H A Dfimg2d.h230 enum color_format fmt; member in struct:fimg2d_image
/hardware/qcom/display/liboverlay/
H A DoverlayUtils.cpp301 uint32_t getS3DFormat(uint32_t fmt) { argument
304 if (fmt == HAL_PIXEL_FORMAT_YV12) {
307 uint32_t fmt3D = format3D(fmt);
H A DoverlayUtils.h142 bool send3DInfoPacket (uint32_t fmt);
144 uint32_t getS3DFormat(uint32_t fmt);
151 bool getCropS3D(const Dim& in, Dim& out, uint32_t fmt);
544 ALOGE("%s wrong fmt %d", __FUNCTION__, format);
635 inline Dim getCropS3DImpl(const Dim& in, uint32_t fmt) { argument
636 switch (fmt & INPUT_3D_MASK)
648 ALOGE("%s Unsupported 3D format %d", __FUNCTION__, fmt);
655 inline Dim getCropS3DImpl<utils::OV_RIGHT_SPLIT>(const Dim& in, uint32_t fmt) { argument
656 switch (fmt & INPUT_3D_MASK)
668 ALOGE("%s Unsupported 3D format %d", __FUNCTION__, fmt);
675 getCropS3D(const Dim& in, Dim& out, uint32_t fmt) argument
[all...]
/hardware/samsung_slsi/exynos5/libhwjpeg/
H A DExynosJpegBase.cpp45 #define JPEG_ERROR_LOG(fmt,...)
87 struct v4l2_format fmt; local
90 fmt.type = eType;
91 fmt.fmt.pix_mp.width = pstConfig->width;
92 fmt.fmt.pix_mp.height = pstConfig->height;
93 fmt.fmt.pix_mp.field = V4L2_FIELD_ANY;
94 fmt
136 struct v4l2_format fmt; local
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/
H A DExynosVideoDecoder.c669 struct v4l2_format fmt; local
683 memset(&fmt, 0, sizeof(fmt));
685 fmt.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
686 fmt.fmt.pix_mp.pixelformat = __CodingType_To_V4L2PixelFormat(bufferConf->eCompressionFormat);
687 fmt.fmt.pix_mp.plane_fmt[0].sizeimage = bufferConf->nSizeImage;
689 if (exynos_v4l2_s_fmt(pCtx->hDec, &fmt) != 0) {
710 struct v4l2_format fmt; local
750 struct v4l2_format fmt; local
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/enc/src/
H A DExynosVideoEncoder.c984 struct v4l2_format fmt; local
998 memset(&fmt, 0, sizeof(fmt));
1000 fmt.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
1001 fmt.fmt.pix_mp.pixelformat = __ColorFormatType_To_V4L2PixelFormat(bufferConf->eColorFormat);
1002 fmt.fmt.pix_mp.width = bufferConf->nFrameWidth;
1003 fmt.fmt
1028 struct v4l2_format fmt; local
1069 struct v4l2_format fmt; local
1111 struct v4l2_format fmt; local
[all...]
/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsa_pcm.c185 static int oops(struct pcm *pcm, int e, const char *fmt, ...);
381 static int oops(struct pcm *pcm, int e, const char *fmt, ...) argument
386 va_start(ap, fmt);
387 vsnprintf(pcm->error, PCM_ERROR_MAX, fmt, ap);
H A Dalsa_ucm.c73 * fmt - sprintf like format,
77 char *snd_use_case_identifier(const char *fmt, ...) argument
/hardware/qcom/display/libhwcomposer/
H A Dhwc_utils.cpp304 void dumpsys_log(android::String8& buf, const char* fmt, ...) argument
307 va_start(varargs, fmt);
308 buf.appendFormatV(fmt, varargs);
/hardware/samsung_slsi/exynos5/libgscaler/
H A Dexynos_gscaler.c628 info->format.fmt.pix_mp.width = info->width;
629 info->format.fmt.pix_mp.height = info->height;
630 info->format.fmt.pix_mp.pixelformat = info->v4l2_colorformat;
631 info->format.fmt.pix_mp.field = V4L2_FIELD_ANY;
632 info->format.fmt.pix_mp.num_planes = plane_count;
685 info->buffer.length = info->format.fmt.pix_mp.num_planes;
688 for (i = 0; i < info->format.fmt.pix_mp.num_planes; i++) {
1385 struct v4l2_format fmt; local
1582 fmt.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
1583 fmt
[all...]
/hardware/qcom/media/mm-video/vidc/venc/src/
H A Dvideo_encoder_device_copper.cpp328 struct v4l2_format fmt; local
344 printf("fmt: description: %s, fmt: %x, flags = %x\n", fdesc.description,
353 printf("fmt: description: %s, fmt: %x, flags = %x\n", fdesc.description,
361 fmt.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
362 fmt.fmt.pix_mp.height = m_sVenc_cfg.input_height;
363 fmt.fmt
537 struct v4l2_format fmt; local
[all...]
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
H A Dfimg2d.h31 #define fimg2d_debug(fmt, arg...) printk(KERN_INFO "[%s] " fmt, __func__, ## arg)
33 #define fimg2d_debug(fmt, arg...) do { } while (0)
329 enum color_format fmt; member in struct:fimg2d_image

Completed in 1817 milliseconds

12