Searched refs:height (Results 76 - 100 of 266) sorted by relevance

1234567891011

/hardware/qcom/display/msm8974/libexternal/
H A Dexternal.h76 void getAttrForMode(int& width, int& height, int& fps);
/hardware/qcom/display/msm8974/libgralloc/
H A Dgpu.h42 int width, int height);
H A Dgr.h54 size_t getBufferSizeAndDimensions(int width, int height, int format,
61 // Allocate buffer from width, height, format into a private_handle_t
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_copybit.h67 unsigned int &width, unsigned int& height);
/hardware/qcom/display/msm8974/liboverlay/
H A DoverlayMdpRot.cpp88 mRotImgInfo.src.height = whf.h;
94 mRotImgInfo.dst.height = whf.h;
117 utils::swap(mRotImgInfo.dst.width, mRotImgInfo.dst.height);
138 mRotImgInfo.dst.height, mRotImgInfo.dst.format);
/hardware/qcom/display/msm8x26/libexternal/
H A Dexternal.h73 void getAttrForMode(int& width, int& height, int& fps);
/hardware/qcom/display/msm8x26/libgralloc/
H A Dgpu.h42 int width, int height);
H A Dgr.h54 size_t getBufferSizeAndDimensions(int width, int height, int format,
61 // Allocate buffer from width, height, format into a private_handle_t
/hardware/qcom/display/msm8x26/liboverlay/
H A DoverlayMdpRot.cpp88 mRotImgInfo.src.height = whf.h;
94 mRotImgInfo.dst.height = whf.h;
115 utils::swap(mRotImgInfo.dst.width, mRotImgInfo.dst.height);
136 mRotImgInfo.dst.height, mRotImgInfo.dst.format);
/hardware/samsung_slsi/exynos5/gralloc/
H A Dmapper.cpp51 hnd->width, hnd->height, hnd->stride);
68 hnd->width, hnd->height, hnd->stride);
108 hnd->width, hnd->height, hnd->stride);
136 hnd->width, hnd->height, hnd->stride);
/hardware/samsung_slsi/exynos5/include/
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:__anon1474
H A Dv4l2-mediabus.h92 __u32 height; member in struct:v4l2_mbus_framefmt
H A Dv4l2-subdev.h77 __u32 height; member in struct:v4l2_subdev_frame_interval_enum
/hardware/samsung_slsi/exynos5/libswconverter/
H A Dcsc_tiled_to_linear_uv_neon.s41 * real height of yuv420s[in]
57 @r3 height
70 ldr r4, [sp, #40] @ r4 = height
72 bic r9, r3, #0x7 @ aligned_height = height & (~0xF)
146 cmp r9, r3 @ if (aligned_height != 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
H A Dv4l2-subdev.h113 * @height: frame height in pixels
121 __u32 height; member in struct:v4l2_subdev_frame_interval_enum
/hardware/libhardware/modules/gralloc/
H A Dframebuffer.cpp214 if (int(info.width) <= 0 || int(info.height) <= 0) {
218 info.height = ((info.yres * 25.4f)/160.0f + 0.5f);
222 float ydpi = (info.yres * 25.4f) / info.height;
248 "height = %d mm (%f dpi)\n"
251 info.height, ydpi,
337 const_cast<uint32_t&>(dev->device.height) = m->info.yres;
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpeg.c708 p_jobparams->main_dim.src_dim.height;
731 p_jobparams->thumb_dim.src_dim.height;
812 if ((p_thumb_dim->dst_dim.width == 0) || (p_thumb_dim->dst_dim.height == 0)) {
818 if ((p_thumb_dim->src_dim.width == 0) || (p_thumb_dim->src_dim.height == 0)) {
824 if ((p_thumb_dim->crop.width == 0) || (p_thumb_dim->crop.height == 0)) {
826 p_thumb_dim->crop.height = p_thumb_dim->src_dim.height;
831 (p_thumb_dim->crop.height + p_thumb_dim->crop.top > p_thumb_dim->src_dim.height)) {
835 p_thumb_dim->crop.height,
[all...]
/hardware/qcom/camera/QCamera2/HAL/test/
H A Dqcamera_test.cpp314 * @height: preview height
322 unsigned int height,
338 if ( dinfo.h < height ) {
341 previewHeight = height;
533 previewHeight = currentPreviewSize.height;
544 mParams.setPictureSize(currentPictureSize.width, currentPictureSize.height);
693 previewSize.height);
747 pictureSize.height);
820 currentPreviewSize.height);
321 createPreviewSurface(unsigned int width, unsigned int height, int32_t pixFormat) argument
[all...]
H A Dqcamera_test.h99 unsigned int height,
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
H A DExynos_OMX_Vdec.c55 int calc_plane(int width, int height) argument
60 mbY = (height + 15)/16;
78 OMX_U32 width = 0, height = 0; local
86 height = exynosOutputPort->portDefinition.format.video.nSliceHeight =
93 if (width && height)
94 exynosOutputPort->portDefinition.nBufferSize = (width * height * 3) / 2;
98 height = exynosOutputPort->portDefinition.format.video.nFrameHeight;
99 if (width && height) {
100 int YBufferSize = calc_plane(width, height);
101 int CBufferSize = calc_plane(width, height >>
360 OMX_U32 width = 0, height = 0; local
629 OMX_U32 width = 0, height = 0; local
[all...]
/hardware/ti/omap4xxx/camera/
H A DAppCallbackNotifier.cpp454 int height,
463 ySize = yStride * height;
464 uvSize = uvStride * height / 2;
471 int height,
502 for ( int i = 0 ; i < height; i ++ ) {
538 bufferDstEnd = ( unsigned char * ) dst + width*height*bytesPerPixel;
549 for ( int i = 0 ; i < height ; i++) {
564 bufferDst_UV = (uint16_t *) (((uint8_t*)dst)+row*height);
566 for (int i = 0 ; i < height/2 ; i++, bufferSrc_UV += alignedRow/2) {
618 alignYV12(width, height, yStrid
453 alignYV12(int width, int height, int &yStride, int &uvStride, int &ySize, int &uvSize, int &size) argument
468 copy2Dto1D(void *dst, void *src, int width, int height, size_t stride, uint32_t offset, unsigned int bytesPerPixel, size_t length, const char *pixelFormat) argument
966 int width, height; local
1536 setVideoRes(int width, int height) argument
[all...]
/hardware/libhardware/include/hardware/
H A Dcamera2.h102 * measured in pixels relative to the buffer width and height.
158 * Get the next buffer of image data to reprocess. The width, height, and
588 * height, target, and possibly the pixel format. Returns the new stream's
592 * - Requesting a width/height/format combination not listed as
600 * - width, height, format: Specification for the buffers to be sent through
632 uint32_t height,
671 * height, and the pixel format. Returns the new stream's ID, gralloc usage
675 * - Requesting a width/height/format combination not listed as
682 * - width, height, format: Specification for the buffers to be sent through
706 uint32_t height,
[all...]
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_rdi.c104 CDBG_ERROR("%s: raw_dim w:%d height:%d\n", __func__, cam_cap->raw_dim.width, cam_cap->raw_dim.height);
141 stream->s_config.stream_info->dim.height = cam_cap->raw_dim.height;
197 stream->s_config.stream_info->dim.height = DEFAULT_SNAPSHOT_HEIGHT;
/hardware/qcom/display/msm8960/libgralloc/
H A Dgr.h54 size_t getBufferSizeAndDimensions(int width, int height, int format,
61 // Allocate buffer from width, height, format into a private_handle_t

Completed in 765 milliseconds

1234567891011