/hardware/ti/omap3/omx/ti_omx_config_parser/inc/ |
H A D | ti_video_config_parser.h | 38 uint32 width; member in struct:_tiVideoConfigParserOutputs
|
H A D | ti_omx_config_parser.h | 49 OMX_U32 width; member in struct:__anon795
|
H A D | ti_m4v_config_parser.h | 95 int32 *width, 103 int32 *width, 112 int32 *width, 119 int32 *width, 128 int16 DecodeSPS(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profile_idc, int32 *level_idc);
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/ |
H A D | perf | 111 width=176;height=144 117 -w) width=$2; shift ;; 118 -w*) width=`echo $1 | cut -c3-` ;; 121 --widthv*=*) width=`echo $1 | cut -d= -f2` ;; 122 --widthv*) width=$2; shift ;; 132 size=$(expr $width \* $height \* 2) 152 width=176;height=144 158 -w) width=$2; shift ;; 159 -w*) width=`echo $1 | cut -c3-` ;; 162 --widthv*=*) width [all...] |
/hardware/qcom/media/mm-core/omxcore/src/common/ |
H A D | qc_omx_core.h | 56 OMX_U32 width; member in struct:__anon284
|
/hardware/ti/omap4xxx/camera/V4LCameraAdapter/ |
H A D | V4LCameraAdapter.cpp | 154 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/ti/omap4xxx/test/CameraHal/ |
H A D | camera_test_script.cpp | 269 int width, height; local 274 width = previewSize[i].width; 285 width = atoi(res); 296 printf("Resolution: %d x %d\n", width, height); 297 params.setPreviewSize(width, height); 318 params.setPictureSize(captureSize[i].width, captureSize[i].height); 497 int width, height; local 502 width = previewSize[i].width; [all...] |
H A D | camera_test.h | 111 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
|
H A D | camera_test_menu.cpp | 733 int createPreviewSurface(unsigned int width, unsigned int height, int32_t pixFormat) { argument 736 if ( MAX_PREVIEW_SURFACE_WIDTH < width ) { 739 previewWidth = width; 940 if ( recorder->setVideoSize(VcaptureSize[VcaptureSizeIDX].width, VcaptureSize[VcaptureSizeIDX].height) < 0 ) { 1060 previewWidth = VcaptureSize[VcaptureSizeIDX].width; 1064 previewWidth = previewSize[previewSizeIDX].width; 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); 1187 params.set(CameraParameters::KEY_JPEG_THUMBNAIL_WIDTH, previewSize[thumbSizeIDX].width); [all...] |
/hardware/ti/omap3/omx/ti_omx_config_parser/src/ |
H A D | ti_video_config_parser.cpp | 82 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 D | ti_m4v_config_parser.cpp | 102 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/libhardware/include/hardware/ |
H A D | fb.h | 45 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/msm7k/libgralloc/ |
H A D | framebuffer.cpp | 60 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 ALOGI( "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 D | framebuffer.cpp | 64 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 ALOGI( "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/omap4xxx/camera/inc/V4LCameraAdapter/ |
H A D | V4LCameraAdapter.h | 40 int width; member in struct:android::VideoInfo 91 virtual status_t getFrameSize(size_t &width, size_t &height);
|
/hardware/ti/omap4xxx/camera/ |
H A D | Encoder_libjpeg.cpp | 103 static void nv21_to_yuv(uint8_t* dst, uint8_t* y, uint8_t* uv, int width) { argument 108 while ((width--) > 0) { 117 if(!(width % 2)) uv+=2; 121 static void uyvy_to_yuv(uint8_t* dst, uint32_t* src, int width) { argument 126 if (width % 2) { 130 // currently, neon routine only supports multiple of 16 width 131 if (width % 16) { 132 while ((width-=2) >= 0) { 147 int n = width; 170 : [src_stride] "r" (width) [all...] |
H A D | AppCallbackNotifier.cpp | 453 static void alignYV12(int width, argument 461 yStride = ( width + 0xF ) & ~0xF; 470 int width, 503 for ( int j = 0 ; j < width / 2 ; j++ ) { 525 bufferSrcUV += ( stride - width); 530 bufferSrc += ( stride - width); 538 bufferDstEnd = ( unsigned char * ) dst + width*height*bytesPerPixel; 541 row = width*bytesPerPixel; 542 alignedRow = stride-width; 567 int n = width; 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 D | ANativeWindowDisplayAdapter.cpp | 111 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; 357 int ANativeWindowDisplayAdapter::enableDisplay(int width, int height, struct timeval *refTime, S3DParameters *s3dParams) argument 406 mPreviewWidth = width; 464 ///Reset the frame width and height values 523 void* ANativeWindowDisplayAdapter::allocateBuffer(int width, int height, const char* format, int &bytes, int numBufs) argument 573 width, 588 ///We just return the buffers from ANativeWindow, if the width an [all...] |
/hardware/ti/omap4xxx/kernel-headers/linux/ |
H A D | omapfb.h | 112 __u32 width, height; member in struct:omapfb_update_window 122 __u32 width, height; member in struct:omapfb_update_window_old 225 __u32 width; member in struct:omapfb_display_info
|
/hardware/broadcom/wlan/bcm4329/dhdutil/include/ |
H A D | bcmdefs.h | 167 #define BITFIELD_MASK(width) \ 168 (((unsigned)1 << (width)) - 1)
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
H A D | bcmdefs.h | 167 #define BITFIELD_MASK(width) \ 168 (((unsigned)1 << (width)) - 1)
|
/hardware/ti/omap4xxx/camera/inc/ |
H A D | ANativeWindowDisplayAdapter.h | 68 virtual int enableDisplay(int width, int height, struct timeval *refTime = NULL, S3DParameters *s3dParams = NULL); 83 virtual void* allocateBuffer(int width, int height, const char* format, int &bytes, int numBufs);
|
H A D | CameraHal.h | 143 status_t transfrom(size_t width, 492 virtual void* allocateBuffer(int width, int height, const char* format, int &bytes, int numBufs) = 0; 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 *s3dParams = NULL) = 0; 1108 status_t parseResolution(const char *resStr, int &width, int &height); 1119 status_t allocPreviewBufs(int width, int height, const char* previewFormat, unsigned int bufferCount, unsigned int &max_queueable); 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* previewFormat, unsigned int bufferCount); 1135 bool isResolutionValid(unsigned int width, unsigne [all...] |
/hardware/libhardware/modules/gralloc/ |
H A D | framebuffer.cpp | 214 if (int(info.width) <= 0 || int(info.height) <= 0) { 217 info.width = ((info.xres * 25.4f)/160.0f + 0.5f); 221 float xdpi = (info.xres * 25.4f) / info.width; 247 ALOGI( "width = %d mm (%f dpi)\n" 250 info.width, xdpi, 341 const_cast<uint32_t&>(dev->device.width) = m->info.xres;
|
/hardware/ti/omap4xxx/original-kernel-headers/linux/ |
H A D | omapfb.h | 113 __u32 width, height; member in struct:omapfb_update_window 122 __u32 width, height; member in struct:omapfb_update_window_old 217 __u32 width; /* phys width of the display in micrometers */ member in struct:omapfb_display_info
|