Searched refs:fmt (Results 76 - 95 of 95) sorted by relevance

1234

/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_utils.cpp240 void dumpsys_log(android::String8& buf, const char* fmt, ...) argument
243 va_start(varargs, fmt);
244 buf.appendFormatV(fmt, varargs);
H A Dhwc_utils.h196 void dumpsys_log(android::String8& buf, const char* fmt, ...);
/hardware/qcom/display/msm8x26/libhwcomposer/
H A Dhwc_utils.cpp265 void dumpsys_log(android::String8& buf, const char* fmt, ...) argument
268 va_start(varargs, fmt);
269 buf.appendFormatV(fmt, varargs);
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraChannel.cpp648 rc = pStream->getFormat(streamInfo->fmt);
H A DQCamera2HWI.cpp1457 rc = mParameters.getStreamFormat(stream_type, streamInfo->fmt);
3283 streamInfoBuf->fmt = img_config.input_fmt;
/hardware/qcom/camera/QCamera2/stack/common/
H A Dcam_intf.h342 cam_format_t fmt; member in struct:__anon427
347 /* buffer plane information, will be calc based on stream_type, fmt,
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_snapshot.c330 stream->s_config.stream_info->fmt = DEFAULT_PREVIEW_FORMAT;
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_camera/src/
H A Domx_proxy_camera.c476 MemReqDescTiler[0].fmt = PIXEL_FMT_PAGE;
/hardware/samsung_slsi/exynos5/libcsc/
H A Dcsc.c471 g2d->src.fmt = hal_2_g2d_color_format(csc_handle->src_format.color_format);
485 g2d->dst.fmt = hal_2_g2d_color_format(csc_handle->dst_format.color_format);
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCamera.cpp3426 v4l2_fmt.fmt.pix_mp.width = w;
3427 v4l2_fmt.fmt.pix_mp.height = h;
3428 v4l2_fmt.fmt.pix_mp.pixelformat = colorFormat;
3429 v4l2_fmt.fmt.pix_mp.num_planes = planes;
3445 v4l2_fmt.fmt.pix = pixfmt;
H A DExynosJpegEncoderForCamera.cpp24 #define JPEG_ERROR_LOG(fmt,...)
/hardware/ti/omap4xxx/hwc/
H A Dhwc.c233 static void dump_printf(struct dump_buf *buf, const char *fmt, ...) argument
237 va_start(ap, fmt);
238 buf->len += vsnprintf(buf->buf + buf->len, buf->buf_len - buf->len, fmt, ap);
/hardware/qcom/msm8x74/kernel-headers/linux/
H A Dvideodev2.h514 struct v4l2_pix_format fmt; member in struct:v4l2_framebuffer
2072 } fmt; member in struct:v4l2_format
/hardware/qcom/msm8x74/original-kernel-headers/linux/
H A Dvideodev2.h719 struct v4l2_pix_format fmt; member in struct:v4l2_framebuffer
2435 } fmt; member in struct:v4l2_format
/hardware/samsung_slsi/exynos5/include/
H A Dvideodev2.h695 struct v4l2_pix_format fmt; member in struct:v4l2_framebuffer
2216 } fmt; member in struct:v4l2_format
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.cpp71 int get_pixel_depth(uint32_t fmt) argument
75 switch (fmt) {
107 ALOGE("Get depth failed(format : %d)", fmt);
126 v4l2_fmt.fmt.pix_mp.width = node->width;
127 v4l2_fmt.fmt.pix_mp.height = node->height;
128 v4l2_fmt.fmt.pix_mp.pixelformat = node->format;
129 v4l2_fmt.fmt.pix_mp.field = V4L2_FIELD_ANY;
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
H A Domx_vdec_test.cpp72 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args)
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
H A Domx_vdec_test.cpp74 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args)
/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsa_ucm.c73 * fmt - sprintf like format,
77 char *snd_use_case_identifier(const char *fmt, ...) argument
/hardware/samsung_slsi/exynos5/libhwjpeg/
H A DExynosJpegDecoder.cpp39 #define JPEG_ERROR_LOG(fmt,...)

Completed in 969 milliseconds

1234