Searched refs:tr (Results 1 – 7 of 7) sorted by relevance
/hardware/qcom/display/msm8960/liboverlay/ |
D | overlayUtils.cpp | 231 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop) { in preRotateSource() argument 232 if(tr & OVERLAY_TRANSFORM_FLIP_H) { in preRotateSource() 235 if(tr & OVERLAY_TRANSFORM_FLIP_V) { in preRotateSource() 238 if(tr & OVERLAY_TRANSFORM_ROT_90) { in preRotateSource()
|
D | overlayUtils.h | 711 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop);
|
/hardware/qcom/display/msm8x26/liboverlay/ |
D | overlayUtils.cpp | 231 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop) { in preRotateSource() argument 232 if(tr & OVERLAY_TRANSFORM_FLIP_H) { in preRotateSource() 235 if(tr & OVERLAY_TRANSFORM_FLIP_V) { in preRotateSource() 238 if(tr & OVERLAY_TRANSFORM_ROT_90) { in preRotateSource()
|
D | overlayUtils.h | 711 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop);
|
/hardware/qcom/display/msm8974/liboverlay/ |
D | overlayUtils.cpp | 281 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop) { in preRotateSource() argument 282 if(tr & OVERLAY_TRANSFORM_FLIP_H) { in preRotateSource() 285 if(tr & OVERLAY_TRANSFORM_FLIP_V) { in preRotateSource() 288 if(tr & OVERLAY_TRANSFORM_ROT_90) { in preRotateSource()
|
D | overlayUtils.h | 689 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop);
|
/hardware/invensense/60xx/mlsdk/mllite/ |
D | mlFIFO.c | 819 short tr; in inv_get_temperature() local 824 result = inv_get_temperature_raw(&tr); in inv_get_temperature() 829 data[0] = inv_decode_temperature(tr); in inv_get_temperature()
|