Searched refs:width (Results 1 - 25 of 587) sorted by relevance

1234567891011>>

/hardware/samsung_slsi/exynos5/include/
H A Dswconverter.h115 * real width of yuv420[in]
126 unsigned int width,
141 * real width of yuv420s[in]
150 unsigned int width,
168 * real width of yuv420p[in]
177 unsigned int width,
192 * real width of yuv420[in]
203 unsigned int width,
221 * real width of yuv420[in]
231 unsigned int width,
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/
H A Dbilinearfilter_arm.h25 unsigned int width,
35 unsigned int width,
/hardware/samsung_slsi/exynos5/libswconverter/
H A Dswconvertor.c38 unsigned int width,
50 width = ((width + 15) / 16) * 16;
51 tileNumX = width / 16;
139 * real width of yuv420[in]
150 unsigned int width,
159 aligned_width = width & (~0xF);
160 tiled_width = ((width + 15) >> 4) << 4;
165 dst_offset = width * i + j;
169 dst_offset += width;
37 Tile2D_To_Linear( unsigned int width, unsigned int height, unsigned int xpos, unsigned int ypos, int crFlag) argument
147 csc_tiled_to_linear_y( unsigned char *y_dst, unsigned char *y_src, unsigned int width, unsigned int height) argument
234 csc_tiled_to_linear_uv( unsigned char *uv_dst, unsigned char *uv_src, unsigned int width, unsigned int height) argument
317 csc_tiled_to_linear_uv_deinterleave( unsigned char *u_dst, unsigned char *v_dst, unsigned char *uv_src, unsigned int width, unsigned int height) argument
407 csc_linear_to_tiled_y( unsigned char *y_dst, unsigned char *y_src, unsigned int width, unsigned int height) argument
437 csc_linear_to_tiled_uv( unsigned char *uv_dst, unsigned char *u_src, unsigned char *v_src, unsigned int width, unsigned int height) argument
447 Tile2D_To_YUV420(unsigned char *Y_plane, unsigned char *Cb_plane, unsigned char *Cr_plane, unsigned int y_addr, unsigned int c_addr, unsigned int width, unsigned int height) argument
512 csc_RGB565_to_YUV420P( unsigned char *y_dst, unsigned char *u_dst, unsigned char *v_dst, unsigned char *rgb_src, int width, int height) argument
587 csc_RGB565_to_YUV420SP( unsigned char *y_dst, unsigned char *uv_dst, unsigned char *rgb_src, int width, int height) argument
663 csc_ARGB8888_to_YUV420P( unsigned char *y_dst, unsigned char *u_dst, unsigned char *v_dst, unsigned char *rgb_src, unsigned int width, unsigned int height) argument
738 csc_ARGB8888_to_YUV420SP( unsigned char *y_dst, unsigned char *uv_dst, unsigned char *rgb_src, unsigned int width, unsigned int height) argument
[all...]
/hardware/ti/omap4-aah/kernel-headers-ti/linux/
H A Dbvsurfgeom.h25 unsigned int width; member in struct:bvsurfgeom
/hardware/intel/common/libva/va/
H A Dva_compat.c33 int width,
40 return vaCreateSurfaces(dpy, format, width, height, surfaces, num_surfaces,
31 vaCreateSurfaces_0_32_0( VADisplay dpy, int width, int height, int format, int num_surfaces, VASurfaceID *surfaces ) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
H A Drow.h29 int width);
35 int width);
41 int width);
85 uint8* dst_u, uint8* dst_v, int width);
87 uint8* dst_u, uint8* dst_v, int width);
89 uint8* dst_u, uint8* dst_v, int width);
98 uint8* dst_u, uint8* dst_v, int width);
100 uint8* dst_u, uint8* dst_v, int width);
103 void ReverseRow_SSSE3(const uint8* src, uint8* dst, int width);
106 void ReverseRow_NEON(const uint8* src, uint8* dst, int width);
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_alloccommon.h23 int vp9_resize_frame_buffers(struct VP9Common *cm, int width, int height);
25 int vp9_alloc_frame_buffers(struct VP9Common *cm, int width, int height);
/hardware/intel/img/psb_video/src/
H A Dpsb_surface_attrib.h39 int width, int height, int fourcc, VASurfaceAttributeTPI *graphic_buffers,
47 int width, int height,
50 unsigned int luma_stride, /* luma stride, could be width aligned with a special value */
61 int width, int height,
65 unsigned int luma_stride, /* luma stride, could be width aligned with a special value */
77 int width, int height, int stride, int size,
90 int width, int height, int stride, int size,
104 int width,
121 int width,
137 int width,
119 psb_CreateSurfacesFromGralloc( VADriverContextP ctx, int width, int height, int format, int num_surfaces, VASurfaceID *surface_list, PsbSurfaceAttributeTPI *attribute_tpi ) argument
[all...]
H A Dpsb_surface.c40 int width, int height, int fourcc, unsigned int flags,
59 if ((width <= 0) || (width * height > 5120 * 5120) || (height <= 0)) {
65 } else if (512 >= width) {
68 } else if (1024 >= width) {
71 } else if (1280 >= width) {
80 } else if (2048 >= width) {
83 } else if (4096 >= width) {
88 psb_surface->stride = (width + 0x3f) & ~0x3f;
98 psb_surface->stride = (width *
39 psb_surface_create(psb_driver_data_p driver_data, int width, int height, int fourcc, unsigned int flags, psb_surface_p psb_surface ) argument
159 psb_surface_create_for_userptr( psb_driver_data_p driver_data, int width, int height, unsigned size, unsigned int __maybe_unused fourcc, unsigned int luma_stride, unsigned int __maybe_unused chroma_u_stride, unsigned int __maybe_unused chroma_v_stride, unsigned int luma_offset, unsigned int chroma_u_offset, unsigned int __maybe_unused chroma_v_offset, psb_surface_p psb_surface ) argument
193 psb_surface_create_from_kbuf( psb_driver_data_p driver_data, int width, int height, unsigned size, unsigned int __maybe_unused fourcc, int __maybe_unused kbuf_handle, unsigned int luma_stride, unsigned int __maybe_unused chroma_u_stride, unsigned int __maybe_unused chroma_v_stride, unsigned int __maybe_unused luma_offset, unsigned int chroma_u_offset, unsigned int __maybe_unused chroma_v_offset, psb_surface_p psb_surface ) argument
247 psb_surface_create_camera(psb_driver_data_p driver_data, int width, int height, int stride, int size, psb_surface_p psb_surface, int is_v4l2, unsigned int id_or_ofs ) argument
286 psb_surface_create_camera_from_ub(psb_driver_data_p driver_data, int width, int height, int stride, int size, psb_surface_p psb_surface, int is_v4l2, unsigned int id_or_ofs, const unsigned long *user_ptr) argument
372 psb_surface_set_displaying(psb_driver_data_p driver_data, int width, int height, psb_surface_p psb_surface) argument
[all...]
/hardware/qcom/msm8x74/kernel-headers/media/
H A Dmsm_media_info.h140 static inline unsigned int VENUS_Y_STRIDE(int color_fmt, int width) argument
143 if (!width)
151 stride = MSM_MEDIA_ALIGN(width, alignment);
160 static inline unsigned int VENUS_UV_STRIDE(int color_fmt, int width) argument
163 if (!width)
171 stride = MSM_MEDIA_ALIGN(width, alignment);
221 int color_fmt, int width, int height)
227 if (!width || !height)
230 y_stride = VENUS_Y_STRIDE(color_fmt, width);
231 uv_stride = VENUS_UV_STRIDE(color_fmt, width);
220 VENUS_BUFFER_SIZE( int color_fmt, int width, int height) argument
258 VENUS_VIEW2_OFFSET( int color_fmt, int width, int height) argument
[all...]
/hardware/qcom/msm8x74/original-kernel-headers/media/
H A Dmsm_media_info.h140 static inline unsigned int VENUS_Y_STRIDE(int color_fmt, int width) argument
143 if (!width)
151 stride = MSM_MEDIA_ALIGN(width, alignment);
160 static inline unsigned int VENUS_UV_STRIDE(int color_fmt, int width) argument
163 if (!width)
171 stride = MSM_MEDIA_ALIGN(width, alignment);
221 int color_fmt, int width, int height)
227 if (!width || !height)
230 y_stride = VENUS_Y_STRIDE(color_fmt, width);
231 uv_stride = VENUS_UV_STRIDE(color_fmt, width);
220 VENUS_BUFFER_SIZE( int color_fmt, int width, int height) argument
258 VENUS_VIEW2_OFFSET( int color_fmt, int width, int height) argument
[all...]
/hardware/qcom/msm8x84/kernel-headers/media/
H A Dmsm_media_info.h140 static inline unsigned int VENUS_Y_STRIDE(int color_fmt, int width) argument
143 if (!width)
151 stride = MSM_MEDIA_ALIGN(width, alignment);
160 static inline unsigned int VENUS_UV_STRIDE(int color_fmt, int width) argument
163 if (!width)
171 stride = MSM_MEDIA_ALIGN(width, alignment);
221 int color_fmt, int width, int height)
227 if (!width || !height)
230 y_stride = VENUS_Y_STRIDE(color_fmt, width);
231 uv_stride = VENUS_UV_STRIDE(color_fmt, width);
220 VENUS_BUFFER_SIZE( int color_fmt, int width, int height) argument
258 VENUS_VIEW2_OFFSET( int color_fmt, int width, int height) argument
[all...]
/hardware/qcom/msm8x84/original-kernel-headers/media/
H A Dmsm_media_info.h140 static inline unsigned int VENUS_Y_STRIDE(int color_fmt, int width) argument
143 if (!width)
151 stride = MSM_MEDIA_ALIGN(width, alignment);
160 static inline unsigned int VENUS_UV_STRIDE(int color_fmt, int width) argument
163 if (!width)
171 stride = MSM_MEDIA_ALIGN(width, alignment);
221 int color_fmt, int width, int height)
227 if (!width || !height)
230 y_stride = VENUS_Y_STRIDE(color_fmt, width);
231 uv_stride = VENUS_UV_STRIDE(color_fmt, width);
220 VENUS_BUFFER_SIZE( int color_fmt, int width, int height) argument
258 VENUS_VIEW2_OFFSET( int color_fmt, int width, int height) argument
[all...]
/hardware/intel/common/libva/test/putsurface/
H A Dputsurface_x11.c35 static int create_window(void *win_display, int x, int y, int width, int height);
36 static int check_window_event(void *x11_display, void *drawable, int *width, int *height, int *quit);
52 static Pixmap create_pixmap(void *win_display, int width, int height) argument
64 printf("Create a pixmap from ROOT window %dx%d, pixmap size %dx%d\n\n", attr.width, attr.height, width, height);
65 pixmap = XCreatePixmap(x11_display, root, width, height,
71 static int create_window(void *win_display, int x, int y, int width, int height) argument
80 drawable_thread0 = (void *)XCreateSimpleWindow(x11_display, root, x, y, width, height,
86 sizehints.width = width;
135 check_window_event(void *win_display, void *drawable, int *width, int *height, int *quit) argument
[all...]
H A Dputsurface_android.cpp47 static int create_window(void *win_display, int x, int y, int width, int height);
48 static int check_window_event(void *x11_display, void *win, int *width, int *height, int *quit);
63 static int create_window(void *win_display, int x, int y, int width, int height) argument
69 width, height,
82 surface_ctrl0->setSize(width, height);
96 width, height,
109 surface_ctrl1->setSize(width, height);
119 int check_window_event(void *win_display, void *drawble, int *width, int *height, int *quit) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
H A Dresize_util.c22 printf("%s <input_yuv> <width>x<height> <target_width>x<target_height> ",
27 static int parse_dim(char *v, int *width, int *height) { argument
33 *width = atoi(v);
35 if (*width <= 0 || *height <= 0)
48 int width, height, target_width, target_height; local
58 if (!parse_dim(argv[2], &width, &height)) {
87 width, height);
95 inbuf = (uint8_t*)malloc(width * height * 3 / 2);
97 inbuf_u = inbuf + width * height;
98 inbuf_v = inbuf_u + width * heigh
[all...]
/hardware/intel/img/hwcomposer/ips/tangier/
H A DTngDisplayQuery.cpp70 uint32_t width, height; local
71 if (!Hwcomposer::getInstance().getDrm()->getDisplayResolution(device, width, height)) {
75 if (DEFAULT_DRM_FB_WIDTH / (float)width > 1.5) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_resize.h19 int width,
31 int width,
45 int width,
59 int width,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/
H A Dyv12config.h61 int width, int height, int border);
63 int width, int height, int border);
67 int width, int height, int ss_x, int ss_y,
77 int width, int height, int ss_x, int ss_y,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dy4menc.h24 int y4m_write_file_header(char *buf, size_t len, int width, int height,
H A Dy4menc.c13 int y4m_write_file_header(char *buf, size_t len, int width, int height, argument
21 return snprintf(buf, len, "YUV4MPEG2 W%u H%u F%u:%u I%c %s", width, height,
/hardware/intel/common/libva/test/common/
H A Dva_display_android.cpp51 static int create_window(int x, int y, int width, int height) argument
57 width, height,
70 surface_ctr->setSize(width, height);
88 create_window(dst_rect->x, dst_rect->y, dst_rect->width, dst_rect->height);
92 src_rect->width, src_rect->height,
94 dst_rect->width, dst_rect->height,
H A Dva_display_x11.c60 ensure_window(unsigned int width, unsigned int height) argument
70 XResizeWindow(x11_display, x11_window, width, height);
82 0, 0, width, height,
100 rect->width > 0 &&
121 win_width = dst_rect->x + dst_rect->width;
127 src_rect->width, src_rect->height,
129 dst_rect->width, dst_rect->height,
/hardware/qcom/display/msm8960/libtilerenderer/
H A Dtilerenderer.cpp38 int width = 0; local
43 renderer->getViewport(width, height);
49 right = width;
55 ALOGE("can't tile render; drity region, width, height not available");
67 if (w > width || h > height) {
68 w = (w > width) ? width : w;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Di420_video_source.h25 unsigned int width, unsigned int height,
39 SetSize(width, height);
83 void SetSize(unsigned int width, unsigned int height) { argument
84 if (width != width_ || height != height_) {
86 img_ = vpx_img_alloc(NULL, VPX_IMG_FMT_I420, width, height, 1);
88 width_ = width;
90 raw_sz_ = width * height * 3 / 2;
24 I420VideoSource(const std::string &file_name, unsigned int width, unsigned int height, int rate_numerator, int rate_denominator, unsigned int start, int limit) argument

Completed in 697 milliseconds

1234567891011>>