Home
last modified time | relevance | path

Searched refs:compute (Results 1 – 7 of 7) sorted by relevance

/hardware/qcom/display/msm8909/liboverlay/
DoverlayUtils.cpp285 static inline int compute(const uint32_t& x, const uint32_t& y, in compute() function
292 srcCrop.x = compute(whf.w, srcCrop.x, srcCrop.w); in preRotateSource()
295 srcCrop.y = compute(whf.h, srcCrop.y, srcCrop.h); in preRotateSource()
299 srcCrop.x = compute(whf.h, in preRotateSource()
/hardware/qcom/display/msm8960/liboverlay/
DoverlayUtils.cpp223 static inline int compute(const uint32_t& x, const uint32_t& y, in compute() function
233 srcCrop.x = compute(whf.w, srcCrop.x, srcCrop.w); in preRotateSource()
236 srcCrop.y = compute(whf.h, srcCrop.y, srcCrop.h); in preRotateSource()
240 srcCrop.x = compute(whf.h, in preRotateSource()
/hardware/qcom/display/msm8226/liboverlay/
DoverlayUtils.cpp314 static inline int compute(const uint32_t& x, const uint32_t& y, in compute() function
321 srcCrop.x = compute(whf.w, srcCrop.x, srcCrop.w); in preRotateSource()
324 srcCrop.y = compute(whf.h, srcCrop.y, srcCrop.h); in preRotateSource()
328 srcCrop.x = compute(whf.h, in preRotateSource()
/hardware/qcom/display/msm8994/liboverlay/
DoverlayUtils.cpp307 static inline int compute(const uint32_t& x, const uint32_t& y, in compute() function
314 srcCrop.x = compute(whf.w, srcCrop.x, srcCrop.w); in preRotateSource()
317 srcCrop.y = compute(whf.h, srcCrop.y, srcCrop.h); in preRotateSource()
321 srcCrop.x = compute(whf.h, in preRotateSource()
/hardware/qcom/display/msm8084/liboverlay/
DoverlayUtils.cpp303 static inline int compute(const uint32_t& x, const uint32_t& y, in compute() function
310 srcCrop.x = compute(whf.w, srcCrop.x, srcCrop.w); in preRotateSource()
313 srcCrop.y = compute(whf.h, srcCrop.y, srcCrop.h); in preRotateSource()
317 srcCrop.x = compute(whf.h, in preRotateSource()
/hardware/interfaces/drm/1.0/
DIDrmPlugin.hal442 * @param message the message to compute a signature over
460 * @param message the message to compute a hash of
480 * @param message the message to compute the signature on
/hardware/interfaces/keymaster/3.0/
Dtypes.hal418 // can't just compute over the bytes of the struct).