HomeSort by relevance Sort by last modified time
    Searched defs:display_height (Results 1 - 9 of 9) sorted by null

  /external/libvpx/libvpx/nestegg/include/nestegg/
nestegg.h 120 unsigned int display_height; /**< Display height of the video frame in pixels. */ member in struct:__anon22913
  /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;
  /device/lge/mako/camera/QCamera/HAL/core/src/
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/
QCameraHWI.cpp 956 int display_height = 0; /* height of display */ local
961 parm.getPreviewSize(&display_width, &display_height);
962 if (display_width && display_height) {
964 (display_height == dim->display_height);
968 dim->display_height = display_height;
    [all...]
QCamera_Intf.h 277 uint16_t display_height; /* height of display */ member in struct:__anon2218
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 99 int display_height; member in struct:VP9Common
  /external/libvpx/libvpx/nestegg/src/
nestegg.c 210 struct ebml_type display_height; member in struct:video
384 E_FIELD(ID_DISPLAY_HEIGHT, TYPE_UINT, struct video, display_height),
    [all...]
  /device/asus/flo/camera/
QCamera_Intf.h 236 uint16_t display_height; /* height of display */ member in struct:__anon1847
  /hardware/qcom/camera/
QCamera_Intf.h 236 uint16_t display_height; /* height of display */ member in struct:__anon33277

Completed in 213 milliseconds