Searched refs:inputFormat (Results 1 – 6 of 6) sorted by relevance
167 void gpu_context_t::getGrallocInformationFromFormat(int inputFormat, in getGrallocInformationFromFormat() argument172 if (inputFormat <= HAL_PIXEL_FORMAT_sRGB_X_8888) { in getGrallocInformationFromFormat()175 } else if ((inputFormat == HAL_PIXEL_FORMAT_R_8) || in getGrallocInformationFromFormat()176 (inputFormat == HAL_PIXEL_FORMAT_RG_88)) { in getGrallocInformationFromFormat()
71 void getGrallocInformationFromFormat(int inputFormat,
161 void gpu_context_t::getGrallocInformationFromFormat(int inputFormat, in getGrallocInformationFromFormat() argument166 if (inputFormat <= HAL_PIXEL_FORMAT_sRGB_X_8888) { in getGrallocInformationFromFormat()169 } else if ((inputFormat == HAL_PIXEL_FORMAT_R_8) || in getGrallocInformationFromFormat()170 (inputFormat == HAL_PIXEL_FORMAT_RG_88)) { in getGrallocInformationFromFormat()
161 void gpu_context_t::getGrallocInformationFromFormat(int inputFormat, in getGrallocInformationFromFormat() argument166 if (inputFormat < 0x7) { in getGrallocInformationFromFormat()169 } else if ((inputFormat == HAL_PIXEL_FORMAT_R_8) || in getGrallocInformationFromFormat()170 (inputFormat == HAL_PIXEL_FORMAT_RG_88)) { in getGrallocInformationFromFormat()