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

1 2

  /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...]
  /frameworks/native/libs/gui/tests/
SRGB_test.cpp 47 DISPLAY_HEIGHT = 512,
49 DISPLAY_SIZE = DISPLAY_WIDTH * DISPLAY_HEIGHT * PIXEL_SIZE,
81 DISPLAY_WIDTH, DISPLAY_HEIGHT));
121 for (int y = 0; y < DISPLAY_HEIGHT; ++y) {
140 DISPLAY_WIDTH, DISPLAY_HEIGHT, 0, GL_RGBA, GL_UNSIGNED_BYTE,
224 ASSERT_EQ(mLockedBuffer.height, DISPLAY_HEIGHT);
298 String8("SRGBTest Surface"), DISPLAY_WIDTH, DISPLAY_HEIGHT,
377 ASSERT_NO_FATAL_FAILURE(drawTexture(false, 0, DISPLAY_HEIGHT / 2,
378 DISPLAY_WIDTH, DISPLAY_HEIGHT / 2));
382 DISPLAY_WIDTH, DISPLAY_HEIGHT / 2))
    [all...]
  /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 131 REGIO_WRITE_FIELD_LITE(reg_value, MSVDX_CMDS, DISPLAY_PICTURE_SIZE, DISPLAY_PICTURE_HEIGHT, (ctx->display_height) - 1);
213 ctx->display_height = (surface_params->display_height + 0xf) & ~0xf;
247 //ctx->display_height = ((vpp_params->surface_region->height + 0x1f) & ~0x1f);
249 ctx->display_height = ((obj_surface->height + 0xf) & ~0xf);
251 ctx->coded_height = ctx->display_height;
281 __func__, ctx->display_width, ctx->display_height, ctx->coded_width, ctx->coded_height);
psb_overlay.h 299 int display_height; member in struct:_PsbPortPrivRec
  /hardware/intel/common/wrs_omxil_core/core/src/
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_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.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_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...]
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;
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/inc/
mm_qcamera_display_dimensions.h 37 #define DISPLAY_HEIGHT 480
  /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;
mm_qcamera_pp.c 66 dumpFrameToFile(frame, pme->dim.display_width, pme->dim.display_height,"preview", 1);
269 if (pme->dim.display_width * pme->dim.display_height >
274 pme->repro_config.height = pme->dim.display_height;
294 config.dest[0].height = pme->dim.display_height;
389 pme->stream[MM_CAMERA_PREVIEW].str_config.fmt.height = pme->dim.display_height;
    [all...]
mm_qcamera_preview.c 133 fmt->height = pme->dim.display_height;
625 pme->dim.display_height, pme->cam->camera_info->camera_id);
628 pme->dim.display_height, buf, 1,"yuv");
765 //dumpFrameToFile(preview_frame->frame,pme->dim.display_width,pme->dim.display_height,"preview", 1);
766 dumpFrameToFile(preview_frame,pme->dim.display_width,pme->dim.display_height,"zsl_preview", 1,"yuv");
    [all...]
  /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);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/test/
test.c 135 vparams.display_width, vparams.display_height,
  /external/libvpx/libvpx/
vpxdec.c 873 int display_height = vpx_input_ctx.height; local
874 if (!display_width || !display_height) {
880 display_height = img->d_h;
883 display_height = display_size[1];
887 display_height, 16);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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);
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Preview.cpp 369 roi.d.data.face.face_boundary.y*2000/mHalCamCtrl->mDimension.display_height - 1000;
375 roi.d.data.face.face_boundary.dy*2000/mHalCamCtrl->mDimension.display_height;
381 roi.d.data.face.left_eye_center[1]*2000/mHalCamCtrl->mDimension.display_height - 1000;
387 roi.d.data.face.right_eye_center[1]*2000/mHalCamCtrl->mDimension.display_height - 1000;
393 roi.d.data.face.mouth_center[1]*2000/mHalCamCtrl->mDimension.display_height - 1000;
566 h = dim.display_height;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_onyxc_int.h 80 int display_height; member in struct:VP9Common
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp 31 static const int32_t DISPLAY_HEIGHT = 800;
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 77 int display_height; member in struct:VP9Common
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
nestegg.c 217 struct ebml_type display_height; member in struct:video
398 E_FIELD(ID_DISPLAY_HEIGHT, TYPE_UINT, struct video, display_height),
    [all...]

Completed in 675 milliseconds

1 2