/external/libvpx/libvpx/nestegg/include/nestegg/ |
nestegg.h | 119 unsigned int display_width; /**< Display width of the video frame in pixels. */ member in struct:__anon21149
|
/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 | 961 int display_width = 0; /* width of display */ local 967 parm.getPreviewSize(&display_width, &display_height); 968 if (display_width && display_height) { 969 matching = (display_width == dim->display_width) && 973 dim->display_width = display_width; [all...] |
QCamera_Intf.h | 276 uint16_t display_width; /* width of display */ member in struct:__anon2218 [all...] |
/external/libvpx/libvpx/vp9/common/ |
vp9_onyxc_int.h | 98 int display_width; member in struct:VP9Common
|
/external/chromium_org/ui/gfx/ |
render_text.cc | 83 // Given |font| and |display_width|, returns the width of the fade gradient. 84 int CalculateFadeGradientWidth(const Font& font, int display_width) { 90 display_width / 4.0); 1019 const int display_width = display_rect().width(); local 1134 const int display_width = display_rect_.width(); local [all...] |
/external/libvpx/libvpx/nestegg/src/ |
nestegg.c | 209 struct ebml_type display_width; member in struct:video 383 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:__anon1847
|
/hardware/qcom/camera/ |
QCamera_Intf.h | 235 uint16_t display_width; /* width of display */ member in struct:__anon31475
|