/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/ |
D | perf | 111 width=176;height=144 119 -h) height=$2; shift ;; 120 -h*) height=`echo $1 | cut -c3-` ;; 123 --heightv*=*) height=`echo $1 | cut -d= -f2` ;; 124 --heightv*) height=$2; shift ;; 132 size=$(expr $width \* $height \* 2) 152 width=176;height=144 160 -h) height=$2; shift ;; 161 -h*) height=`echo $1 | cut -c3-` ;; 164 --heightv*=*) height=`echo $1 | cut -d= -f2` ;; [all …]
|
/hardware/ti/omap4xxx/camera/V4LCameraAdapter/ |
D | V4LCameraAdapter.cpp | 154 int width, height; in setParameters() local 156 params.getPreviewSize(&width, &height); in setParameters() 158 CAMHAL_LOGDB("Width * Height %d x %d format 0x%x", width, height, DEFAULT_PIXEL_FORMAT); in setParameters() 161 mVideoInfo->height = height; in setParameters() 162 mVideoInfo->framesizeIn = (width * height << 1); in setParameters() 167 mVideoInfo->format.fmt.pix.height = height; in setParameters() 403 status_t V4LCameraAdapter::getFrameSize(size_t &width, size_t &height) in getFrameSize() argument 409 ( int * ) &height); in getFrameSize() 516 int width, height; in previewThread() local 530 int width, height; in previewThread() local [all …]
|
/hardware/ti/omap3/omx/ti_omx_config_parser/src/ |
D | ti_m4v_config_parser.cpp | 102 OSCL_EXPORT_REF int16 iGetM4VConfigInfo(uint8 *buffer, int32 length, int32 *width, int32 *height, i… in iGetM4VConfigInfo() argument 112 *width = *height = *display_height = *display_width = 0; in iGetM4VConfigInfo() 119 status = iDecodeVOLHeader(&psBits, width, height, display_width, display_height, &profilelevel); in iGetM4VConfigInfo() 126 OSCL_EXPORT_REF int16 iDecodeVOLHeader(mp4StreamType *psBits, int32 *width, int32 *height, int32 *d… in iDecodeVOLHeader() argument 409 *height = (*display_height + 15) & -16; in iDecodeVOLHeader() 417 iDecodeShortHeader(psBits, width, height, display_width, display_height); in iDecodeVOLHeader() 445 int32 *height, in iDecodeShortHeader() argument 484 *height = 96; in iDecodeShortHeader() 489 *height = 144; in iDecodeShortHeader() 494 *height = 288; in iDecodeShortHeader() [all …]
|
D | ti_video_config_parser.cpp | 82 int32 width, height, display_width, display_height = 0; in ti_video_config_parser() local 85 …retval = iDecodeVOLHeader(&psBits, &width, &height, &display_width, &display_height, &profile_leve… in ti_video_config_parser() 91 aOutputs->height = (uint32)display_height; in ti_video_config_parser() 101 aOutputs->height = 0; in ti_video_config_parser() 108 int32 width, height, display_width, display_height = 0; in ti_video_config_parser() local 143 (int*) & height, in ti_video_config_parser() 154 aOutputs->height = (uint32)display_height; in ti_video_config_parser() 162 if( ((width > WVGA_MAX_WIDTH) || (height > WVGA_MAX_HEIGHT)) || in ti_video_config_parser() 188 aOutputs->height = dwdat; in ti_video_config_parser()
|
/hardware/ti/omap3/omx/ti_omx_config_parser/inc/ |
D | ti_m4v_config_parser.h | 96 int32 *height, 104 int32 *height, 113 int32 *height, 120 int32 *height, 128 int16 DecodeSPS(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *di…
|
D | ti_video_config_parser.h | 39 uint32 height; member
|
D | ti_omx_config_parser.h | 50 OMX_U32 height; member
|
/hardware/msm7k/libgralloc/ |
D | framebuffer.cpp | 60 msm_copy_buffer(buffer_handle_t handle, int fd, int width, int height, 132 m->info.width, m->info.height); in fb_post() 231 if (int(info.width) <= 0 || int(info.height) <= 0) { in mapFrameBufferLocked() 235 info.height = ((info.yres * 25.4f)/160.0f + 0.5f); in mapFrameBufferLocked() 239 float ydpi = (info.yres * 25.4f) / info.height; in mapFrameBufferLocked() 268 info.height, ydpi, in mapFrameBufferLocked() 358 const_cast<uint32_t&>(dev->device.height) = m->info.yres; in fb_device_open() 382 msm_copy_buffer(buffer_handle_t handle, int fd, int width, int height, in msm_copy_buffer() argument 399 blit.req.src.height = height; in msm_copy_buffer() 404 blit.req.dst.height = height; in msm_copy_buffer()
|
/hardware/msm7k/libgralloc-qsd8k/ |
D | framebuffer.cpp | 64 int width, int height, int format, 144 m->info.width, m->info.height); in fb_post() 267 if (int(info.width) <= 0 || int(info.height) <= 0) { in mapFrameBufferLocked() 271 info.height = ((info.yres * 25.4f)/160.0f + 0.5f); in mapFrameBufferLocked() 275 float ydpi = (info.yres * 25.4f) / info.height; in mapFrameBufferLocked() 304 info.height, ydpi, in mapFrameBufferLocked() 394 const_cast<uint32_t&>(dev->device.height) = m->info.yres; in fb_device_open() 419 int width, int height, int format, in msm_copy_buffer() argument 436 blit.req.src.height = height; in msm_copy_buffer() 441 blit.req.dst.height = height; in msm_copy_buffer()
|
/hardware/ti/omap4xxx/test/CameraHal/ |
D | camera_test.h | 111 int width, height; member 116 int width, height; member 121 int width, height; member
|
D | camera_test_script.cpp | 269 int width, height; in execute_functional_script() local 275 height = previewSize[i].height; in execute_functional_script() 287 height = atoi(res); in execute_functional_script() 292 height *=2; in execute_functional_script() 296 printf("Resolution: %d x %d\n", width, height); in execute_functional_script() 297 params.setPreviewSize(width, height); in execute_functional_script() 318 params.setPictureSize(captureSize[i].width, captureSize[i].height); in execute_functional_script() 497 int width, height; in execute_functional_script() local 503 height = previewSize[i].height; in execute_functional_script() 515 height = atoi(res); in execute_functional_script() [all …]
|
D | camera_test_menu.cpp | 733 int createPreviewSurface(unsigned int width, unsigned int height, int32_t pixFormat) { in createPreviewSurface() argument 742 if ( MAX_PREVIEW_SURFACE_HEIGHT < height ) { in createPreviewSurface() 745 previewHeight = height; in createPreviewSurface() 940 …er->setVideoSize(VcaptureSize[VcaptureSizeIDX].width, VcaptureSize[VcaptureSizeIDX].height) < 0 ) { in configureRecorder() 1061 previewHeight = VcaptureSize[VcaptureSizeIDX].height; in startPreview() 1065 previewHeight = previewSize[previewSizeIDX].height; in startPreview() 1080 … params.setPictureSize(captureSize[captureSizeIDX].width, captureSize[captureSizeIDX].height); in startPreview() 1160 params.setPreviewSize(previewSize[previewSizeIDX].width, previewSize[previewSizeIDX].height); in initDefaults() 1161 params.setPictureSize(captureSize[captureSizeIDX].width, captureSize[captureSizeIDX].height); in initDefaults() 1188 params.set(CameraParameters::KEY_JPEG_THUMBNAIL_HEIGHT, previewSize[thumbSizeIDX].height); in initDefaults() [all …]
|
/hardware/libhardware/include/hardware/ |
D | fb.h | 46 const uint32_t height; member 98 int left, int top, int width, int height);
|
/hardware/ti/omap4xxx/camera/inc/ |
D | CameraHal.h | 144 size_t height, 492 …virtual void* allocateBuffer(int width, int height, const char* format, int &bytes, int numBufs) =… 590 void setVideoRes(int width, int height); 693 … virtual void* allocateBuffer(int width, int height, const char* format, int &bytes, int numBufs); 877 …virtual int enableDisplay(int width, int height, struct timeval *refTime = NULL, S3DParameters *s3… 1108 status_t parseResolution(const char *resStr, int &width, int &height); 1119 …status_t allocPreviewBufs(int width, int height, const char* previewFormat, unsigned int bufferCou… 1122 status_t allocVideoBufs(uint32_t width, uint32_t height, uint32_t bufferCount); 1125 …status_t allocImageBufs(unsigned int width, unsigned int height, size_t length, const char* previe… 1135 … bool isResolutionValid(unsigned int width, unsigned int height, const char *supportedResolutions); [all …]
|
D | ANativeWindowDisplayAdapter.h | 68 …virtual int enableDisplay(int width, int height, struct timeval *refTime = NULL, S3DParameters *s3… 83 … virtual void* allocateBuffer(int width, int height, const char* format, int &bytes, int numBufs);
|
/hardware/ti/omap4xxx/camera/ |
D | ANativeWindowDisplayAdapter.cpp | 111 const size_t getBufSize(const char* parameters_format, int width, int height) in getBufSize() argument 118 buf_size = width * height * 2; in getBufSize() 122 buf_size = width * height * 3 / 2; in getBufSize() 126 buf_size = width * height * 2; in getBufSize() 357 int ANativeWindowDisplayAdapter::enableDisplay(int width, int height, struct timeval *refTime, S3DP… in enableDisplay() argument 407 mPreviewHeight = height; in enableDisplay() 523 void* ANativeWindowDisplayAdapter::allocateBuffer(int width, int height, const char* format, int &b… in allocateBuffer() argument 574 height, in allocateBuffer() 626 bytes = getBufSize(format, width, height); in allocateBuffer() 634 bounds.bottom = height; in allocateBuffer() [all …]
|
D | AppCallbackNotifier.cpp | 454 int height, in alignYV12() argument 463 ySize = yStride * height; in alignYV12() 464 uvSize = uvStride * height / 2; in alignYV12() 471 int height, in copy2Dto1D() argument 502 for ( int i = 0 ; i < height; i ++ ) { in copy2Dto1D() 538 bufferDstEnd = ( unsigned char * ) dst + width*height*bytesPerPixel; in copy2Dto1D() 549 for ( int i = 0 ; i < height ; i++) { in copy2Dto1D() 564 bufferDst_UV = (uint16_t *) (((uint8_t*)dst)+row*height); in copy2Dto1D() 566 for (int i = 0 ; i < height/2 ; i++, bufferSrc_UV += alignedRow/2) { in copy2Dto1D() 618 alignYV12(width, height, yStride, uvStride, ySize, uvSize, size); in copy2Dto1D() [all …]
|
D | CameraHal.cpp | 1071 status_t CameraHal::allocPreviewBufs(int width, int height, const char* previewFormat, in allocPreviewBufs() argument 1089 mPreviewBufs = (int32_t *) mDisplayAdapter->allocateBuffer(width, height, in allocPreviewBufs() 1221 status_t CameraHal::allocImageBufs(unsigned int width, unsigned int height, size_t size, const char… in allocImageBufs() argument 1270 status_t CameraHal::allocVideoBufs(uint32_t width, uint32_t height, uint32_t bufferCount) in allocVideoBufs() argument 1288 …ret = GrallocAlloc.alloc(width, height, HAL_PIXEL_FORMAT_NV12, CAMHAL_GRALLOC_USAGE, &buf, &stride… in allocVideoBufs() 1595 int width, height; in startPreview() local 1596 mParameters.getPreviewSize(&width, &height); in startPreview() 1625 … ret = mDisplayAdapter->enableDisplay(width, height, &mStartPreview, isS3d ? &s3dParams : NULL); in startPreview() 1629 ret = mDisplayAdapter->enableDisplay(width, height, NULL, isS3d ? &s3dParams : NULL); in startPreview() 3079 bool CameraHal::isResolutionValid(unsigned int width, unsigned int height, const char *supportedRes… in isResolutionValid() argument [all …]
|
/hardware/libhardware/modules/gralloc/ |
D | framebuffer.cpp | 214 if (int(info.width) <= 0 || int(info.height) <= 0) { in mapFrameBufferLocked() 218 info.height = ((info.yres * 25.4f)/160.0f + 0.5f); in mapFrameBufferLocked() 222 float ydpi = (info.yres * 25.4f) / info.height; in mapFrameBufferLocked() 251 info.height, ydpi, in mapFrameBufferLocked() 342 const_cast<uint32_t&>(dev->device.height) = m->info.yres; in fb_device_open()
|
/hardware/ti/omap4xxx/kernel-headers/linux/ |
D | omapfb.h | 112 __u32 width, height; member 122 __u32 width, height; member 226 __u32 height; member
|
/hardware/ti/omap4xxx/original-kernel-headers/linux/ |
D | omapfb.h | 113 __u32 width, height; member 122 __u32 width, height; member 218 __u32 height; /* phys height of the display in micrometers */ member
|
/hardware/ti/omap4xxx/camera/inc/V4LCameraAdapter/ |
D | V4LCameraAdapter.h | 41 int height; member 91 virtual status_t getFrameSize(size_t &width, size_t &height);
|
/hardware/ti/omap4xxx/hwc/ |
D | hwc.c | 91 __u16 height; member 108 int height; member 218 c->width, c->height, c->crop.x, c->crop.y, in dump_dsscomp() 277 dsscomp->ovls[i].cfg.height, in dump_set_info() 391 …etup_layer_base(struct dss2_ovl_cfg *oc, int index, int format, int blended, int width, int height) in omap4_hwc_setup_layer_base() argument 434 oc->height = height; in omap4_hwc_setup_layer_base() 444 oc->crop.h = oc->win.h = height; in omap4_hwc_setup_layer_base() 454 int format, int width, int height) in omap4_hwc_setup_layer() argument 460 omap4_hwc_setup_layer_base(oc, index, format, is_BLENDED(layer), width, height); in omap4_hwc_setup_layer() 583 ext->xres, ext->yres, ext->width, ext->height, in set_ext_matrix() [all …]
|
/hardware/qcom/media/mm-core/omxcore/src/common/ |
D | qc_omx_core.h | 57 OMX_U32 height; member
|
/hardware/msm7k/libcopybit/ |
D | copybit.cpp | 138 img->height = rhs->h; in set_image() 189 e->src_rect.y = e->src.height - (e->src_rect.y + e->src_rect.h); in set_rects() 221 l->req[i].src.height, in msm_copybit() 228 l->req[i].dst.height, in msm_copybit()
|