Searched defs:height (Results 1 - 25 of 96) sorted by relevance

1234

/hardware/ti/omap3/omx/ti_omx_config_parser/inc/
H A Dti_omx_config_parser.h50 OMX_U32 height; member in struct:__anon1492
H A Dti_video_config_parser.h39 uint32 height; member in struct:_tiVideoConfigParserOutputs
/hardware/qcom/display/libtilerenderer/
H A Dtilerenderer.cpp39 int height = 0; local
43 renderer->getViewport(width, height);
50 bottom = height;
55 ALOGE("can't tile render; drity region, width, height not available");
59 int l = left, t = (height - bottom), w = (right - left), h = (bottom - top), preserve = 0;
67 if (w > width || h > height) {
69 h = (h > height) ? height : h;
/hardware/qcom/media/mm-core/omxcore/src/common/
H A Dqc_omx_core.h57 OMX_U32 height; member in struct:__anon471
/hardware/qcom/media/mm-core/src/common/
H A Dqc_omx_core.h57 OMX_U32 height; member in struct:__anon473
/hardware/samsung_slsi/exynos5/libexynosutils/
H A Dexynos5_format_v4l2.c263 int height)
273 frame_size = GET_16BPP_FRAME_SIZE(width, height);
278 frame_size = GET_24BPP_FRAME_SIZE(width, height);
286 frame_size = GET_32BPP_FRAME_SIZE(width, height);
294 size = ALIGN(width, 16) * ALIGN(height, 16);
295 frame_size = size + 2 * ALIGN(width >> 1, 8) * ALIGN(height >> 1, 8);
302 size = ALIGN(ALIGN(width, 16) * ALIGN(height, 16), 2048);
303 frame_size = size + ALIGN(ALIGN(width, 16) * ALIGN(height >> 1, 8), 2048);
307 frame_size = ALIGN_TO_8KB(ALIGN_TO_128B(width) * ALIGN_TO_32B(height))
308 + ALIGN_TO_8KB(ALIGN_TO_128B(width) * ALIGN_TO_32B(height >>
260 FRAME_SIZE( int hal_pixel_format, int width, int height) argument
335 PLANAR_FRAME_SIZE(int hal_pixel_format, int width, int height, unsigned int *luma_size, unsigned int *chroma_size) argument
[all...]
/hardware/libhardware/include/hardware/
H A Dfb.h46 const uint32_t height; member in struct:framebuffer_device_t
98 * return -EINVAL if width or height <=0, or if left or top < 0
101 int left, int top, int width, int height);
107 * buffer must be the same width and height as the display and must NOT
/hardware/ti/omap4xxx/camera/
H A DMemoryManager.cpp46 void* MemoryManager::allocateBuffer(int width, int height, const char* format, int &bytes, int numBufs) argument
H A DCameraHalUtilClasses.cpp121 size_t height,
136 vScale = ( double ) height / ( double ) vRange;
120 transfrom(size_t width, size_t height, size_t &top, size_t &left, size_t &areaWidth, size_t &areaHeight) argument
/hardware/qcom/display/libcopybit/
H A Dsoftware_converter.cpp50 // vertical stride is the same as height, so not considered
53 unsigned int height = src->h; local
99 while(r1 < height/2) {
128 int height; member in struct:copyInfo
148 int height = info.height; local
153 for (int i = 0; i < height; i++) {
163 height = height/2;
164 for (int i = 0; i < height;
[all...]
/hardware/qcom/media/libc2dcolorconvert/
H A DC2DColorConverter.h82 int32_t height; member in struct:android::__anon460
/hardware/qcom/media/mm-video/vidc/common/src/
H A Dvidc_color_converter.cpp89 bool omx_c2d_conv::open(unsigned int height,unsigned int width, argument
94 c2dcc = mConvertOpen(width, height, width, height,
/hardware/samsung_slsi/exynos5/include/
H A Dv4l2-subdev.h77 __u32 height; member in struct:v4l2_subdev_frame_interval_enum
H A Dgralloc_priv.h89 int height; member in struct:private_handle_t
112 offset(0), format(format), width(w), height(h), stride(stride),
124 offset(0), format(format), width(w), height(h), stride(stride),
136 offset(0), format(format), width(w), height(h), stride(stride),
H A Ds5p_fimc_v4l2.h135 unsigned int start_y; // Source Image Start height offset
137 unsigned int height; // Source Image Height member in struct:__anon821
H A Dv4l2-mediabus.h92 __u32 height; member in struct:v4l2_mbus_framefmt
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
H A Dv4l2-subdev.h113 * @height: frame height in pixels
121 __u32 height; member in struct:v4l2_subdev_frame_interval_enum
H A Dv4l2-mediabus.h102 * @height: frame height
109 __u32 height; member in struct:v4l2_mbus_framefmt
/hardware/msm7k/libgralloc/
H A Dframebuffer.cpp60 msm_copy_buffer(buffer_handle_t handle, int fd, int width, int height,
132 m->info.width, m->info.height);
231 if (int(info.width) <= 0 || int(info.height) <= 0) {
235 info.height = ((info.yres * 25.4f)/160.0f + 0.5f);
239 float ydpi = (info.yres * 25.4f) / info.height;
265 "height = %d mm (%f dpi)\n"
268 info.height, ydpi,
358 const_cast<uint32_t&>(dev->device.height) = m->info.yres;
382 msm_copy_buffer(buffer_handle_t handle, int fd, int width, int height, argument
399 blit.req.src.height
[all...]
/hardware/msm7k/libgralloc-qsd8k/
H A Dframebuffer.cpp64 int width, int height, int format,
144 m->info.width, m->info.height);
267 if (int(info.width) <= 0 || int(info.height) <= 0) {
271 info.height = ((info.yres * 25.4f)/160.0f + 0.5f);
275 float ydpi = (info.yres * 25.4f) / info.height;
301 "height = %d mm (%f dpi)\n"
304 info.height, ydpi,
394 const_cast<uint32_t&>(dev->device.height) = m->info.yres;
419 int width, int height, int format,
436 blit.req.src.height
418 msm_copy_buffer(buffer_handle_t handle, int fd, int width, int height, int format, int x, int y, int w, int h) argument
[all...]
/hardware/qcom/display/libgralloc/
H A Dalloc_controller.cpp255 size_t getBufferSizeAndDimensions(int width, int height, int format, argument
261 alignedh = ALIGN(height, 32);
281 size += ALIGN(2 * ALIGN(width/2, 32) * ALIGN(height/2, 32), 4096);
288 size += ALIGN( alignedw * ALIGN(height/2, 32), 8192);
292 if ((format == HAL_PIXEL_FORMAT_YV12) && ((width&1) || (height&1))) {
296 alignedh = height;
309 alignedh = height;
318 alignedh = height;
322 alignedh = VENUS_Y_SCANLINES(COLOR_FMT_NV12, height);
323 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12, width, height);
[all...]
H A Dgpu.cpp57 int format, int width, int height)
146 bufferType, format, width, height, eData.fd, eData.offset,
55 gralloc_alloc_buffer(size_t size, int usage, buffer_handle_t* pHandle, int bufferType, int format, int width, int height) argument
H A Dmapper.cpp262 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height);
263 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height + 1);
321 int height = va_arg(args, int); local
336 hnd->height = height;
347 int height = va_arg(args, int); local
354 hnd->height = height;
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
H A DExynos_OSAL_Android.cpp66 OMX_IN OMX_U32 height,
76 Rect bounds(width, height);
162 OMX_IN OMX_U32 height,
172 ret = Exynos_OSAL_LockANBHandle((OMX_U32)pANB->handle, width, height, format, planes);
207 OMX_U32 width, height; local
247 height = pExynosPort->portDefinition.format.video.nFrameHeight;
248 Exynos_OSAL_LockANB(temp_bufferHeader->pBuffer, width, height,
479 nSizeBytes = ALIGN(pANB->width, 16) * ALIGN(pANB->height, 16);
480 nSizeBytes += ALIGN(pANB->width / 2, 16) * ALIGN(pANB->height / 2, 16) * 2;
63 Exynos_OSAL_LockANBHandle( OMX_IN OMX_U32 handle, OMX_IN OMX_U32 width, OMX_IN OMX_U32 height, OMX_IN OMX_COLOR_FORMATTYPE format, OMX_OUT OMX_PTR planes) argument
159 Exynos_OSAL_LockANB( OMX_IN OMX_PTR pBuffer, OMX_IN OMX_U32 width, OMX_IN OMX_U32 height, OMX_IN OMX_COLOR_FORMATTYPE format, OMX_OUT OMX_U32 *pStride, OMX_OUT OMX_PTR planes) argument
/hardware/ti/omap3/omx/ti_omx_config_parser/src/
H A Dti_video_config_parser.cpp82 int32 width, height, display_width, display_height = 0; local
85 retval = iDecodeVOLHeader(&psBits, &width, &height, &display_width, &display_height, &profile_level);
91 aOutputs->height = (uint32)display_height;
101 aOutputs->height = 0;
108 int32 width, height, display_width, display_height = 0; local
143 (int*) & height,
154 aOutputs->height = (uint32)display_height;
162 if( ((width > WVGA_MAX_WIDTH) || (height > WVGA_MAX_HEIGHT)) ||
179 LoadDWORD(dwdat, pData); // Window height
188 aOutputs->height
[all...]

Completed in 1700 milliseconds

1234