Searched refs:fmt (Results 51 - 75 of 168) sorted by relevance

1234567

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
H A Dvp9_iface_common.h22 img->fmt = VPX_IMG_FMT_I444;
25 img->fmt = VPX_IMG_FMT_I422;
29 img->fmt = VPX_IMG_FMT_I420;
/hardware/libhardware/tests/hwc/
H A Dcnativewindow.c39 #define _TRACE(n,fmt...) \
40 do { if (trace_level >= n) fprintf(stderr, "CNW: " fmt); } while (0)
42 #define ERROR(fmt...) _TRACE(0, fmt)
43 #define INFO(fmt...) _TRACE(1, fmt)
44 #define LOG(fmt...) _TRACE(2, fmt)
45 #define TRACE(fmt...) _TRACE(3, fmt)
573 cnw_info(CNativeWindow *win, unsigned *w, unsigned *h, unsigned *fmt) argument
[all...]
/hardware/ti/omap4-aah/ion/
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,
H A Dion_test.c25 int fmt = TILER_PIXEL_FMT_32BIT; variable
38 ret = ion_alloc_tiler(*fd, width, height, fmt, alloc_flags,
248 {"fmt", required_argument, 0, 'r'},
290 fmt = atol(optarg);
306 printf("test %d, len %u, width %u, height %u fmt %u align %u, "
308 height, fmt, align, map_flags, prot, alloc_flags);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp1025 struct v4l2_format fmt; local
1075 struct v4l2_format fmt; local
1088 memset(&fmt, 0x0, sizeof(struct v4l2_format));
1089 fmt.type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
1090 fmt.fmt.pix_mp.pixelformat = capture_capability;
1091 rc = ioctl(drv_ctx.video_driver_fd, VIDIOC_G_FMT, &fmt);
1098 fmt.fmt.pix_mp.width, fmt
2001 struct v4l2_format fmt; local
3815 struct v4l2_format fmt; local
3847 struct v4l2_format fmt; local
4153 struct v4l2_format fmt; local
4638 struct v4l2_format fmt; local
9392 struct v4l2_format fmt; local
9496 struct v4l2_format fmt; local
9571 struct v4l2_format fmt; local
11619 struct v4l2_format fmt; local
[all...]
H A Domx_vdec_hevc.cpp1232 struct v4l2_format fmt; local
1439 DEBUG_PRINT_HIGH("fmt: description: %s, fmt: %x, flags = %x", fdesc.description,
1447 DEBUG_PRINT_HIGH("fmt: description: %s, fmt: %x, flags = %x", fdesc.description,
1452 fmt.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
1453 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height;
1454 fmt.fmt
2700 struct v4l2_format fmt; local
2822 struct v4l2_format fmt; local
3173 struct v4l2_format fmt; local
6206 struct v4l2_format fmt; local
7080 struct v4l2_format fmt; local
7176 struct v4l2_format fmt; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/
H A Dvpx_mem_tracker.c79 static void memtrack_log(const char *fmt, ...);
126 void (*func)(void *userdata, const char *fmt, va_list args);
370 const char *fmt, va_list args)) {
401 static void memtrack_log(const char *fmt, ...) { argument
404 va_start(list, fmt);
410 g_logging.func(g_logging.userdata, fmt, list);
416 vfprintf(g_logging.file, fmt, list);
424 _vsnprintf(temp, sizeof(temp) / sizeof(char) - 1, fmt, list);
368 vpx_memory_tracker_set_log_func(void *userdata, void(*logfunc)(void *userdata, const char *fmt, va_list args)) argument
/hardware/intel/img/hwcomposer/merrifield/include/pvr/hal/
H A Dimg_gralloc_public.h44 #define HAL_PIXEL_FORMAT_VENDOR_EXT(fmt) (0x100 | (fmt & 0xF))
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/pvr/hal/
H A Dimg_gralloc_public.h44 #define HAL_PIXEL_FORMAT_VENDOR_EXT(fmt) (0x100 | (fmt & 0xF))
/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayUtils.h145 bool send3DInfoPacket (uint32_t fmt);
147 uint32_t getS3DFormat(uint32_t fmt);
155 bool getCropS3D(const Dim& in, Dim& out, uint32_t fmt);
561 ALOGE("%s wrong fmt %d", __FUNCTION__, format);
633 inline Dim getCropS3DImpl(const Dim& in, uint32_t fmt) { argument
634 switch (fmt & INPUT_3D_MASK)
646 ALOGE("%s Unsupported 3D format %d", __FUNCTION__, fmt);
653 inline Dim getCropS3DImpl<utils::OV_RIGHT_SPLIT>(const Dim& in, uint32_t fmt) { argument
654 switch (fmt & INPUT_3D_MASK)
666 ALOGE("%s Unsupported 3D format %d", __FUNCTION__, fmt);
673 getCropS3D(const Dim& in, Dim& out, uint32_t fmt) argument
[all...]
/hardware/qcom/display/msm8960/liboverlay/
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/bsp/intel/peripheral/libupm/src/grovescam/
H A Dgrovescam.h155 * @param fmt One of the PIC_FORMATS_T values
157 bool preCapture(PIC_FORMATS_T fmt=FORMAT_VGA);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/
H A Dvpx_codec_internal.h492 const char *fmt,
499 if (fmt) {
503 va_start(ap, fmt);
504 vsnprintf(info->detail, sz - 1, fmt, ap);
490 vpx_internal_error(struct vpx_internal_error_info *info, vpx_codec_err_t error, const char *fmt, ...) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/include/
H A Dvpx_mem_tracker.h147 const char *fmt, va_list args));
/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsa_ucm.h174 * \param fmt Format (sprintf like)
178 char *snd_use_case_identifier(const char *fmt, ...);
/hardware/ti/omap4-aah/system-core-headers-ti/ion/
H A Dion.h33 int ion_alloc_tiler(int fd, size_t w, size_t h, int fmt, unsigned int flags,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
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/qcom/camera/QCamera2/stack/common/
H A Dmm_camera_interface.h886 int32_t mm_stream_calc_offset_post_view(cam_format_t fmt,
890 int32_t mm_stream_calc_offset_snapshot(cam_format_t fmt,
895 int32_t mm_stream_calc_offset_raw(cam_format_t fmt,
900 int32_t mm_stream_calc_offset_video(cam_format_t fmt,
912 int32_t mm_stream_calc_offset_analysis(cam_format_t fmt,
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_msm8974.cpp1589 struct v4l2_format fmt; local
1854 DEBUG_PRINT_HIGH("fmt: description: %s, fmt: %x, flags = %x", fdesc.description,
1862 DEBUG_PRINT_HIGH("fmt: description: %s, fmt: %x, flags = %x", fdesc.description,
1867 fmt.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
1868 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height;
1869 fmt.fmt
3244 struct v4l2_format fmt; local
3276 struct v4l2_format fmt; local
3571 struct v4l2_format fmt; local
4041 struct v4l2_format fmt; local
8614 struct v4l2_format fmt; local
8718 struct v4l2_format fmt; local
8793 struct v4l2_format fmt; local
10738 struct v4l2_format fmt; local
[all...]
H A Domx_vdec_hevc.cpp1237 struct v4l2_format fmt; local
1460 DEBUG_PRINT_HIGH("fmt: description: %s, fmt: %x, flags = %x", fdesc.description,
1468 DEBUG_PRINT_HIGH("fmt: description: %s, fmt: %x, flags = %x", fdesc.description,
1473 fmt.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
1474 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height;
1475 fmt.fmt
2721 struct v4l2_format fmt; local
2843 struct v4l2_format fmt; local
3194 struct v4l2_format fmt; local
6242 struct v4l2_format fmt; local
7116 struct v4l2_format fmt; local
7212 struct v4l2_format fmt; local
[all...]
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_rdi.c101 cam_format_t fmt = CAM_FORMAT_MAX; local
118 fmt = cam_cap->supported_raw_fmts[i];
119 LOGE(" fmt=%d\n", fmt);
123 if (CAM_FORMAT_MAX == fmt) {
168 stream->s_config.stream_info->fmt = DEFAULT_RAW_FORMAT;
228 stream->s_config.stream_info->fmt = DEFAULT_SNAPSHOT_FORMAT;
/hardware/libhardware/tests/camera2/
H A DCameraStreamFixture.h59 char fmt[100]; local
61 ANDROID_SCALER_AVAILABLE_FORMATS, p.mFormat, fmt, sizeof(fmt));
65 *os << "Format name: " << fmt << ", "; local
/hardware/qcom/bt/msm8909/libbt-vendor/include/
H A Dhci_uart.h103 uint16_t fmt; /* Data format */ member in struct:__anon2119
/hardware/qcom/bt/msm8992/libbt-vendor/include/
H A Dhci_uart.h103 uint16_t fmt; /* Data format */ member in struct:__anon2142
/hardware/qcom/bt/msm8996/libbt-vendor/include/
H A Dhci_uart.h103 uint16_t fmt; /* Data format */ member in struct:__anon2163

Completed in 2971 milliseconds

1234567