Searched defs:is_supported_yuv_format (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit_c2d.cpp415 static int is_supported_yuv_format(int format) function
543 } else if (is_supported_yuv_format(rhs->format) == COPYBIT_SUCCESS) {
1106 } else if (is_supported_yuv_format(dst->format) == COPYBIT_SUCCESS) {
1189 } else if (is_supported_yuv_format(src->format) == COPYBIT_SUCCESS) {
/hardware/qcom/display/msm8974/libcopybit/
H A Dcopybit_c2d.cpp426 static int is_supported_yuv_format(int format) function
554 } else if (is_supported_yuv_format(rhs->format) == COPYBIT_SUCCESS) {
1125 } else if (is_supported_yuv_format(dst->format) == COPYBIT_SUCCESS) {
1217 } else if (is_supported_yuv_format(src->format) == COPYBIT_SUCCESS) {
/hardware/qcom/display/msm8x26/libcopybit/
H A Dcopybit_c2d.cpp415 static int is_supported_yuv_format(int format) function
543 } else if (is_supported_yuv_format(rhs->format) == COPYBIT_SUCCESS) {
1106 } else if (is_supported_yuv_format(dst->format) == COPYBIT_SUCCESS) {
1189 } else if (is_supported_yuv_format(src->format) == COPYBIT_SUCCESS) {

Completed in 44 milliseconds