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

12345

/hardware/qcom/camera/mm-camera-interface/
H A Dmm_omx_jpeg_encoder.c235 int8_t mm_jpeg_encoder_get_buffer_offset(uint32_t width, uint32_t height, argument
246 uint32_t actual_size = width*height;
247 uint32_t padded_size = width * CEILING16(height);
256 planes[0] = width * CEILING16(height);
257 planes[1] = width * CEILING16(height)/2;
260 *p_cbcr_offset = PAD_TO_WORD(width*height);
262 planes[0] = PAD_TO_WORD(width*CEILING16(height));
263 planes[1] = PAD_TO_WORD(width*CEILING16(height)/2);
347 bufferoffset.width, bufferoffset.height);
351 __func__, bufferoffset.width, bufferoffset.height, bufferoffse
[all...]
H A Dmm_camera_interface2.h48 int32_t height; member in struct:__anon755
81 int32_t height; member in struct:__anon758
519 int height,
/hardware/qcom/display/libcopybit/
H A Dcopybit_c2d.cpp138 int height; member in struct:bufferInfo
343 int height = info.height; local
351 /* NV12 Tile buffers have their luma height aligned to 32bytes and width
354 aligned_height = ALIGN(height, 32);
370 yuvInfo.plane1_offset = ALIGN(aligned_width * height, 2048);
372 yuvInfo.plane1_offset = aligned_width * height;
429 surfaceDef.height = rhs->h;
446 info.height = rhs->h;
457 surfaceDef.height
[all...]
H A Dc2d2.h301 uint32 height; /* defines height in pixels */ member in struct:__anon818
311 uint32 height; /* defines height in pixels */ member in struct:__anon819
329 int32 height; /* height */ member in struct:__anon820
425 uint32 *width, uint32 *height,
451 * be configured in surface_definition using width, height and stride.
466 * be configured in surface_definition using width, height and stride.
589 uint32 *width, uint32 *height,
[all...]
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosExif.h187 uint32_t height; member in struct:__anon1481
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCamera2.cpp339 bool ExynosCamera2::isSupportedResolution(int width, int height) argument
344 && m_curCameraInfo->scalerResolutions[2*i+1] == height) {
351 bool ExynosCamera2::isSupportedJpegResolution(int width, int height) argument
356 && m_curCameraInfo->jpegResolutions[2*i+1] == height) {
H A DExynosExif.h187 uint32_t height; member in struct:__anon1489
H A DExynosCameraHWInterface2.h195 int height; member in struct:android::node_info
397 uint32_t height; member in struct:android::stream_parameters
420 uint32_t height; member in struct:android::substream_parameters
458 virtual int allocateStream(uint32_t width, uint32_t height,
463 virtual int allocateReprocessStream(uint32_t width, uint32_t height,
/hardware/samsung_slsi/exynos5/libgscaler/
H A Dexynos_gscaler.c92 unsigned int height,
99 plane_size[0] = width * height * 4;
104 plane_size[0] = width * height * 3;
113 plane_size[0] = width * height * 2;
122 plane_size[0] = width * height;
123 plane_size[1] = width * (height / 2);
128 plane_size[0] = width * height * 2;
133 plane_size[0] = ALIGN(width, 16) * ALIGN(height, 16);
134 plane_size[1] = ALIGN(width, 16) * ALIGN(height / 2, 8);
140 plane_size[0] = width * height;
89 m_gsc_get_plane_size( unsigned int *plane_size, unsigned int width, unsigned int height, int v4l_pixel_format) argument
1038 exynos_gsc_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 v4l2_colorformat, unsigned int cacheable, unsigned int mode_drm) argument
1081 exynos_gsc_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 v4l2_colorformat, unsigned int cacheable, unsigned int mode_drm, unsigned int narrowRgb) argument
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEnc_Utils.c2470 /* Input frame height */
4192 OMX_U32 GetMaxAVCBufferSize(OMX_U32 width, OMX_U32 height) argument
4200 nMacroBlocks = (width * height) / 256;
4224 return (width * height) / 2;
4410 OMX_ERRORTYPE IsResolutionPlayable (OMX_U32 width, OMX_U32 height) argument
4412 if (width > WVGA_MAX_WIDTH || height > WVGA_MAX_HEIGHT)
/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...]
H A DCameraHal.cpp1071 status_t CameraHal::allocPreviewBufs(int width, int height, const char* previewFormat, argument
1089 mPreviewBufs = (int32_t *) mDisplayAdapter->allocateBuffer(width, height,
1221 status_t CameraHal::allocImageBufs(unsigned int width, unsigned int height, size_t size, const char* previewFormat, unsigned int bufferCount) argument
1270 status_t CameraHal::allocVideoBufs(uint32_t width, uint32_t height, uint32_t bufferCount) argument
1288 ret = GrallocAlloc.alloc(width, height, HAL_PIXEL_FORMAT_NV12, CAMHAL_GRALLOC_USAGE, &buf, &stride);
1461 ///Update the current preview width and height
1464 //Update the padded width and height - required for VNF and VSTAB
1595 int width, height; local
1596 mParameters.getPreviewSize(&width, &height);
1625 ret = mDisplayAdapter->enableDisplay(width, height,
3079 isResolutionValid(unsigned int width, unsigned int height, const char *supportedResolutions) argument
3212 parseResolution(const char *resStr, int &width, int &height) argument
3328 int width, height; local
3541 setPreferredPreviewRes(int width, int height) argument
3555 resetPreviewRes(CameraParameters *mParams, int width, int height) argument
[all...]
/hardware/ti/omap4xxx/kernel-headers/linux/
H A Domapfb.h112 __u32 width, height; member in struct:omapfb_update_window
122 __u32 width, height; member in struct:omapfb_update_window_old
226 __u32 height; member in struct:omapfb_display_info
/hardware/ti/omap4xxx/original-kernel-headers/linux/
H A Domapfb.h113 __u32 width, height; member in struct:omapfb_update_window
122 __u32 width, height; member in struct:omapfb_update_window_old
218 __u32 height; /* phys height of the display in micrometers */ member in struct:omapfb_display_info
/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/qcom/camera/
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...]
/hardware/qcom/display/liboverlay/
H A DoverlayUtils.h123 /* Gets height of primary framebuffer */
182 void swapWidthHeight(Type& width, Type& height);
827 void swapWidthHeight(Type& width, Type& height) { argument
829 width = height;
830 height = tmp;
/hardware/qcom/media/mm-video/vidc/venc/src/
H A Domx_video_base.cpp1496 unsigned int height=0,width = 0; local
4440 bool omx_video::omx_c2d_conv::open(unsigned int height,unsigned int width, argument
4445 c2dcc = mConvertOpen(width, height, width, height,
H A Dvideo_encoder_device.cpp1206 recon_buff_size.height = ((m_sVenc_cfg.input_height + 15) / 16 ) * 16;
1209 m_sVenc_cfg.input_height, recon_buff_size.width, recon_buff_size.height);
1217 recon_buff_size.width, recon_buff_size.height);
1223 recon_buff_size.height, recon_buff_size.size, recon_buff_size.alignment,
1239 OMX_U32 width, height; local
H A Dvideo_encoder_device_copper.cpp361 fmt.fmt.pix_mp.height = m_sVenc_cfg.input_height;
371 fmt.fmt.pix_mp.height = m_sVenc_cfg.input_height;
548 fmt.fmt.pix_mp.height = m_sVenc_cfg.input_height;
583 fmt.fmt.pix_mp.height = m_sVenc_cfg.input_height;
591 fmt.fmt.pix_mp.height = m_sVenc_cfg.input_height;
1221 OMX_U32 width, height; local
/hardware/qcom/media/mm-video/vidc/venc/test/
H A Dvenc_test.cpp1597 bool parseWxH(char *str, OMX_U32 *width, OMX_U32 *height) argument
1620 *height = h;
1627 *height = h;
1939 D("fps=%d, bitrate=%d, width=%d, height=%d",
/hardware/samsung_slsi/exynos5/include/
H A Dsec_g2d.h244 uint32_t height; member in struct:__s5p_img
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXCameraAdapter.cpp593 void saveFile(unsigned char *buff, int width, int height, int format) { argument
608 CAMHAL_LOGVB("Copying from 0x%x, size=%d x %d", buff, width, height);
613 for(int i=0;i<height;i++)
619 for(int i=0;i<height/2;i++)
2335 status_t OMXCameraAdapter::getFrameSize(size_t &width, size_t &height) argument
2447 height = tFrameDim.nHeight;
2453 CAMHAL_LOGDB("Required frame size %dx%d", width, height);
/hardware/ti/omap4xxx/test/CameraHal/
H A Dcamera_test_menu.cpp733 int createPreviewSurface(unsigned int width, unsigned int height, int32_t pixFormat) { argument
742 if ( MAX_PREVIEW_SURFACE_HEIGHT < height ) {
745 previewHeight = height;
940 if ( recorder->setVideoSize(VcaptureSize[VcaptureSizeIDX].width, VcaptureSize[VcaptureSizeIDX].height) < 0 ) {
1061 previewHeight = VcaptureSize[VcaptureSizeIDX].height;
1065 previewHeight = previewSize[previewSizeIDX].height;
1080 params.setPictureSize(captureSize[captureSizeIDX].width, captureSize[captureSizeIDX].height);
1160 params.setPreviewSize(previewSize[previewSizeIDX].width, previewSize[previewSizeIDX].height);
1161 params.setPictureSize(captureSize[captureSizeIDX].width, captureSize[captureSizeIDX].height);
1188 params.set(CameraParameters::KEY_JPEG_THUMBNAIL_HEIGHT, previewSize[thumbSizeIDX].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

Completed in 312 milliseconds

12345