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

12345

/hardware/ti/omap4xxx/hwc/
H A Dhwc.c92 __u16 height; member in struct:omap4_hwc_ext
109 int height; member in struct:omap4_hwc_img
219 c->width, c->height, c->crop.x, c->crop.y,
278 dsscomp->ovls[i].cfg.height,
392 omap4_hwc_setup_layer_base(struct dss2_ovl_cfg *oc, int index, int format, int blended, int width, int height) argument
435 oc->height = height;
445 oc->crop.h = oc->win.h = height;
455 int format, int width, int height)
461 omap4_hwc_setup_layer_base(oc, index, format, is_BLENDED(layer), width, height);
453 omap4_hwc_setup_layer(omap4_hwc_device_t *hwc_dev, struct dss2_ovl_info *ovl, hwc_layer_1_t *layer, int index, int format, int width, int height) argument
1605 __u32 height = png_get_image_height(png_ptr, info_ptr); local
[all...]
/hardware/qcom/camera/QCamera/HAL/core/src/
H A DQCameraHWI_Parm.cpp120 uint32_t height; member in struct:__anon353
416 //Filter Picture sizes based on max width and height
423 maxSnapshotHeight = mPictureSizes[0].height;
424 // Iterate through all the width and height to find the max value
427 (maxSnapshotHeight <= mPictureSizes[i].height))){
429 maxSnapshotHeight = mPictureSizes[i].height;
447 snprintf(buffer, sizeof(buffer), "%dx%d", sizes[0].width, sizes[0].height);
451 snprintf(buffer, sizeof(buffer), ",%dx%d", sizes[i].width, sizes[i].height);
501 static int parse_size(const char *str, int &width, int &height) argument
510 // Find the height, immediatel
519 isValidDimension(int width, int height) argument
2528 int width, height; local
2619 int height = params.getInt(CameraParameters::KEY_JPEG_THUMBNAIL_HEIGHT); local
2639 int width, height; local
[all...]
/hardware/qcom/camera/
H A DQCameraHWI_Parm.cpp118 uint32_t height; member in struct:__anon604
415 //Filter Picture sizes based on max width and height
422 maxSnapshotHeight = mPictureSizes[0].height;
423 // Iterate through all the width and height to find the max value
426 (maxSnapshotHeight <= mPictureSizes[i].height))){
428 maxSnapshotHeight = mPictureSizes[i].height;
446 snprintf(buffer, sizeof(buffer), "%dx%d", sizes[0].width, sizes[0].height);
450 snprintf(buffer, sizeof(buffer), ",%dx%d", sizes[i].width, sizes[i].height);
500 static int parse_size(const char *str, int &width, int &height) argument
509 // Find the height, immediatel
518 isValidDimension(int width, int height) argument
2618 int width, height; local
2720 int height = params.getInt(QCameraParameters::KEY_JPEG_THUMBNAIL_HEIGHT); local
2740 int width, height; local
[all...]
H A DQualcommCameraHardware.cpp140 int8_t (*LINK_jpeg_encoder_get_buffer_offset)(uint32_t width, uint32_t height,
155 int8_t (*LINK_zoom_crop_upscale)(uint32_t width, uint32_t height,
207 int height; member in struct:camera_size_type
307 uint32_t height; member in struct:__anon704
914 sprintf(buffer, "%dx%d", sizes[0].width, sizes[0].height);
918 sprintf(buffer, ",%dx%d", sizes[i].width, sizes[i].height);
1552 //filter Picture sizes based on max width and height
1558 maxSnapshotHeight = picture_sizes[0].height;
1559 // Iterate through all the width and height to find the max value
1562 (maxSnapshotHeight <= picture_sizes[i].height))){
3641 parse_size(const char *str, int &width, int &height) argument
4623 int height = mParameters.getInt(QCameraParameters::KEY_JPEG_THUMBNAIL_HEIGHT); local
7440 crop_yuv420(uint32_t width, uint32_t height, uint32_t cropped_width, uint32_t cropped_height, uint8_t *image, const char *name) argument
7859 int width, height; local
7953 int height = params.getInt(QCameraParameters::KEY_JPEG_THUMBNAIL_HEIGHT); local
7968 updatePictureDimension(const QCameraParameters& params, int& width, int& height) argument
8003 int width, height; local
8539 int width, height; local
9819 isValidDimension(int width, int height) argument
[all...]
H A DQCamera_Intf.h273 uint16_t video_height; /* Video height seen by VFE */
275 uint16_t picture_height; /* Picture height seen by VFE */
277 uint16_t display_height; /* height of display */
279 uint16_t orig_video_height; /* original video height received */
281 uint16_t orig_picture_dy; /* original picture height received */
353 uint16_t height; /* input/output */ member in struct:__anon631
832 int height; member in struct:camera_size_type
1091 uint32_t video_rec_height; /* video frame height for recording */
1748 // Image height
1877 // Image resolution in height directio
[all...]
/hardware/qcom/media/mm-video/vidc/vdec/src/
H A Domx_vdec.cpp8575 DEBUG_PRINT_LOW("append_portdef_extradata height = %u width = %u stride = %u"
8760 OMX_U32 width, height, size, alignment; local
8770 mv_buff_size.height = drv_ctx.video_resolution.scan_lines>>2;
8778 mv_buff_size.width, mv_buff_size.height);
/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/ril/include/telephony/
H A Dril_cdma_sms.h394 unsigned char height; member in struct:__anon1243
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.cpp123 framesize = (node->width * node->height * get_pixel_depth(node->format)) / 8;
127 v4l2_fmt.fmt.pix_mp.height = node->height;
1269 m_camera_info.sensor.height = m_camera2->getSensorRawH();
1279 m_camera_info.sensor.buffer[i].size.extS[0] = m_camera_info.sensor.width*m_camera_info.sensor.height*2;
1285 m_camera_info.isp.height = m_camera_info.sensor.height;
1343 m_camera_info.capture.height = m_camera2->getSensorH();
1381 newParameters.height = m_camera2->getSensorH();
1402 m_camera_info.capture.buffer[i].size.extS[0] = m_camera_info.capture.width*m_camera_info.capture.height*
1653 allocateStream(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
2310 allocateReprocessStream( 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
6178 HAL2_device_allocate_stream( const struct camera2_device *dev, 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
6215 HAL2_device_allocate_reprocess_stream( const struct camera2_device *dev, 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
[all...]
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
H A DOMXCameraAdapter.h161 size_t width, height; member in struct:android::CapResolution
407 virtual status_t getFrameSize(size_t &width, size_t &height);
445 status_t setThumbnailParams(unsigned int width, unsigned int height, unsigned int quality);
/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/HAL2/core/inc/
H A DQCamera_Intf.h227 uint16_t video_height; /* Video height seen by VFE */
229 uint16_t picture_height; /* Picture height seen by VFE */
231 uint16_t display_height; /* height of display */
233 uint16_t orig_video_height; /* original video height received */
235 uint16_t orig_picture_dy; /* original picture height received */
307 uint16_t height; /* input/output */ member in struct:__anon388
768 int height; member in struct:camera_size_type
1043 uint32_t video_rec_height; /* video frame height for recording */
1673 // Image height
1802 // Image resolution in height directio
[all...]

Completed in 306 milliseconds

12345