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

1 2

  /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
psb_overlay.h 298 int display_width; member in struct:_PsbPortPrivRec
  /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:__anon29438
  /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:__anon40621
  /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;
  /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/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;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_onyxc_int.h 76 int display_width; member in struct:VP9Common
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 79 int display_width; member in struct:VP9Common
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_onyxc_int.h 79 int display_width; member in struct:VP9Common
  /device/lge/mako/camera/QCamera/HAL/core/src/
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/
QCameraHWI.cpp 960 int display_width = 0; /* width of display */ local
966 parm.getPreviewSize(&display_width, &display_height);
967 if (display_width && display_height) {
968 matching = (display_width == dim->display_width) &&
972 dim->display_width = display_width;
    [all...]
  /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/chromium_org/third_party/libvpx/source/libvpx/
vpxdec.c 1094 int display_width = vpx_input_ctx.width; local
    [all...]
  /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,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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,
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.hpp 425 uint64 display_width() const { return display_width_; } function in class:mkvmuxer::VideoTrack
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.hpp 425 uint64 display_width() const { return display_width_; } function in class:mkvmuxer::VideoTrack
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvmuxer.hpp 424 uint64 display_width() const { return display_width_; } function in class:mkvmuxer::VideoTrack
    [all...]
  /external/libvpx/libvpx/third_party/nestegg/src/
nestegg.c 216 struct ebml_type display_width; member in struct:video
397 E_FIELD(ID_DISPLAY_WIDTH, TYPE_UINT, struct video, display_width),
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
nestegg.c 216 struct ebml_type display_width; member in struct:video
397 E_FIELD(ID_DISPLAY_WIDTH, TYPE_UINT, struct video, display_width),
    [all...]
  /device/asus/flo/camera/
QCamera_Intf.h 235 uint16_t display_width; /* width of display */ member in struct:__anon2860
  /device/lge/hammerhead/camera/
QCamera_Intf.h 235 uint16_t display_width; /* width of display */ member in struct:__anon3367
  /device/moto/shamu/camera/
QCamera_Intf.h 235 uint16_t display_width; /* width of display */ member in struct:__anon4527

Completed in 978 milliseconds

1 2