Searched defs:utils (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/display/liboverlay/
H A DoverlayUtils.cpp32 #include <utils/Log.h>
86 namespace utils { namespace in namespace:overlay
185 int dscale_factor = utils::ROT_DS_NONE;
208 dscale_factor = utils::ROT_DS_NONE;
211 dscale_factor = utils::ROT_DS_HALF;
214 dscale_factor = utils::ROT_DS_FOURTH;
217 dscale_factor = utils::ROT_DS_EIGHTH;
348 overlay::utils::getFormatString(ov.format));
406 } // utils
H A DoverlayUtils.h45 #include <utils/Log.h>
93 namespace utils { namespace in namespace:overlay
109 * class SomeClass : utils::NoCopy {...};
121 /* 3D related utils, defines etc...
467 HAL_3D_OUT_SIDE_BY_SIDE >> overlay::utils::SHIFT_OUT_3D,
469 HAL_3D_OUT_TOP_BOTTOM >> overlay::utils::SHIFT_OUT_3D,
471 HAL_3D_OUT_INTERLEAVE >> overlay::utils::SHIFT_OUT_3D,
473 HAL_3D_OUT_MONOSCOPIC >> overlay::utils::SHIFT_OUT_3D
607 inline Dim getPositionS3DImpl<utils::OV_RIGHT_SPLIT>(const Whf& whf)
655 inline Dim getCropS3DImpl<utils
[all...]

Completed in 62 milliseconds