/hardware/qcom/display/msm8084/libgralloc/ |
H A D | gpu.h | 70 void getGrallocInformationFromFormat(int inputFormat,
|
H A D | gpu.cpp | 175 void gpu_context_t::getGrallocInformationFromFormat(int inputFormat, argument 180 if (inputFormat <= HAL_PIXEL_FORMAT_BGRA_8888) { 183 } else if ((inputFormat == HAL_PIXEL_FORMAT_R_8) || 184 (inputFormat == HAL_PIXEL_FORMAT_RG_88)) {
|
/hardware/qcom/display/msm8226/libgralloc/ |
H A D | gpu.h | 70 void getGrallocInformationFromFormat(int inputFormat,
|
H A D | gpu.cpp | 178 void gpu_context_t::getGrallocInformationFromFormat(int inputFormat, argument 183 if (inputFormat <= HAL_PIXEL_FORMAT_BGRA_8888) { 186 } else if ((inputFormat == HAL_PIXEL_FORMAT_R_8) || 187 (inputFormat == HAL_PIXEL_FORMAT_RG_88)) {
|
/hardware/qcom/display/msm8909/libgralloc/ |
H A D | gpu.h | 70 void getGrallocInformationFromFormat(int inputFormat,
|
H A D | gpu.cpp | 189 void gpu_context_t::getGrallocInformationFromFormat(int inputFormat, argument 194 if (inputFormat <= HAL_PIXEL_FORMAT_BGRA_8888) { 197 } else if ((inputFormat == HAL_PIXEL_FORMAT_R_8) || 198 (inputFormat == HAL_PIXEL_FORMAT_RG_88)) {
|
/hardware/qcom/display/msm8960/libgralloc/ |
H A D | gpu.h | 71 void getGrallocInformationFromFormat(int inputFormat,
|
H A D | gpu.cpp | 161 void gpu_context_t::getGrallocInformationFromFormat(int inputFormat, argument 166 if (inputFormat <= HAL_PIXEL_FORMAT_BGRA_8888) { 169 } else if ((inputFormat == HAL_PIXEL_FORMAT_R_8) || 170 (inputFormat == HAL_PIXEL_FORMAT_RG_88)) {
|
/hardware/qcom/display/msm8994/libgralloc/ |
H A D | gpu.h | 70 void getGrallocInformationFromFormat(int inputFormat,
|
H A D | gpu.cpp | 197 void gpu_context_t::getGrallocInformationFromFormat(int inputFormat, argument 202 if (isUncompressedRgbFormat(inputFormat) == TRUE) {
|
/hardware/qcom/display/msm8996/libgralloc/ |
H A D | gpu.h | 70 void getGrallocInformationFromFormat(int inputFormat,
|
H A D | gpu.cpp | 181 void gpu_context_t::getGrallocInformationFromFormat(int inputFormat, argument 186 if (isUncompressedRgbFormat(inputFormat) == TRUE) {
|
/hardware/qcom/display/sdm845/libgralloc/ |
H A D | gpu.h | 70 void getGrallocInformationFromFormat(int inputFormat,
|
H A D | gpu.cpp | 179 void gpu_context_t::getGrallocInformationFromFormat(int inputFormat, argument 184 if (isUncompressedRgbFormat(inputFormat) == TRUE) {
|
/hardware/qcom/display/msm8996/libgralloc1/ |
H A D | gr_buf_mgr.cpp | 458 int BufferManager::GetBufferType(int inputFormat) { argument 460 if (IsUncompressedRGBFormat(inputFormat)) {
|
/hardware/qcom/display/msm8998/libgralloc1/ |
H A D | gr_buf_mgr.cpp | 446 int BufferManager::GetBufferType(int inputFormat) { argument 448 if (IsUncompressedRGBFormat(inputFormat)) {
|
/hardware/qcom/display/sdm845/libgralloc1/ |
H A D | gr_buf_mgr.cpp | 471 int BufferManager::GetBufferType(int inputFormat) { argument 473 if (IsUncompressedRGBFormat(inputFormat)) {
|
/hardware/interfaces/camera/provider/2.4/vts/functional/ |
H A D | VtsHalCameraProviderV2_4TargetTest.cpp | 124 int32_t inputFormat; member in struct:AvailableZSLInputOutput 2541 ASSERT_EQ(Status::OK, findLargestSize(inputStreams, inputIter.inputFormat, 3585 int32_t inputFormat = contents[i++]; local 3589 AvailableZSLInputOutput zslEntry = {inputFormat, outputFormat};
|