Searched defs:width (Results 1 - 25 of 32) sorted by relevance

12

/hardware/ti/omap3/omx/ti_omx_config_parser/inc/
H A Dti_omx_config_parser.h49 OMX_U32 width; member in struct:__anon779
H A Dti_video_config_parser.h38 uint32 width; member in struct:_tiVideoConfigParserOutputs
/hardware/qcom/media/mm-core/omxcore/src/common/
H A Dqc_omx_core.h56 OMX_U32 width; member in struct:__anon271
/hardware/libhardware/include/hardware/
H A Dfb.h45 const uint32_t width; member in struct:framebuffer_device_t
95 * return -EINVAL if width or height <=0, or if left or top < 0
98 int left, int top, int width, int height);
104 * buffer must be the same width and height as the display and must NOT
/hardware/ti/omap4xxx/camera/
H A DMemoryManager.cpp46 void* MemoryManager::allocateBuffer(int width, int height, const char* format, int &bytes, int numBufs) argument
H A DCameraHalUtilClasses.cpp120 status_t CameraArea::transfrom(size_t width, argument
135 hScale = ( double ) width / ( double ) hRange;
H A DANativeWindowDisplayAdapter.cpp111 const size_t getBufSize(const char* parameters_format, int width, int height) argument
118 buf_size = width * height * 2;
122 buf_size = width * height * 3 / 2;
126 buf_size = width * height * 2;
353 int ANativeWindowDisplayAdapter::enableDisplay(int width, int height, struct timeval *refTime, S3DParameters *s3dParams) argument
402 mPreviewWidth = width;
460 ///Reset the frame width and height values
519 void* ANativeWindowDisplayAdapter::allocateBuffer(int width, int height, const char* format, int &bytes, int numBufs) argument
569 width,
584 ///We just return the buffers from ANativeWindow, if the width an
[all...]
H A DEncoder_libjpeg.cpp102 static void nv21_to_yuv(uint8_t* dst, uint8_t* y, uint8_t* uv, int width) { argument
107 while ((width--) > 0) {
116 if(!(width % 2)) uv+=2;
120 static void uyvy_to_yuv(uint8_t* dst, uint32_t* src, int width) { argument
125 if (width % 2) {
129 // currently, neon routine only supports multiple of 16 width
130 if (width % 16) {
131 while ((width-=2) >= 0) {
146 int n = width;
169 : [src_stride] "r" (width)
[all...]
H A DBaseCameraAdapter.cpp1605 status_t BaseCameraAdapter::getFrameSize(size_t &width, size_t &height) argument
H A DAppCallbackNotifier.cpp438 int width,
463 bufferDstEnd = ( unsigned char * ) dst + width*height*bytesPerPixel;
466 row = width*bytesPerPixel;
467 alignedRow = stride-width;
492 int n = width;
546 int n = width;
598 row = width*bytesPerPixel;
883 int width, height; local
884 parameters.getPreviewSize(&width,&height);
891 tn_jpeg->in_width = width;
436 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
1448 setVideoRes(int width, int height) argument
[all...]
/hardware/msm7k/libgralloc/
H A Dframebuffer.cpp60 msm_copy_buffer(buffer_handle_t handle, int fd, int width, int height,
132 m->info.width, m->info.height);
231 if (int(info.width) <= 0 || int(info.height) <= 0) {
234 info.width = ((info.xres * 25.4f)/160.0f + 0.5f);
238 float xdpi = (info.xres * 25.4f) / info.width;
264 LOGI( "width = %d mm (%f dpi)\n"
267 info.width, xdpi,
357 const_cast<uint32_t&>(dev->device.width) = m->info.xres;
382 msm_copy_buffer(buffer_handle_t handle, int fd, int width, int height, argument
398 blit.req.src.width
[all...]
/hardware/msm7k/libgralloc-qsd8k/
H A Dframebuffer.cpp64 int width, int height, int format,
144 m->info.width, m->info.height);
267 if (int(info.width) <= 0 || int(info.height) <= 0) {
270 info.width = ((info.xres * 25.4f)/160.0f + 0.5f);
274 float xdpi = (info.xres * 25.4f) / info.width;
300 LOGI( "width = %d mm (%f dpi)\n"
303 info.width, xdpi,
393 const_cast<uint32_t&>(dev->device.width) = m->info.xres;
419 int width, int height, int format,
435 blit.req.src.width
418 msm_copy_buffer(buffer_handle_t handle, int fd, int width, int height, int format, int x, int y, int w, int h) argument
[all...]
/hardware/ti/omap3/omx/ti_omx_config_parser/src/
H A Dti_video_config_parser.cpp82 int32 width, height, display_width, display_height = 0; local
85 retval = iDecodeVOLHeader(&psBits, &width, &height, &display_width, &display_height, &profile_level);
90 aOutputs->width = (uint32)display_width;
100 aOutputs->width = 0;
108 int32 width, height, display_width, display_height = 0; local
142 (int*) & width,
153 aOutputs->width = (uint32)display_width;
162 if( ((width > WVGA_MAX_WIDTH) || (height > WVGA_MAX_HEIGHT)) ||
178 LoadDWORD(dwdat, pData); // Window width
186 aOutputs->width
[all...]
H A Dti_m4v_config_parser.cpp102 OSCL_EXPORT_REF int16 iGetM4VConfigInfo(uint8 *buffer, int32 length, int32 *width, int32 *height, int32 *display_width, int32 *display_height) argument
112 *width = *height = *display_height = *display_width = 0;
119 status = iDecodeVOLHeader(&psBits, width, height, display_width, display_height, &profilelevel);
126 OSCL_EXPORT_REF int16 iDecodeVOLHeader(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profilelevel) argument
285 /* width */
408 *width = (*display_width + 15) & -16;
417 iDecodeShortHeader(psBits, width, height, display_width, display_height);
444 int32 *width,
483 *width = 128;
488 *width
443 iDecodeShortHeader(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height) argument
797 iGetAVCConfigInfo(uint8 *buffer, int32 length, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profile_idc, int32 *level_idc, uint32 *entropy_coding_mode_flag) argument
930 DecodeSPS(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profile_idc, int32 *level_idc) argument
[all...]
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXAlgo.cpp852 status_t OMXCameraAdapter::setThumbnailParams(unsigned int width, argument
882 //CTS Requirement: width or height equal to zero should
884 if ( ( 0 == width ) || ( 0 == height ) )
886 thumbConf.nWidth = mThumbRes[0].width;
892 thumbConf.nWidth = width;
898 CAMHAL_LOGDB("Thumbnail width = %d, Thumbnail Height = %d", width, height);
H A DOMX3A.cpp608 size_t top, left, width, height, weight; local
717 size_t top, left, width, height, weight; local
1567 CAMHAL_LOGDB("Metering area %d : top = %d left = %d width = %d height = %d prio = %d",
/hardware/ti/omap4xxx/camera/inc/V4LCameraAdapter/
H A DV4LCameraAdapter.h40 int width; member in struct:android::VideoInfo
91 virtual status_t getFrameSize(size_t &width, size_t &height);
/hardware/ti/omap4xxx/ion/
H A Dion_test.c23 size_t width = 1024*1024, height = 1024*1024; variable
37 ret = ion_alloc_tiler(*fd, width, height, fmt, alloc_flags,
69 for (col = 0; col < width; col++) {
74 for (col = 0; col < width; col++) {
244 {"width", required_argument, 0, 'w'},
294 width = atol(optarg);
304 printf("test %d, len %u, width %u, height %u fmt %u align %u, "
305 "map_flags %d, prot %d, alloc_flags %d\n", test, len, width,
/hardware/ti/omap4xxx/test/CameraHal/
H A Dcamera_test_script.cpp275 int width, height; local
280 width = previewSize[i].width;
291 width = atoi(res);
302 printf("Resolution: %d x %d\n", width, height);
303 params.setPreviewSize(width, height);
324 params.setPictureSize(captureSize[i].width, captureSize[i].height);
503 int width, height; local
508 width = previewSize[i].width;
[all...]
H A Dcamera_test.h111 int width, height; member in struct:preview_size_t
116 int width, height; member in struct:Vcapture_size_t
121 int width, height; member in struct:capture_Size_t
/hardware/ti/omap4xxx/camera/V4LCameraAdapter/
H A DV4LCameraAdapter.cpp154 int width, height; local
156 params.getPreviewSize(&width, &height);
158 CAMHAL_LOGDB("Width * Height %d x %d format 0x%x", width, height, DEFAULT_PIXEL_FORMAT);
160 mVideoInfo->width = width;
162 mVideoInfo->framesizeIn = (width * height << 1);
166 mVideoInfo->format.fmt.pix.width = width;
403 status_t V4LCameraAdapter::getFrameSize(size_t &width, size_t &height) argument
408 mParams.getPreviewSize(( int * ) &width,
516 int width, height; local
530 int width, height; local
[all...]
/hardware/qcom/media/mm-video/vidc/venc/src/
H A Domx_video_base.cpp1406 unsigned int height=0,width = 0; local
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEnc_Utils.c2472 /* Input frame width */
2485 * else use given capture width for
2487 * image width.*/
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/msm7k/libcamera/
H A DQualcommCameraHardware.cpp57 int width; member in struct:__anon174
225 uint32_t width,
315 p.setPreviewSize(ps->width, ps->height);
324 p.set("jpeg-thumbnail-width", "512");
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,
[all...]
/hardware/qcom/media/mm-video/vidc/vdec/src/
H A Domx_vdec.cpp2027 unsigned int height=0,width = 0; local
2083 width = driver_context.video_resoultion.frame_width;
2086 portDefn->format.video.nFrameWidth = width;
5214 Parse meta data to check the height and width param
5311 OMX_ERRORTYPE omx_vdec::omx_vdec_validate_port_param(int height, int width) argument
5314 long hxw = height*width;

Completed in 754 milliseconds

12