Searched refs:height (Results 1 - 25 of 191) sorted by relevance

12345678

/hardware/qcom/camera/hdr/include/
H A Dmorpho_get_image_size.h23 * @param height ����
30 morpho_getImageSize(int width, int height, const char *p_format);
36 * @param height ����
43 morpho_getImageSizeY(int width, int height, const char *p_format);
49 * @param height ����
56 morpho_getImageSizeU(int width, int height, const char *p_format);
62 * @param height ����
69 morpho_getImageSizeV(int width, int height, const char *p_format);
75 * @param height ����
82 morpho_getImageSizeUV(int width, int height, cons
[all...]
H A Dmorpho_noise_reduction_ext.h13 int height,
H A Dmorpho_easy_hdr_ext.h16 int height,
H A Dmorpho_image_data.h31 int height; /**< ���� */ member in struct:__anon711
H A Dmorpho_hdr_checker.h63 * @param[in] height ��͉摜�̍���
70 int height,
80 * @param[in] height ��͉摜�̍���
90 const int height,
H A Dmorpho_image_data_ex.h33 int height; /**< 高さ */ member in struct:__anon715
/hardware/samsung_slsi/exynos5/include/
H A Dswconverter.h119 * real height of yuv420[in]
127 unsigned int height);
144 * real height of yuv420s[in]
151 unsigned int height);
171 * real height of yuv420p[in]
178 unsigned int height);
196 * real height of yuv420[in]
204 unsigned int height);
224 * real height of yuv420[in]
232 unsigned int height);
[all...]
H A Dexynos_rotator.h75 * \param height
76 * image height[in]
88 * cropped image height[in]
102 unsigned int height,
121 * \param height
122 * image height[in]
142 unsigned int height,
/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/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/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/samsung_slsi/exynos5/libcsc/
H A Dcsc.h148 * @param height
149 * address of image height[out]
161 * address of cropped image height[out]
172 unsigned int *height,
193 * @param height
194 * image height[in]
206 * cropped image height[in]
217 unsigned int height,
234 * @param height
235 * address of image height[ou
[all...]
H A Dcsc.c74 unsigned int height; member in struct:_CSC_FORMAT
118 handle->src_format.height);
127 handle->src_format.height);
150 handle->src_format.height);
156 handle->src_format.height / 2);
164 handle->src_format.height);
169 handle->src_format.height / 2);
190 handle->src_format.width * handle->src_format.height);
193 (handle->src_format.width * handle->src_format.height) >> 2);
196 (handle->src_format.width * handle->src_format.height) >>
548 csc_get_src_format( void *handle, unsigned int *width, unsigned int *height, unsigned int *crop_left, unsigned int *crop_top, unsigned int *crop_width, unsigned int *crop_height, unsigned int *color_format, unsigned int *cacheable) argument
578 csc_set_src_format( void *handle, unsigned int width, unsigned int height, unsigned int crop_left, unsigned int crop_top, unsigned int crop_width, unsigned int crop_height, unsigned int color_format, unsigned int cacheable) argument
608 csc_get_dst_format( void *handle, unsigned int *width, unsigned int *height, unsigned int *crop_left, unsigned int *crop_top, unsigned int *crop_width, unsigned int *crop_height, unsigned int *color_format, unsigned int *cacheable) argument
638 csc_set_dst_format( void *handle, unsigned int width, unsigned int height, unsigned int crop_left, unsigned int crop_top, unsigned int crop_width, unsigned int crop_height, unsigned int color_format, unsigned int cacheable) argument
[all...]
/hardware/ti/omap3/omx/ti_omx_config_parser/inc/
H A Dti_video_config_parser.h39 uint32 height; member in struct:_tiVideoConfigParserOutputs
H A Dti_omx_config_parser.h50 OMX_U32 height; member in struct:__anon2109
H A Dti_m4v_config_parser.h96 int32 *height,
104 int32 *height,
113 int32 *height,
120 int32 *height,
128 int16 DecodeSPS(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profile_idc, int32 *level_idc);
/hardware/samsung_slsi/exynos5/libswconverter/
H A Dswconvertor.c39 unsigned int height,
143 * real height of yuv420[in]
151 unsigned int height)
158 aligned_height = height & (~0xF);
189 if (aligned_height != height) {
193 for (k = 0; k < height - aligned_height; k = k + 2) {
205 for (k = 0; k < height - aligned_height; k = k + 2) {
231 * real height of yuv420s[in]
238 unsigned int height)
245 aligned_height = height
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/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/ti/omap3/omx/system/src/openmax_il/perf/tests/
H A Dperf111 width=176;height=144
119 -h) height=$2; shift ;;
120 -h*) height=`echo $1 | cut -c3-` ;;
123 --heightv*=*) height=`echo $1 | cut -d= -f2` ;;
124 --heightv*) height=$2; shift ;;
132 size=$(expr $width \* $height \* 2)
152 width=176;height=144
160 -h) height=$2; shift ;;
161 -h*) height=`echo $1 | cut -c3-` ;;
164 --heightv*=*) height
[all...]
/hardware/qcom/camera/inc/
H A Domx_jpeg_ext.h50 int height; member in struct:omx_jpeg_buffer_offset
92 int height; member in struct:omx_jpeg_thumbnail
/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/qcom/media/mm-video/vidc/common/inc/
H A Dvidc_color_converter.h38 bool open(unsigned int height,unsigned int width,
/hardware/ti/omap4xxx/test/CameraHal/
H A Dcamera_test_script.cpp269 int width, height; local
275 height = previewSize[i].height;
287 height = atoi(res);
292 height *=2;
296 printf("Resolution: %d x %d\n", width, height);
297 params.setPreviewSize(width, height);
318 params.setPictureSize(captureSize[i].width, captureSize[i].height);
497 int width, height; local
503 height
[all...]

Completed in 433 milliseconds

12345678