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

1234567891011

/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:__anon731
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:__anon735
/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/msm8960/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/display/msm8x26/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/display/msm8960/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/display/msm8974/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/display/msm8x26/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/samsung_slsi/exynos5/libexynosutils/
H A Dexynos5_format_v4l2.c247 int height)
255 frame_size = GET_16BPP_FRAME_SIZE(width, height);
260 frame_size = GET_24BPP_FRAME_SIZE(width, height);
268 frame_size = GET_32BPP_FRAME_SIZE(width, height);
276 size = ALIGN(width, 16) * ALIGN(height, 16);
277 frame_size = size + 2 * ALIGN(width >> 1, 8) * ALIGN(height >> 1, 8);
284 size = ALIGN(ALIGN(width, 16) * ALIGN(height, 16), 2048);
285 frame_size = size + ALIGN(ALIGN(width, 16) * ALIGN(height >> 1, 8), 2048);
289 frame_size = ALIGN_TO_8KB(ALIGN_TO_128B(width) * ALIGN_TO_32B(height))
290 + ALIGN_TO_8KB(ALIGN_TO_128B(width) * ALIGN_TO_32B(height >>
244 FRAME_SIZE( int hal_pixel_format, int width, int height) argument
317 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.h206 * @param height
207 * address of image height[out]
219 * address of cropped image height[out]
230 unsigned int *height,
251 * @param height
252 * image height[in]
264 * cropped image height[in]
275 unsigned int height,
292 * @param height
293 * address of image height[ou
[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:__anon2145
/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/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/display/msm8974/libgralloc/
H A Dalloc_controller.cpp272 size_t getBufferSizeAndDimensions(int width, int height, int format, argument
278 alignedh = ALIGN(height, 32);
298 size += ALIGN(2 * ALIGN(width/2, 32) * ALIGN(height/2, 32), 4096);
305 size += ALIGN( alignedw * ALIGN(height/2, 32), 8192);
308 if ((format == HAL_PIXEL_FORMAT_YV12) && ((width&1) || (height&1))) {
312 alignedh = height;
319 alignedh = height;
328 alignedh = height;
333 alignedh = VENUS_Y_SCANLINES(COLOR_FMT_NV12, height);
334 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12, width, height);
[all...]
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/test/
H A Dmm_jpeg_test.c57 int height; member in struct:__anon632
68 int height; member in struct:__anon633
169 int size = p_input->width * p_input->height;
175 p_obj->height = p_input->height;
235 p_job_params->main_dim.src_dim.height = p_obj->height;
237 p_job_params->main_dim.dst_dim.height = p_obj->height;
241 p_job_params->main_dim.crop.height
[all...]
/hardware/qcom/media/mm-core/omxcore/src/common/
H A Dqc_omx_core.h57 OMX_U32 height; member in struct:__anon974
/hardware/qcom/media/mm-core/src/common/
H A Dqc_omx_core.h57 OMX_U32 height; member in struct:__anon976
/hardware/qcom/media/mm-video-legacy/vidc/common/inc/
H A Dvidc_color_converter.h38 bool open(unsigned int height,unsigned int width,
/hardware/qcom/media/mm-video-v4l2/vidc/common/inc/
H A Dvidc_color_converter.h40 bool open(unsigned int height,unsigned int width,

Completed in 684 milliseconds

1234567891011