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

  /external/libvpx/libvpx/nestegg/include/nestegg/
nestegg.h 118 unsigned int display_width; /**< Display width 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);
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;
  /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 955 int display_width = 0; /* width of display */ local
961 parm.getPreviewSize(&display_width, &display_height);
962 if (display_width && display_height) {
963 matching = (display_width == dim->display_width) &&
967 dim->display_width = display_width;
    [all...]
QCamera_Intf.h 276 uint16_t display_width; /* width of display */ member in struct:__anon1780
    [all...]
  /external/libvpx/libvpx/nestegg/src/
nestegg.c 208 struct ebml_type display_width; member in struct:video
382 E_FIELD(ID_DISPLAY_WIDTH, TYPE_UINT, struct video, display_width),
    [all...]

Completed in 53 milliseconds