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

1 2 3 4

  /hardware/intel/img/psb_video/src/
tng_yuv_processor.h 33 uint32_t display_height; /* height of the image */ member in struct:surface_param_s
45 uint32_t display_height; member in struct:context_yuv_processor_s
tng_yuv_processor.c 129 REGIO_WRITE_FIELD_LITE(reg_value, MSVDX_CMDS, DISPLAY_PICTURE_SIZE, DISPLAY_PICTURE_HEIGHT, (ctx->display_height) - 1);
211 ctx->display_height = (surface_params->display_height + 0xf) & ~0xf;
245 //ctx->display_height = ((vpp_params->surface_region->height + 0x1f) & ~0x1f);
247 ctx->display_height = ((obj_surface->height + 0xf) & ~0xf);
249 ctx->coded_height = ctx->display_height;
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 17 jint display_height,
27 display_height, display_width,
96 jint display_height,
108 display_height, display_width,
143 jint display_height,
152 display_height_ = static_cast<int>(display_height);
shared_device_display_info.h 37 jint display_height,
53 jint display_height,
  /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);
354 display_height = display_height > extend_display_height ? display_height : extend_display_height;
357 if (desth > display_height)
358 desth = display_height;
361 display_height = display_height > extend_display_height ? display_height : extend_display_height
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 134 int display_height = (int)(DisplayHeight(display, DefaultScreen(display))) - 1; local
150 else if (psFirst->rect.i32Top > display_height)
151 psFirst->rect.i32Top = display_height;
155 else if (psFirst->rect.i32Bottom > display_height)
156 psFirst->rect.i32Bottom = display_height;
629 if (((desty + *x11_window_height) < pPriv->display_height) &&
632 else if (pPriv->display_height < pPriv->extend_display_height) {
633 local_rect->dHeight = pPriv->display_height - desty;
640 if ((desty + *x11_window_height) > pPriv->display_height)
641 local_rect->dHeight = *x11_window_height = pPriv->display_height - desty
    [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);
92 aOutputs->height = (uint32)display_height;
108 int32 width, height, display_width, display_height = 0; local
144 (int*) & display_height,
152 aOutputs->height = (uint32)display_height;
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)
393 *display_height = (int32)codeword;
396 *height = (*display_height + 15) & -16;
404 iDecodeShortHeader(psBits, width, height, display_width, display_height);
432 int32 *display_height)
503 *display_height = *height;
549 *display_height = *height
    [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);
91 aOutputs->height = (uint32)display_height;
108 int32 width, height, display_width, display_height = 0; local
145 (int*) & display_height,
154 aOutputs->height = (uint32)display_height;
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)
406 *display_height = (int32)codeword;
409 *height = (*display_height + 15) & -16;
417 iDecodeShortHeader(psBits, width, height, display_width, display_height);
447 int32 *display_height)
518 *display_height = *height;
564 *display_height = *height
    [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraStream.cpp 136 fmt.def.dim.height = dim.display_height;
140 dim.display_width, dim.display_height);
284 fmt.def.dim.height = dim.display_height;
QCameraHWI_Preview.cpp 120 dim.display_width, dim.display_height, format);
137 if(mVFEOutputs == 1 && dim.display_height == 720)
339 dim.display_width, dim.display_height);
433 roi.d.data.face.face_boundary.y*2000/mHalCamCtrl->mDimension.display_height - 1000;
439 roi.d.data.face.face_boundary.dy*2000/mHalCamCtrl->mDimension.display_height;
445 roi.d.data.face.left_eye_center[1]*2000/mHalCamCtrl->mDimension.display_height - 1000;
451 roi.d.data.face.right_eye_center[1]*2000/mHalCamCtrl->mDimension.display_height - 1000;
457 roi.d.data.face.mouth_center[1]*2000/mHalCamCtrl->mDimension.display_height - 1000;
537 height = dim.display_height;
672 height = dim.display_height;
    [all...]
QCameraHWI.cpp 924 int display_height = 0; /* height of display */ local
929 parm.getPreviewSize(&display_width, &display_height);
930 if (display_width && display_height) {
932 (display_height == dim->display_height);
936 dim->display_height = display_height;
    [all...]
  /device/lge/mako/camera/
QCameraStream.cpp 137 fmt.def.dim.height = dim.display_height;
141 dim.display_width, dim.display_height);
282 fmt.def.dim.height = dim.display_height;
QCameraHWI_Preview_7x27A.cpp 118 dim.display_width, dim.display_height, format);
278 roi.d.data.face.face_boundary.y*2000/mHalCamCtrl->mDimension.display_height - 1000;
284 roi.d.data.face.face_boundary.dy*2000/mHalCamCtrl->mDimension.display_height;
290 roi.d.data.face.left_eye_center[1]*2000/mHalCamCtrl->mDimension.display_height - 1000;
296 roi.d.data.face.right_eye_center[1]*2000/mHalCamCtrl->mDimension.display_height - 1000;
302 roi.d.data.face.mouth_center[1]*2000/mHalCamCtrl->mDimension.display_height - 1000;
379 height = dim.display_height;
499 h = dim.display_height;
    [all...]
QCameraHWI_Preview.cpp 121 dim.display_width, dim.display_height, format);
138 if(mVFEOutputs == 1 && dim.display_height == 720)
365 roi.d.data.face.face_boundary.y*2000/mHalCamCtrl->mDimension.display_height - 1000;
371 roi.d.data.face.face_boundary.dy*2000/mHalCamCtrl->mDimension.display_height;
377 roi.d.data.face.left_eye_center[1]*2000/mHalCamCtrl->mDimension.display_height - 1000;
383 roi.d.data.face.right_eye_center[1]*2000/mHalCamCtrl->mDimension.display_height - 1000;
389 roi.d.data.face.mouth_center[1]*2000/mHalCamCtrl->mDimension.display_height - 1000;
473 height = dim.display_height;
618 h = dim.display_height;
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_app.c 105 dim->display_height = WVGA_HEIGHT;
107 input_display.user_input_display_height = dim->display_height;
134 dim->display_luma_height = dim->display_height;
136 dim->display_chroma_height = dim->display_height;
  /external/libvpx/libvpx/third_party/nestegg/include/nestegg/
nestegg.h 131 unsigned int display_height; /**< Display height of the video frame in pixels. */ member in struct:__anon29438
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/include/nestegg/
nestegg.h 131 unsigned int display_height; /**< Display height of the video frame in pixels. */ member in struct:__anon40621
  /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 108 dim->display_height = WVGA_HEIGHT;
110 input_display.user_input_display_height = dim->display_height;
139 dim->display_luma_height = dim->display_height;
141 dim->display_chroma_height = dim->display_height;
  /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 119 int display_height = info.GetPhysicalDisplayHeight(); local
120 if (display_width == 0 || display_height == 0) {
123 display_height = info.GetDisplayHeight();
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 854 int display_height = vpx_input_ctx.height; local
855 if (!display_width || !display_height) {
861 display_height = img->d_h;
864 display_height = display_size[1];
868 display_height, 16);

Completed in 854 milliseconds

1 2 3 4