Searched refs:height (Results 126 - 150 of 191) sorted by relevance

12345678

/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
/hardware/qcom/display/libhwcomposer/
H A Dhwc_video.cpp120 ovutils::Whf info(hnd->width, hnd->height, hnd->format, hnd->size);
192 ovutils::Whf info(hnd->width, hnd->height, hnd->format, hnd->size);
/hardware/qcom/media/mm-video/vidc/vdec/test/
H A Domx_vdec_test.cpp257 int height =0, width =0; variable
1097 sliceheight = height = 144;
1885 if ( read(inputBufferFileFd, &height, 4 ) == -1 ) {
1886 DEBUG_PRINT_ERROR("\nFailed to read height for divx\n");
1890 DEBUG_PRINT("\nHeight for DIVX = %u\n", height);
1891 sliceheight = height;
1897 portFmt.format.video.nFrameHeight = height;
3349 overlayp->src.height = sliceheight;
3363 overlayp->src_rect.h = height;
3376 if(height >
[all...]
/hardware/msm7k/libcamera/
H A DQualcommCameraHardware.cpp58 int height; member in struct:__anon282
226 uint32_t height,
315 p.setPreviewSize(ps->width, ps->height);
325 p.set("jpeg-thumbnail-height", "384");
463 // NOTE: camera_start() takes (height, width), not (width, height).
486 snprintf(buffer, 255, "preview width(%d) x height (%d)\n", mPreviewWidth, mPreviewHeight);
488 snprintf(buffer, 255, "raw width(%d) x height (%d)\n", mRawWidth, mRawHeight);
1047 int width, height; local
1048 params.getPreviewSize(&width, &height);
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
H A DExynos_OMX_VdecControl.c1246 OMX_U32 width, height, size; local
1285 height = ((realHeight + 15) & (~15));
1286 size = (width * height * 3) / 2;
1288 pExynosPort->portDefinition.format.video.nSliceHeight = height;
1296 pExynosOutputPort->portDefinition.format.video.nSliceHeight = height;
1302 pExynosOutputPort->portDefinition.nBufferSize = (width * height * 3) / 2;
1503 OMX_U32 width, height; local
1513 height = pExynosPort->portDefinition.format.video.nFrameHeight;
1515 Exynos_OSAL_LockANB(pUseBuffer->bufferHeader->pBuffer, width, height, pExynosPort->portDefinition.format.video.eColorFormat, &stride, planes);
/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/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/
H A DQCameraHWI.cpp246 ALOGV(" %d %d", mPictureSizes[i].width, mPictureSizes[i].height);
253 ALOGV(" %d %d", mPreviewSizes[i].width, mPreviewSizes[i].height);
260 ALOGV(" %d %d", mVideoSizes[i].width, mVideoSizes[i].height);
956 int display_height = 0; /* height of display */
958 uint16_t video_height = 0; /* height of the video */
1117 if (!maxDim.width || !maxDim.height) {
1119 maxDim.height = DEFAULT_LIVESHOT_HEIGHT;
1124 maxDim.height = DEFAULT_LIVESHOT_HEIGHT;
1127 dim.picture_height = maxDim.height;
1130 maxDim.width, maxDim.height);
[all...]
H A DQCameraHWI_Still.cpp537 fmt.def.dim.height = dim->raw_picture_height;
608 fmt.snapshot.main.dim.height = dim->picture_height;
612 fmt.snapshot.thumbnail.dim.height = dim->ui_thumbnail_height;
829 ALOGV("%s: main image: rotation = %d, yoff = %d, cbcroff = %d, size = %d, width = %d, height = %d",
852 ALOGV("%s: thumbnail: rotation = %d, yoff = %d, cbcroff = %d, size = %d, width = %d, height = %d",
1132 give us raw width and height */
1590 int width, height; local
1671 dimension.thumbnail_height = height = mHalCamCtrl->mPreviewHeight;
1674 dimension.thumbnail_height = height = mThumbnailHeight;
1678 dimension.thumbnail_height = height
[all...]
H A DQCameraHWI_Record.cpp390 int height = 0; /* height of channel */ local
404 height = dim.video_height;
/hardware/qcom/display/libcopybit/
H A Dcopybit.cpp148 img->height = rhs->h;
244 l->req[i].src.height,
251 l->req[i].dst.height,
/hardware/qcom/camera/mm-camera-interface/
H A Dmm_camera.c539 dim->height = my_obj->properties.max_pict_height;
542 dim->width, dim->height);
578 dim->height = my_obj->properties.max_preview_height;
581 dim->width, dim->height);
587 dim->height = my_obj->properties.max_video_height;
590 dim->width, dim->height);
/hardware/qcom/camera/QCamera/stack/mm-camera-test/src/
H A Dmm_qcamera_snapshot.c115 fmt->height = pme->dim.thumbnail_height;
116 CDBG("Thumbnail Dimension = %dX%d",fmt->width,fmt->height);
128 fmt->height = pme->dim.picture_height;
129 CDBG("Snapshot Dimension = %dX%d",fmt->width,fmt->height);
140 fmt->height = pme->dim.video_height;
141 CDBG("Livesnapshot Dimension = %dX%d",fmt->width,fmt->height);
159 fmt.def.dim.height = pme->dim.raw_picture_height;
350 int width, height;
/hardware/qcom/camera/QCamera/HAL/core/src/
H A DQCameraHWI_Still.cpp477 fmt.def.dim.height = dim->raw_picture_height;
548 fmt.snapshot.main.dim.height = dim->picture_height;
552 fmt.snapshot.thumbnail.dim.height = dim->ui_thumbnail_height;
760 LOGE("%s: main image: rotation = %d, yoff = %d, cbcroff = %d, size = %d, width = %d, height = %d",
783 LOGE("%s: thumbnail: rotation = %d, yoff = %d, cbcroff = %d, size = %d, width = %d, height = %d",
1055 give us raw width and height */
1443 int width, height; local
1518 dimension.thumbnail_height = height = mHalCamCtrl->mPreviewHeight;
1521 dimension.thumbnail_height = height = mThumbnailHeight;
1525 dimension.thumbnail_height = height
[all...]
H A DQCameraHWI_Record.cpp391 int height = 0; /* height of channel */ local
405 height = dim.video_height;
/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp149 ALOGV("\t\tformat = %d, width = %u, height = %u, stride = %u, vstride = %u",
150 h->format, h->width, h->height, h->stride, h->vstride);
435 ALOGV("%s: %d preset=%02d width=%d height=%d name=%s",
437 enum_preset.width, enum_preset.height, enum_preset.name);
441 dev->hdmi_h = enum_preset.height;
544 sd_fmt.format.height = dev->hdmi_h;
556 sd_crop.rect.height = dev->hdmi_h;
566 sd_fmt.format.height = dev->hdmi_h;
577 sd_crop.rect.height = dev->hdmi_h;
640 fmt.fmt.pix_mp.height
[all...]
/hardware/qcom/camera/QCamera/stack/mm-camera-test/inc/
H A Dmm_qcamera_main_menu.h287 uint16_t height; member in struct:__anon544
/hardware/qcom/display/liboverlay/
H A DmdssRotator.cpp44 mRotInfo.src.height = whf.h;
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCameraHWInterface.h207 bool m_isSupportedPreviewSize(const int width, const int height) const;
/hardware/ti/omap4xxx/camera/inc/
H A DBaseCameraAdapter.h125 virtual status_t getFrameSize(size_t &width, size_t &height);
/hardware/samsung_slsi/exynos5/include/
H A Dvideodev2.h231 __s32 height; member in struct:v4l2_rect
294 __u32 height; member in struct:v4l2_pix_format
459 __u32 height; /* Frame height [pixel] */ member in struct:v4l2_frmsize_discrete
466 __u32 min_height; /* Minimum frame height [pixel] */
467 __u32 max_height; /* Maximum frame height [pixel] */
468 __u32 step_height; /* Frame height step size [pixel] */
503 __u32 height; /* Frame height */ member in struct:v4l2_frmivalenum
967 __u32 height; member in struct:v4l2_dv_enum_preset
1029 __u32 height; /* height in lines */ member in struct:v4l2_bt_timings
2185 __u32 height; member in struct:v4l2_pix_format_mplane
[all...]
/hardware/qcom/camera/QCamera/stack/mm-camera-interface/src/
H A Dmm_camera.c572 dim->height = my_obj->properties.max_pict_height;
575 dim->width, dim->height);
606 dim->height = my_obj->properties.max_preview_height;
609 dim->width, dim->height);
616 dim->height = my_obj->properties.max_video_height;
619 dim->width, dim->height);
/hardware/libhardware/tests/camera2/
H A Dcamera2_utils.cpp334 uint32_t width, uint32_t height, int format) {
344 mHeight = height;
333 connectToDevice(camera2_device_t *d, uint32_t width, uint32_t height, int format) argument
/hardware/qcom/camera/QCamera/HAL2/core/inc/
H A DQCameraHWI.h207 uint32_t height, int format,
218 uint32_t height,
/hardware/ril/include/telephony/
H A Dril_cdma_sms.h394 unsigned char height; member in struct:__anon1243

Completed in 329 milliseconds

12345678