Searched defs:height (Results 26 - 50 of 112) sorted by relevance

12345

/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/display/libgralloc/
H A Dgpu.cpp124 int format, int width, int height)
171 height);
122 gralloc_alloc_buffer(size_t size, int usage, buffer_handle_t* pHandle, int bufferType, int format, int width, int height) argument
H A Dgralloc_priv.h182 int height; member in struct:private_handle_t
192 int format,int width, int height) :
197 width(width), height(height), genlockPrivFd(-1)
191 private_handle_t(int fd, int size, int flags, int bufferType, int format,int width, int height) argument
/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/samsung_slsi/exynos5/include/
H A Dgralloc_priv.h86 int height; member in struct:private_handle_t
107 offset(0), format(format), width(w), height(h), stride(stride),
118 offset(0), format(format), width(w), height(h), stride(stride),
130 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:__anon1439
H A Dv4l2-mediabus.h92 __u32 height; member in struct:v4l2_mbus_framefmt
H A DExynosJpegApi.h93 int height; member in struct:ExynosJpegBase::CONFIG
146 int setColorBufSize(int iFormat, int *piBufSize, int iSize, int width, int height);
226 void reduceBlockingArtifact(unsigned char *addr, int iColor, int width, int height);
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
H A Dv4l2-mediabus.h102 * @height: frame height
109 __u32 height; member in struct:v4l2_mbus_framefmt
/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...]
/hardware/ti/omap4xxx/camera/
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/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXAlgo.cpp857 unsigned int height,
886 //CTS Requirement: width or height equal to zero should
888 if ( ( 0 == width ) || ( 0 == height ) )
891 thumbConf.nHeight = mThumbRes[0].height;
897 thumbConf.nHeight = height;
902 CAMHAL_LOGDB("Thumbnail width = %d, Thumbnail Height = %d", width, height);
1065 * For resolution with height > 1008,resolution cannot be set without configuring orientation.
856 setThumbnailParams(unsigned int width, unsigned int height, unsigned int quality) argument
/hardware/ti/omap4xxx/camera/inc/V4LCameraAdapter/
H A DV4LCameraAdapter.h41 int height; member in struct:android::VideoInfo
91 virtual status_t getFrameSize(size_t &width, size_t &height);
/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...]
/hardware/libhardware/tests/camera2/
H A Dcamera2.cpp210 int width, int height, int format, int *id) {
215 ALOGV("Creating stream, format 0x%x, %d x %d", format, width, height);
216 res = stream->connectToDevice(mDevice, width, height, format);
356 int height = rawResolutions[1]; local
361 width, height, format, &streamId) );
428 for (unsigned int y = 0; y < buffer.height; y++) {
470 int height = rawResolutions[1]; local
475 width, height, format, &streamId) );
563 for (unsigned int y = 0; y < buffer.height; y++) {
632 int height local
209 setUpStream(sp<ISurfaceTexture> consumer, int width, int height, int format, int *id) argument
[all...]
/hardware/qcom/camera/QCamera/HAL2/core/src/
H A DQCameraHWI.cpp388 uint32_t height, int format,
405 height,
464 uint32_t height,
386 allocate_stream( uint32_t width, uint32_t height, int format, const camera2_stream_ops_t *stream_ops, uint32_t *stream_id, uint32_t *format_actual, uint32_t *usage, uint32_t *max_buffers) argument
462 allocate_reprocess_stream( uint32_t width, uint32_t height, uint32_t format, const camera2_stream_in_ops_t *reprocess_stream_ops, uint32_t *stream_id, uint32_t *consumer_usage, uint32_t *max_buffers) argument
H A DQCameraStream_Preview.cpp77 int height = mHeight; /* height of channel */ local
/hardware/qcom/camera/QCamera/HAL2/wrapper/
H A DQualcommCamera.cpp277 uint32_t height,
289 rc = hardware->allocate_stream(width, height, format, stream_ops,
325 uint32_t height,
275 allocate_stream(const struct camera2_device *device, uint32_t width, uint32_t height, int format, const camera2_stream_ops_t *stream_ops, uint32_t *stream_id, uint32_t *format_actual, uint32_t *usage, uint32_t *max_buffers) argument
323 allocate_reprocess_stream(const struct camera2_device *, uint32_t width, uint32_t height, uint32_t format, const camera2_stream_in_ops_t *reprocess_stream_ops, uint32_t *stream_id, uint32_t *consumer_usage, uint32_t *max_buffers) argument
/hardware/qcom/camera/QCamera/stack/mm-jpeg-interface/inc/
H A Dmm_jpeg_interface.h35 int height; member in struct:__anon573
53 int32_t height; member in struct:__anon576
/hardware/qcom/camera/
H A DQCameraHWI_Preview.cpp344 ALOGV("%s: main image: rotation = %d, yoff = %d, cbcroff = %d, size = %d, width = %d, height = %d",
529 int height = 0; /* height of channel */ local
557 height = dim.display_height;
680 int height = 0; /* height of channel */ local
705 height = dim.display_height;
1031 /* The preview buffer size sent back in the callback should be (width*height*bytes_per_pixel)
H A DQCameraHWI_Preview_7x27A.cpp351 int height = 0; /* height of channel */ local
379 height = dim.display_height;
/hardware/qcom/display/libhwcomposer/
H A Dhwc_utils.h141 int& width, int& height)
145 height = displayFrame.bottom - displayFrame.top;
140 getLayerResolution(const hwc_layer_1_t* layer, int& width, int& height) argument
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
H A DExynos_OMX_Vdec.c54 int calc_plane(int width, int height) argument
59 mbY = (height + 15)/16;
77 OMX_U32 width = 0, height = 0; local
85 height = exynosOutputPort->portDefinition.format.video.nSliceHeight =
92 if (width && height)
93 exynosOutputPort->portDefinition.nBufferSize = (width * height * 3) / 2;
97 height = exynosOutputPort->portDefinition.format.video.nFrameHeight;
98 if (width && height) {
99 int YBufferSize = calc_plane(width, height);
100 int CBufferSize = calc_plane(width, height >>
212 OMX_U32 width = 0, height = 0; local
472 OMX_U32 width = 0, height = 0; local
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
H A DExynos_OMX_Venc.c65 OMX_U32 width = 0, height = 0; local
73 height = exynosOutputPort->portDefinition.format.video.nSliceHeight =
76 if (width && height)
77 exynosOutputPort->portDefinition.nBufferSize = (width * height * 3) / 2;
267 nFrameHeight, /* height */
277 nFrameHeight, /* height */
/hardware/samsung_slsi/exynos5/libcsc/
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...]

Completed in 356 milliseconds

12345