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

1234

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dy4menc.c15 vpx_img_fmt_t fmt) {
16 const char *const color = fmt == VPX_IMG_FMT_444A ? "C444alpha\n" :
17 fmt == VPX_IMG_FMT_I444 ? "C444\n" :
18 fmt == VPX_IMG_FMT_I422 ? "C422\n" :
13 y4m_write_file_header(char *buf, size_t len, int width, int height, const struct VpxRational *framerate, vpx_img_fmt_t fmt) argument
H A Dtools_common.c41 va_start(ap, fmt);\
44 vfprintf(stderr, fmt, ap);\
58 void die(const char *fmt, ...) { argument
63 void fatal(const char *fmt, ...) { argument
68 void warn(const char *fmt, ...) { argument
100 yuv_frame->fmt == VPX_IMG_FMT_YV12 ? VPX_PLANE_V : VPX_PLANE_U];
104 yuv_frame->fmt == VPX_IMG_FMT_YV12 ? VPX_PLANE_U : VPX_PLANE_V];
/hardware/intel/img/hwcomposer/common/utils/
H A DDump.cpp36 void Dump::append(const char *fmt, ...) argument
44 va_start(ap, fmt);
45 len = vsnprintf(mBuf, mLen, fmt, ap);
/hardware/ti/omap4-aah/
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, ...);
/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, ...);
/hardware/invensense/60xx/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/omap4-aah/domx/mm_osal/src/
H A Dtimm_osal_trace.c123 const char *fmt, ...)
136 va_start(ap, fmt); /* make ap point to first arg after 'fmt' */
152 vsprintf(string, fmt, ap);
168 vprintf(fmt, ap);
122 __TIMM_OSAL_TraceFunction(const __TIMM_OSAL_TRACE_LOCATION * loc, const char *fmt, ...) argument
/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/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
H A Dexample_xma.c61 static void usage_error(const char *fmt, ...) { argument
63 va_start(ap, fmt);
64 vprintf(fmt, ap);
H A Ddecode_with_partial_drops.c82 static void die(const char *fmt, ...) { argument
85 va_start(ap, fmt);
86 vprintf(fmt, ap);
87 if(fmt[strlen(fmt)-1] != '\n')
H A Dvp8_multi_resolution_encoder.c48 static void die(const char *fmt, ...) { argument
51 va_start(ap, fmt);
52 vprintf(fmt, ap);
53 if(fmt[strlen(fmt)-1] != '\n')
102 ptr = img->planes[img->fmt==VPX_IMG_FMT_YV12? VPX_PLANE_V : VPX_PLANE_U];
105 ptr = img->planes[img->fmt==VPX_IMG_FMT_YV12?VPX_PLANE_U : VPX_PLANE_V];
/hardware/ti/omap4-aah/ion/
H A Domap_ion.h26 int fmt; member in struct:omap_ion_tiler_alloc_data
H A Dion.c74 int ion_alloc_tiler(int fd, size_t w, size_t h, int fmt, unsigned int flags, argument
81 .fmt = fmt,
/hardware/ti/omap4-aah/kernel-headers-ti/linux/
H A Domap_ion.h26 int fmt; member in struct:omap_ion_tiler_alloc_data
/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:__anon7
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/test/
H A Dtest.c43 log_callback(nestegg * ctx, unsigned int severity, char const * fmt, ...) argument
69 va_start(ap, fmt);
70 vfprintf(stderr, fmt, ap);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
H A Dvpx_image.c44 vpx_img_fmt_t fmt,
71 switch (fmt) {
103 switch (fmt) {
115 switch (fmt) {
132 s = (fmt & VPX_IMG_FMT_PLANAR) ? w : bps * w / 8;
150 img->img_data = img_buf_memalign(buf_align, ((fmt & VPX_IMG_FMT_PLANAR) ?
158 img->fmt = fmt;
179 vpx_img_fmt_t fmt,
183 return img_alloc_helper(img, fmt, d_
43 img_alloc_helper(vpx_image_t *img, vpx_img_fmt_t fmt, unsigned int d_w, unsigned int d_h, unsigned int buf_align, unsigned int stride_align, unsigned char *img_data) argument
178 vpx_img_alloc(vpx_image_t *img, vpx_img_fmt_t fmt, unsigned int d_w, unsigned int d_h, unsigned int align) argument
186 vpx_img_wrap(vpx_image_t *img, vpx_img_fmt_t fmt, unsigned int d_w, unsigned int d_h, unsigned int stride_align, unsigned char *img_data) argument
[all...]
/hardware/qcom/display/msm8084/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/qcom/display/msm8960/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/qcom/display/msm8974/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);
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dcpp_bindings.cpp25 void appendFmt(char *buf, int &offset, const char *fmt, ...) argument
28 va_start(params, fmt);
29 offset += vsprintf(buf + offset, fmt, params);
/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 );

Completed in 1865 milliseconds

1234