Searched defs:tr (Results 1 - 7 of 7) sorted by relevance

/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayUtils.cpp319 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop) { argument
320 if(tr & OVERLAY_TRANSFORM_FLIP_H) {
323 if(tr & OVERLAY_TRANSFORM_FLIP_V) {
326 if(tr & OVERLAY_TRANSFORM_ROT_90) {
/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayUtils.cpp308 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop) { argument
309 if(tr & OVERLAY_TRANSFORM_FLIP_H) {
312 if(tr & OVERLAY_TRANSFORM_FLIP_V) {
315 if(tr & OVERLAY_TRANSFORM_ROT_90) {
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayUtils.cpp231 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop) { argument
232 if(tr & OVERLAY_TRANSFORM_FLIP_H) {
235 if(tr & OVERLAY_TRANSFORM_FLIP_V) {
238 if(tr & OVERLAY_TRANSFORM_ROT_90) {
/hardware/qcom/display/msm8974/liboverlay/
H A DoverlayUtils.cpp298 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop) { argument
299 if(tr & OVERLAY_TRANSFORM_FLIP_H) {
302 if(tr & OVERLAY_TRANSFORM_FLIP_V) {
305 if(tr & OVERLAY_TRANSFORM_ROT_90) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dmcomp.c214 int tr = br, tc = bc; local
275 CHECK_BETTER(left, tr, tc - 2);
276 CHECK_BETTER(right, tr, tc + 2);
277 CHECK_BETTER(up, tr - 2, tc);
278 CHECK_BETTER(down, tr + 2, tc);
285 CHECK_BETTER(diag, tr - 2, tc - 2);
288 CHECK_BETTER(diag, tr - 2, tc + 2);
291 CHECK_BETTER(diag, tr + 2, tc - 2);
294 CHECK_BETTER(diag, tr + 2, tc + 2);
299 if (tr
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_mcomp.c201 CHECK_BETTER(left, tr, tc - hstep); \
202 CHECK_BETTER(right, tr, tc + hstep); \
203 CHECK_BETTER(up, tr - hstep, tc); \
204 CHECK_BETTER(down, tr + hstep, tc); \
209 CHECK_BETTER(diag, tr - hstep, tc - hstep); \
212 CHECK_BETTER(diag, tr - hstep, tc + hstep); \
215 CHECK_BETTER(diag, tr + hstep, tc - hstep); \
218 CHECK_BETTER(diag, tr + hstep, tc + hstep); \
227 if (tr != br && tc != bc) { \
228 kr = br - tr; \
298 int tr = br; local
397 int tr = br; local
900 int tr, tc; local
[all...]
/hardware/invensense/60xx/mlsdk/mllite/
H A DmlFIFO.c819 short tr; local
824 result = inv_get_temperature_raw(&tr);
829 data[0] = inv_decode_temperature(tr);

Completed in 672 milliseconds