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

  /external/libvpx/libvpx/nestegg/include/nestegg/
nestegg.h 119 unsigned int display_height; /**< Display height of the video frame in pixels. */ member in struct:__anon10888
  /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:__anon1780
    [all...]
  /external/libvpx/libvpx/nestegg/src/
nestegg.c 209 struct ebml_type display_height; member in struct:video
383 E_FIELD(ID_DISPLAY_HEIGHT, TYPE_UINT, struct video, display_height),
    [all...]

Completed in 450 milliseconds