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

  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysyuv.cc 52 uint32 width_padding = 0; local
62 width_padding = aligned_width - width % aligned_width;
82 if ((width_padding != 0) || (height_padding != 0)) {
84 bounds.Set(bounds.left,bounds.top,bounds.right+width_padding,bounds.bottom+height_padding);
  /device/asus/flo/camera/QCamera2/stack/common/
cam_types.h 297 uint32_t width_padding; member in struct:__anon1652
    [all...]
  /hardware/qcom/camera/QCamera2/stack/common/
cam_types.h 297 uint32_t width_padding; member in struct:__anon33072
    [all...]

Completed in 121 milliseconds