HomeSort by relevance Sort by last modified time
    Searched refs:display_width (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /hardware/intel/img/psb_video/src/
tng_yuv_processor.h 32 uint32_t display_width; /* widht of the image */ member in struct:surface_param_s
44 uint32_t display_width; member in struct:context_yuv_processor_s
tng_yuv_processor.c 130 REGIO_WRITE_FIELD_LITE(reg_value, MSVDX_CMDS, DISPLAY_PICTURE_SIZE, DISPLAY_PICTURE_WIDTH, (ctx->display_width) - 1);
210 ctx->display_width = (surface_params->display_width + 0xf) & ~0xf;
244 //ctx->display_width = ((vpp_params->surface_region->width + 0xf) & ~0xf);
246 ctx->display_width = ((obj_surface->width + 0xf) & ~0xf);
248 ctx->coded_width = ctx->display_width;
279 __func__, ctx->display_width, ctx->display_height, ctx->coded_width, ctx->coded_height);
  /external/chromium_org/ui/gfx/android/
shared_device_display_info.cc 18 jint display_width,
27 display_height, display_width,
97 jint display_width,
108 display_height, display_width,
144 jint display_width,
153 display_width_ = static_cast<int>(display_width);
shared_device_display_info.h 38 jint display_width,
54 jint display_width,
  /hardware/intel/img/psb_video/src/x11/
psb_ctexture.c 238 int display_width = 0, display_height = 0, extend_display_width = 0, extend_display_height = 0; local
300 ret = psb_xrandr_local_crtc_coordinate(&local_device, &local_crtc_x, &local_crtc_y, &display_width, &display_height, &local_rotation);
355 if (destw > display_width + extend_display_width)
356 destw = display_width + extend_display_width;
362 if (destw > display_width + extend_display_width)
363 destw = display_width + extend_display_width;
368 display_width = display_width > extend_display_width ? display_width : extend_display_width;
369 if (destw > display_width)
506 display_width, display_height, 1, surface_width, surface_height, local
511 display_width, display_height, 0, surface_width, surface_height, local
    [all...]
psb_coverlay.c 133 int display_width = (int)(DisplayWidth(display, DefaultScreen(display))) - 1; local
140 else if (psFirst->rect.i32Left > display_width)
141 psFirst->rect.i32Left = display_width;
145 else if (psFirst->rect.i32Right > display_width)
146 psFirst->rect.i32Right = display_width;
626 if ((destx + *x11_window_width) > (pPriv->display_width + pPriv->extend_display_width)) {
627 *x11_window_width = pPriv->display_width + pPriv->extend_display_width - destx;
673 if ((destx + *x11_window_width) > (pPriv->display_width + pPriv->extend_display_width)) {
674 *x11_window_width = pPriv->display_width + pPriv->extend_display_width - destx;
693 if ((destx < pPriv->display_width) && ((destx + *x11_window_width) < pPriv->display_width))
    [all...]
  /hardware/intel/common/wrs_omxil_core/core/src/
intel_video_config_parser.cpp 83 int32 width, height, display_width, display_height = 0; local
86 retval = iDecodeVOLHeader(&psBits, &width, &height, &display_width, &display_height, &profile_level);
91 aOutputs->width = (uint32)display_width;
108 int32 width, height, display_width, display_height = 0; local
143 (int*) & display_width,
151 aOutputs->width = (uint32)display_width;
intel_m4v_config_parser.cpp 107 OSCL_EXPORT_REF int16 iGetM4VConfigInfo(uint8 *buffer, int32 length, int32 *width, int32 *height, int32 *display_width, int32 *display_height)
117 *width = *height = *display_height = *display_width = 0;
124 status = iDecodeVOLHeader(&psBits, width, height, display_width, display_height, &profilelevel);
131 OSCL_EXPORT_REF int16 iDecodeVOLHeader(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profilelevel)
386 *display_width = (int32)codeword;
395 *width = (*display_width + 15) & -16;
404 iDecodeShortHeader(psBits, width, height, display_width, display_height);
431 int32 *display_width,
502 *display_width = *width;
548 *display_width = *width
    [all...]
intel_m4v_config_parser.h 92 int16 DecodeSPS(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profile_idc, int32 *level_idc);
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
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;
108 int32 width, height, display_width, display_height = 0; local
144 (int*) & display_width,
153 aOutputs->width = (uint32)display_width;
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)
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)
397 *display_width = (int32)codeword;
408 *width = (*display_width + 15) & -16;
417 iDecodeShortHeader(psBits, width, height, display_width, display_height);
446 int32 *display_width,
517 *display_width = *width;
563 *display_width = *width
    [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraStream.cpp 135 fmt.def.dim.width = dim.display_width;
140 dim.display_width, dim.display_height);
283 fmt.def.dim.width = dim.display_width;
QCameraHWI_Preview.cpp 120 dim.display_width, dim.display_height, format);
339 dim.display_width, dim.display_height);
430 roi.d.data.face.face_boundary.x*2000/mHalCamCtrl->mDimension.display_width - 1000;
436 roi.d.data.face.face_boundary.dx*2000/mHalCamCtrl->mDimension.display_width;
443 roi.d.data.face.left_eye_center[0]*2000/mHalCamCtrl->mDimension.display_width - 1000;
449 roi.d.data.face.right_eye_center[0]*2000/mHalCamCtrl->mDimension.display_width - 1000;
455 roi.d.data.face.mouth_center[0]*2000/mHalCamCtrl->mDimension.display_width - 1000;
536 width = dim.display_width,
671 width = dim.display_width;
    [all...]
QCameraHWI.cpp 923 int display_width = 0; /* width of display */ local
929 parm.getPreviewSize(&display_width, &display_height);
930 if (display_width && display_height) {
931 matching = (display_width == dim->display_width) &&
935 dim->display_width = display_width;
    [all...]
  /device/lge/mako/camera/
QCameraStream.cpp 136 fmt.def.dim.width = dim.display_width;
141 dim.display_width, dim.display_height);
281 fmt.def.dim.width = dim.display_width;
QCameraHWI_Preview_7x27A.cpp 118 dim.display_width, dim.display_height, format);
275 roi.d.data.face.face_boundary.x*2000/mHalCamCtrl->mDimension.display_width - 1000;
281 roi.d.data.face.face_boundary.dx*2000/mHalCamCtrl->mDimension.display_width;
288 roi.d.data.face.left_eye_center[0]*2000/mHalCamCtrl->mDimension.display_width - 1000;
294 roi.d.data.face.right_eye_center[0]*2000/mHalCamCtrl->mDimension.display_width - 1000;
300 roi.d.data.face.mouth_center[0]*2000/mHalCamCtrl->mDimension.display_width - 1000;
378 width = dim.display_width,
498 w = dim.display_width;
    [all...]
QCameraHWI_Preview.cpp 121 dim.display_width, dim.display_height, format);
362 roi.d.data.face.face_boundary.x*2000/mHalCamCtrl->mDimension.display_width - 1000;
368 roi.d.data.face.face_boundary.dx*2000/mHalCamCtrl->mDimension.display_width;
375 roi.d.data.face.left_eye_center[0]*2000/mHalCamCtrl->mDimension.display_width - 1000;
381 roi.d.data.face.right_eye_center[0]*2000/mHalCamCtrl->mDimension.display_width - 1000;
387 roi.d.data.face.mouth_center[0]*2000/mHalCamCtrl->mDimension.display_width - 1000;
472 width = dim.display_width,
617 w = dim.display_width;
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_app.c 104 dim->display_width = WVGA_WIDTH;
106 input_display.user_input_display_width = dim->display_width;
133 dim->display_luma_width = dim->display_width;
135 dim->display_chroma_width = dim->display_width;
  /external/libvpx/libvpx/third_party/nestegg/include/nestegg/
nestegg.h 130 unsigned int display_width; /**< Display width of the video frame in pixels. */ member in struct:__anon8525
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/include/nestegg/
nestegg.h 130 unsigned int display_width; /**< Display width of the video frame in pixels. */ member in struct:__anon19708
  /hardware/ti/omap3/omx/ti_omx_config_parser/inc/
ti_m4v_config_parser.h 128 int16 DecodeSPS(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profile_idc, int32 *level_idc);
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_app.c 107 dim->display_width = WVGA_WIDTH;
109 input_display.user_input_display_width = dim->display_width;
138 dim->display_luma_width = dim->display_width;
140 dim->display_chroma_width = dim->display_width;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
mp4dec_api.h 161 OSCL_IMPORT_REF void PVGetVideoDimensions(VideoDecControls *decCtrl, int32 *display_width, int32 *display_height);
  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.cc 118 int display_width = info.GetPhysicalDisplayWidth(); local
120 if (display_width == 0 || display_height == 0) {
122 display_width = info.GetDisplayWidth();
126 int portrait_width = std::min(display_width, display_height);
127 int landscape_width = std::max(display_width, display_height);
147 int numTiles = (display_width * display_height) / (256 * 256);
  /external/libvpx/libvpx/
vpxdec.c 853 int display_width = vpx_input_ctx.width; local
855 if (!display_width || !display_height) {
860 display_width = img->d_w;
863 display_width = display_size[0];
867 scaled_img = vpx_img_alloc(NULL, VPX_IMG_FMT_I420, display_width,

Completed in 1889 milliseconds

1 2 3 4