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

1234567891011>>

/hardware/qcom/camera/hdr/include/
H A Dmorpho_get_image_size.h22 * @param width ��
30 morpho_getImageSize(int width, int height, const char *p_format);
35 * @param width ��
43 morpho_getImageSizeY(int width, int height, const char *p_format);
48 * @param width ��
56 morpho_getImageSizeU(int width, int height, const char *p_format);
61 * @param width ��
69 morpho_getImageSizeV(int width, int height, const char *p_format);
74 * @param width ��
82 morpho_getImageSizeUV(int width, in
[all...]
H A Dmorpho_noise_reduction_ext.h12 int width,
H A Dmorpho_easy_hdr_ext.h15 int width,
H A Dmorpho_image_data.h30 int width; /**< �� */ member in struct:__anon731
H A Dmorpho_hdr_checker.h62 * @param[in] width ��͉摜�̕�
69 int width,
79 * @param[in] width ��͉摜�̕�
89 const int width,
H A Dmorpho_image_data_ex.h32 int width; /**< 幅 */ member in struct:__anon735
/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...]
H A Dexynos_rotator.h72 * \param width
73 * image width[in]
85 * cropped image width[in]
101 unsigned int width,
118 * \param width
119 * image width[in]
141 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/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/qcom/display/msm8x26/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/qcom/display/msm8960/libcopybit/
H A Dsoftware_converter.cpp49 // stride - horiz_padding is the actual width
52 unsigned int width = src->w - src->horiz_padding; local
57 unsigned int chromaPadding = c_width - width/2;
94 // The width/2 checks are to avoid copying
100 if(j == width) {
105 if (j+1 == width) {
106 newChroma[r2*width + j] = oldChroma[r1*c_width+i];
108 newChroma[r2*width] = oldChroma[r1*c_width+i+c_size];
111 newChroma[r2*width + j] = oldChroma[r1*c_width+i];
112 newChroma[r2*width
127 int width; member in struct:copyInfo
147 int width = info.width; local
[all...]
/hardware/qcom/display/msm8974/libcopybit/
H A Dsoftware_converter.cpp49 // stride - horiz_padding is the actual width
52 unsigned int width = src->w - src->horiz_padding; local
57 unsigned int chromaPadding = c_width - width/2;
94 // The width/2 checks are to avoid copying
100 if(j == width) {
105 if (j+1 == width) {
106 newChroma[r2*width + j] = oldChroma[r1*c_width+i];
108 newChroma[r2*width] = oldChroma[r1*c_width+i+c_size];
111 newChroma[r2*width + j] = oldChroma[r1*c_width+i];
112 newChroma[r2*width
127 int width; member in struct:copyInfo
147 int width = info.width; local
[all...]
/hardware/qcom/display/msm8x26/libcopybit/
H A Dsoftware_converter.cpp49 // stride - horiz_padding is the actual width
52 unsigned int width = src->w - src->horiz_padding; local
57 unsigned int chromaPadding = c_width - width/2;
94 // The width/2 checks are to avoid copying
100 if(j == width) {
105 if (j+1 == width) {
106 newChroma[r2*width + j] = oldChroma[r1*c_width+i];
108 newChroma[r2*width] = oldChroma[r1*c_width+i+c_size];
111 newChroma[r2*width + j] = oldChroma[r1*c_width+i];
112 newChroma[r2*width
127 int width; member in struct:copyInfo
147 int width = info.width; local
[all...]
/hardware/samsung_slsi/exynos5/libexynosutils/
H A Dexynos5_format_v4l2.c246 int width,
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_32
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/qcom/display/msm8974/libgralloc/
H A Dalloc_controller.cpp103 int AdrenoMemInfo::getStride(int width, int format) argument
105 int stride = ALIGN(width, 32);
132 // the function below expects the width to be a multiple of
133 // 32 pixels, hence we pass stride instead of width.
143 stride = ALIGN(width, 32);
146 stride = ALIGN(width, 128);
153 stride = ALIGN(width, 16);
157 stride = VENUS_Y_STRIDE(COLOR_FMT_NV12, width);
160 stride = width;
163 stride = ALIGN(width, 6
272 getBufferSizeAndDimensions(int width, int height, int format, int& alignedw, int &alignedh) argument
[all...]
/hardware/samsung_slsi/exynos5/libcsc/
H A Dcsc.h203 * @param width
204 * address of image width[out]
216 * address of cropped image width[out]
229 unsigned int *width,
248 * @param width
249 * image width[in]
261 * cropped image width[in]
274 unsigned int width,
289 * @param width
290 * address of image width[ou
[all...]
/hardware/ti/omap3/omx/ti_omx_config_parser/inc/
H A Dti_video_config_parser.h38 uint32 width; member in struct:_tiVideoConfigParserOutputs
/hardware/qcom/display/msm8960/libgralloc/
H A Dalloc_controller.cpp103 int AdrenoMemInfo::getStride(int width, int format) argument
105 int stride = ALIGN(width, 32);
123 // the function below expects the width to be a multiple of
124 // 32 pixels, hence we pass stride instead of width.
134 stride = ALIGN(width, 32);
137 stride = ALIGN(width, 128);
145 stride = ALIGN(width, 16);
148 stride = VENUS_Y_STRIDE(COLOR_FMT_NV12, width);
151 stride = width;
253 size_t getBufferSizeAndDimensions(int width, in argument
[all...]
/hardware/qcom/display/msm8x26/libgralloc/
H A Dalloc_controller.cpp103 int AdrenoMemInfo::getStride(int width, int format) argument
105 int stride = ALIGN(width, 32);
123 // the function below expects the width to be a multiple of
124 // 32 pixels, hence we pass stride instead of width.
134 stride = ALIGN(width, 32);
137 stride = ALIGN(width, 128);
145 stride = ALIGN(width, 16);
148 stride = VENUS_Y_STRIDE(COLOR_FMT_NV12, width);
151 stride = width;
253 size_t getBufferSizeAndDimensions(int width, in argument
[all...]
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
H A Dperf111 width=176;height=144
117 -w) width=$2; shift ;;
118 -w*) width=`echo $1 | cut -c3-` ;;
121 --widthv*=*) width=`echo $1 | cut -d= -f2` ;;
122 --widthv*) width=$2; shift ;;
132 size=$(expr $width \* $height \* 2)
152 width=176;height=144
158 -w) width=$2; shift ;;
159 -w*) width=`echo $1 | cut -c3-` ;;
162 --widthv*=*) width
[all...]
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/test/
H A Dmm_jpeg_test.c56 int width; member in struct:__anon632
67 int width; member in struct:__anon633
169 int size = p_input->width * p_input->height;
174 p_obj->width = p_input->width;
234 p_job_params->main_dim.src_dim.width = p_obj->width;
236 p_job_params->main_dim.dst_dim.width = p_obj->width;
240 p_job_params->main_dim.crop.width
[all...]
/hardware/qcom/media/mm-core/omxcore/src/common/
H A Dqc_omx_core.h56 OMX_U32 width; member in struct:__anon974
/hardware/qcom/media/mm-core/src/common/
H A Dqc_omx_core.h56 OMX_U32 width; 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,

Completed in 745 milliseconds

1234567891011>>