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

12345

/hardware/qcom/camera/hdr/include/
H A Dmorpho_image_data.h31 int height; /**< ���� */ member in struct:__anon711
H A Dmorpho_image_data_ex.h33 int height; /**< 高さ */ member in struct:__anon715
/hardware/ti/omap3/omx/ti_omx_config_parser/inc/
H A Dti_omx_config_parser.h50 OMX_U32 height; member in struct:__anon2109
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:__anon1136
/hardware/qcom/media/mm-core/src/common/
H A Dqc_omx_core.h57 OMX_U32 height; member in struct:__anon1138
/hardware/samsung_slsi/exynos5/libexynosutils/
H A Dexynos5_format_v4l2.c262 int height)
272 frame_size = GET_16BPP_FRAME_SIZE(width, height);
277 frame_size = GET_24BPP_FRAME_SIZE(width, height);
284 frame_size = GET_32BPP_FRAME_SIZE(width, height);
292 size = ALIGN(width, 16) * ALIGN(height, 16);
293 frame_size = size + 2 * ALIGN(width >> 1, 8) * ALIGN(height >> 1, 8);
300 size = ALIGN(ALIGN(width, 16) * ALIGN(height, 16), 2048);
301 frame_size = size + ALIGN(ALIGN(width, 16) * ALIGN(height >> 1, 8), 2048);
305 frame_size = ALIGN_TO_8KB(ALIGN_TO_128B(width) * ALIGN_TO_32B(height))
306 + ALIGN_TO_8KB(ALIGN_TO_128B(width) * ALIGN_TO_32B(height >>
259 FRAME_SIZE( int hal_pixel_format, int width, int height) argument
333 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
/hardware/qcom/camera/QCamera/stack/mm-camera-interface/src/
H A Dmm_camera_helper.c184 int height,
198 size = (uint32_t)(PAD_TO_2K(width*height)*3/2);
199 plane[0] = PAD_TO_WORD(width*height);
202 plane[0] = PAD_TO_2K(width * height);
203 plane[1] = PAD_TO_2K(width * height/2);
205 plane[0] = PAD_TO_WORD(width * height);
206 plane[1] = PAD_TO_WORD(width * height/2);
208 plane[0] = PAD_TO_WORD(width * CEILING16(height));
209 plane[1] = PAD_TO_WORD(width * CEILING16(height)/2);
216 plane[0] = PAD_TO_WORD(width * height);
181 mm_camera_get_msm_frame_len(cam_format_t fmt_type, camera_mode_t mode, int width, int height, int image_type, uint8_t *num_planes, uint32_t plane[]) argument
[all...]
/hardware/qcom/camera/mm-camera-interface/
H A Dmm_camera_helper.c184 int height,
198 size = (uint32_t)(PAD_TO_2K(width*height)*3/2);
199 plane[0] = PAD_TO_WORD(width*height);
202 plane[0] = PAD_TO_2K(width * height);
203 plane[1] = PAD_TO_2K(width * height/2);
205 plane[0] = PAD_TO_WORD(width * height);
206 plane[1] = PAD_TO_WORD(width * height/2);
208 plane[0] = PAD_TO_WORD(width * CEILING16(height));
209 plane[1] = PAD_TO_WORD(width * CEILING16(height)/2);
217 size = (uint32_t)(PAD_TO_2K(width*height)*
181 mm_camera_get_msm_frame_len(cam_format_t fmt_type, camera_mode_t mode, int width, int height, int image_type, uint8_t *num_planes, uint32_t plane[]) argument
[all...]
/hardware/qcom/display/libcopybit/
H A Dsoftware_converter.cpp51 // vertical stride is the same as height, so not considered
54 unsigned int height = src->h; local
100 while(r1 < height/2) {
129 int height; member in struct:copyInfo
149 int height = info.height; local
154 for (int i = 0; i < height; i++) {
164 height = height/2;
165 for (int i = 0; i < height;
[all...]
/hardware/qcom/display/libgralloc/
H A Dalloc_controller.cpp165 size_t getBufferSizeAndDimensions(int width, int height, int format, argument
171 alignedh = ALIGN(height, 32);
190 size += ALIGN(2 * ALIGN(width/2, 32) * ALIGN(height/2, 32), 4096);
198 size += ALIGN( alignedw * ALIGN(height/2, 32), 8192);
204 if ((format == HAL_PIXEL_FORMAT_YV12) && ((width&1) || (height&1))) {
209 alignedh = height;
227 alignedh = height;
238 // Allocate buffer from width, height and format into a
H A Dmapper.cpp310 int height = va_arg(args, int); local
325 hnd->height = height;
/hardware/qcom/media/libc2dcolorconvert/
H A DC2DColorConverter.h82 int32_t height; member in struct:android::__anon1125
/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
/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
/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/camera/QCamera/HAL/core/src/
H A DQCameraHWI_Record.cpp391 int height = 0; /* height of channel */ local
405 height = dim.video_height;
H A DQCameraStream.cpp110 int height = 0; /* height of channel */
136 fmt.def.dim.height = dim.display_height;
168 fmt.video.video.dim.height = dim.video_height;
262 int height = 0; /* height of channel */ local
284 fmt.def.dim.height = dim.display_height;
289 fmt.video.video.dim.height = dim.video_height;
295 fmt.def.dim.height = dim.raw_picture_height;
301 fmt.snapshot.main.dim.height
[all...]
/hardware/qcom/camera/
H A DQCameraHWI_Record.cpp390 int height = 0; /* height of channel */ local
404 height = dim.video_height;
H A DQCameraStream.cpp111 int height = 0; /* height of channel */
137 fmt.def.dim.height = dim.display_height;
169 fmt.video.video.dim.height = dim.video_height;
263 int height = 0; /* height of channel */ local
282 fmt.def.dim.height = dim.display_height;
287 fmt.video.video.dim.height = dim.video_height;
293 fmt.def.dim.height = dim.raw_picture_height;
299 fmt.snapshot.main.dim.height
[all...]

Completed in 499 milliseconds

12345