Searched defs:crop_t (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/img/hwcomposer/include/
H A DDataBuffer.h30 } crop_t; typedef in namespace:android::intel
75 crop_t& getCrop() { return mCrop; }
93 memset(&mCrop, 0, sizeof(crop_t));
98 crop_t mCrop;
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.cpp555 int& crop_t = crop.top; local
600 crop_t += crop_h * topCutRatio;
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_utils.cpp509 int& crop_t = crop.top; local
554 crop_t += crop_h * topCutRatio;
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.cpp1048 int& crop_t = crop.top; local
1091 crop_t += (int)round((double)crop_h * topCutRatio);
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.cpp1034 int& crop_t = crop.top; local
1077 crop_t += (int)round((double)crop_h * topCutRatio);

Completed in 276 milliseconds