/hardware/qcom/display/msm8960/libgralloc/ |
D | gpu.cpp | 161 void gpu_context_t::getGrallocInformationFromFormat(int inputFormat, in getGrallocInformationFromFormat() argument 166 if (inputFormat <= HAL_PIXEL_FORMAT_BGRA_8888) { in getGrallocInformationFromFormat() 169 } else if ((inputFormat == HAL_PIXEL_FORMAT_R_8) || in getGrallocInformationFromFormat() 170 (inputFormat == HAL_PIXEL_FORMAT_RG_88)) { in getGrallocInformationFromFormat()
|
D | gpu.h | 71 void getGrallocInformationFromFormat(int inputFormat,
|
/hardware/qcom/display/msm8084/libgralloc/ |
D | gpu.cpp | 175 void gpu_context_t::getGrallocInformationFromFormat(int inputFormat, in getGrallocInformationFromFormat() argument 180 if (inputFormat <= HAL_PIXEL_FORMAT_BGRA_8888) { in getGrallocInformationFromFormat() 183 } else if ((inputFormat == HAL_PIXEL_FORMAT_R_8) || in getGrallocInformationFromFormat() 184 (inputFormat == HAL_PIXEL_FORMAT_RG_88)) { in getGrallocInformationFromFormat()
|
D | gpu.h | 70 void getGrallocInformationFromFormat(int inputFormat,
|
/hardware/qcom/display/msm8226/libgralloc/ |
D | gpu.h | 70 void getGrallocInformationFromFormat(int inputFormat,
|
/hardware/qcom/display/msm8909/libgralloc/ |
D | gpu.h | 70 void getGrallocInformationFromFormat(int inputFormat,
|
D | gpu.cpp | 179 void gpu_context_t::getGrallocInformationFromFormat(int inputFormat, in getGrallocInformationFromFormat() argument 184 if (isUncompressedRgbFormat(inputFormat) == TRUE) { in getGrallocInformationFromFormat()
|
/hardware/qcom/display/msm8996/libgralloc/ |
D | gpu.h | 70 void getGrallocInformationFromFormat(int inputFormat,
|
D | gpu.cpp | 181 void gpu_context_t::getGrallocInformationFromFormat(int inputFormat, in getGrallocInformationFromFormat() argument 186 if (isUncompressedRgbFormat(inputFormat) == TRUE) { in getGrallocInformationFromFormat()
|
/hardware/qcom/display/msm8909w_3100/libgralloc/ |
D | gpu.h | 70 void getGrallocInformationFromFormat(int inputFormat,
|
D | gpu.cpp | 179 void gpu_context_t::getGrallocInformationFromFormat(int inputFormat, in getGrallocInformationFromFormat() argument 184 if (isUncompressedRgbFormat(inputFormat) == TRUE) { in getGrallocInformationFromFormat()
|
/hardware/qcom/display/msm8994/libgralloc/ |
D | gpu.h | 70 void getGrallocInformationFromFormat(int inputFormat,
|
D | gpu.cpp | 197 void gpu_context_t::getGrallocInformationFromFormat(int inputFormat, in getGrallocInformationFromFormat() argument 202 if (isUncompressedRgbFormat(inputFormat) == TRUE) { in getGrallocInformationFromFormat()
|
/hardware/qcom/sdm845/display/gralloc/ |
D | gr_utils.h | 113 int GetBufferType(int inputFormat);
|
D | gr_utils.cpp | 1046 int GetBufferType(int inputFormat) { in GetBufferType() argument 1047 return IsYuvFormat(inputFormat) ? BUFFER_TYPE_VIDEO : BUFFER_TYPE_UI; in GetBufferType()
|
/hardware/qcom/sm8150/display/gralloc/ |
D | gr_utils.h | 183 int GetBufferType(int inputFormat);
|
D | gr_utils.cpp | 1308 int GetBufferType(int inputFormat) { in GetBufferType() argument 1309 return IsYuvFormat(inputFormat) ? BUFFER_TYPE_VIDEO : BUFFER_TYPE_UI; in GetBufferType()
|
/hardware/qcom/display/msm8998/libgralloc1/ |
D | gr_buf_mgr.cpp | 430 int BufferManager::GetBufferType(int inputFormat) { in GetBufferType() argument 432 if (IsUncompressedRGBFormat(inputFormat)) { in GetBufferType()
|
/hardware/qcom/display/msm8996/libgralloc1/ |
D | gr_buf_mgr.cpp | 438 int BufferManager::GetBufferType(int inputFormat) { in GetBufferType() argument 440 if (IsUncompressedRGBFormat(inputFormat)) { in GetBufferType()
|
/hardware/qcom/display/msm8909w_3100/libgralloc1/ |
D | gr_buf_mgr.cpp | 449 int BufferManager::GetBufferType(int inputFormat) { in GetBufferType() argument 451 if (IsUncompressedRGBFormat(inputFormat)) { in GetBufferType()
|
/hardware/qcom/display/msm8909/gralloc/ |
D | gr_buf_mgr.cpp | 452 int BufferManager::GetBufferType(int inputFormat) { in GetBufferType() argument 454 if (IsUncompressedRGBFormat(inputFormat)) { in GetBufferType()
|
/hardware/interfaces/camera/provider/2.4/vts/functional/ |
D | VtsHalCameraProviderV2_4TargetTest.cpp | 160 int32_t inputFormat; member 3700 ASSERT_EQ(Status::OK, findLargestSize(inputStreams, inputIter.inputFormat, in TEST_P() 3704 if (inputIter.inputFormat == static_cast<uint32_t>(PixelFormat::IMPLEMENTATION_DEFINED) in TEST_P() 3707 } else if (inputIter.inputFormat == static_cast<uint32_t>(PixelFormat::Y8)) { in TEST_P() 5937 int32_t inputFormat = contents[i++]; in getZSLInputOutputMap() local 5941 AvailableZSLInputOutput zslEntry = {inputFormat, outputFormat}; in getZSLInputOutputMap()
|