Searched refs:MAX_DIMENSION (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit.cpp47 #define MAX_DIMENSION (4096) macro
50 #define MAX_DIMENSION (2048) macro
417 if (src->w > MAX_DIMENSION || src->h > MAX_DIMENSION) {
422 if (dst->w > MAX_DIMENSION || dst->h > MAX_DIMENSION) {
H A Dcopybit_c2d.cpp101 #define MAX_DIMENSION (4096) macro
1085 if (src->w > MAX_DIMENSION || src->h > MAX_DIMENSION) {
1090 if (dst->w > MAX_DIMENSION || dst->h > MAX_DIMENSION) {
/hardware/qcom/display/msm8x26/libcopybit/
H A Dcopybit.cpp47 #define MAX_DIMENSION (4096) macro
50 #define MAX_DIMENSION (2048) macro
417 if (src->w > MAX_DIMENSION || src->h > MAX_DIMENSION) {
422 if (dst->w > MAX_DIMENSION || dst->h > MAX_DIMENSION) {
H A Dcopybit_c2d.cpp101 #define MAX_DIMENSION (4096) macro
1085 if (src->w > MAX_DIMENSION || src->h > MAX_DIMENSION) {
1090 if (dst->w > MAX_DIMENSION || dst->h > MAX_DIMENSION) {
/hardware/qcom/display/msm8974/libcopybit/
H A Dcopybit.cpp46 #define MAX_DIMENSION (4096) macro
452 if (src->w > MAX_DIMENSION || src->h > MAX_DIMENSION) {
457 if (dst->w > MAX_DIMENSION || dst->h > MAX_DIMENSION) {
H A Dcopybit_c2d.cpp101 #define MAX_DIMENSION (4096) macro
1104 if (src->w > MAX_DIMENSION || src->h > MAX_DIMENSION) {
1109 if (dst->w > MAX_DIMENSION || dst->h > MAX_DIMENSION) {

Completed in 15 milliseconds