Home
last modified time | relevance | path

Searched refs:inputFormat (Results 1 – 22 of 22) sorted by relevance

/hardware/qcom/display/msm8960/libgralloc/
Dgpu.cpp161 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()
Dgpu.h71 void getGrallocInformationFromFormat(int inputFormat,
/hardware/qcom/display/msm8084/libgralloc/
Dgpu.cpp175 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()
Dgpu.h70 void getGrallocInformationFromFormat(int inputFormat,
/hardware/qcom/display/msm8226/libgralloc/
Dgpu.h70 void getGrallocInformationFromFormat(int inputFormat,
/hardware/qcom/display/msm8909/libgralloc/
Dgpu.h70 void getGrallocInformationFromFormat(int inputFormat,
Dgpu.cpp179 void gpu_context_t::getGrallocInformationFromFormat(int inputFormat, in getGrallocInformationFromFormat() argument
184 if (isUncompressedRgbFormat(inputFormat) == TRUE) { in getGrallocInformationFromFormat()
/hardware/qcom/display/msm8996/libgralloc/
Dgpu.h70 void getGrallocInformationFromFormat(int inputFormat,
Dgpu.cpp181 void gpu_context_t::getGrallocInformationFromFormat(int inputFormat, in getGrallocInformationFromFormat() argument
186 if (isUncompressedRgbFormat(inputFormat) == TRUE) { in getGrallocInformationFromFormat()
/hardware/qcom/display/msm8909w_3100/libgralloc/
Dgpu.h70 void getGrallocInformationFromFormat(int inputFormat,
Dgpu.cpp179 void gpu_context_t::getGrallocInformationFromFormat(int inputFormat, in getGrallocInformationFromFormat() argument
184 if (isUncompressedRgbFormat(inputFormat) == TRUE) { in getGrallocInformationFromFormat()
/hardware/qcom/display/msm8994/libgralloc/
Dgpu.h70 void getGrallocInformationFromFormat(int inputFormat,
Dgpu.cpp197 void gpu_context_t::getGrallocInformationFromFormat(int inputFormat, in getGrallocInformationFromFormat() argument
202 if (isUncompressedRgbFormat(inputFormat) == TRUE) { in getGrallocInformationFromFormat()
/hardware/qcom/sdm845/display/gralloc/
Dgr_utils.h113 int GetBufferType(int inputFormat);
Dgr_utils.cpp1046 int GetBufferType(int inputFormat) { in GetBufferType() argument
1047 return IsYuvFormat(inputFormat) ? BUFFER_TYPE_VIDEO : BUFFER_TYPE_UI; in GetBufferType()
/hardware/qcom/sm8150/display/gralloc/
Dgr_utils.h183 int GetBufferType(int inputFormat);
Dgr_utils.cpp1308 int GetBufferType(int inputFormat) { in GetBufferType() argument
1309 return IsYuvFormat(inputFormat) ? BUFFER_TYPE_VIDEO : BUFFER_TYPE_UI; in GetBufferType()
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_buf_mgr.cpp430 int BufferManager::GetBufferType(int inputFormat) { in GetBufferType() argument
432 if (IsUncompressedRGBFormat(inputFormat)) { in GetBufferType()
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_buf_mgr.cpp438 int BufferManager::GetBufferType(int inputFormat) { in GetBufferType() argument
440 if (IsUncompressedRGBFormat(inputFormat)) { in GetBufferType()
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_buf_mgr.cpp449 int BufferManager::GetBufferType(int inputFormat) { in GetBufferType() argument
451 if (IsUncompressedRGBFormat(inputFormat)) { in GetBufferType()
/hardware/qcom/display/msm8909/gralloc/
Dgr_buf_mgr.cpp452 int BufferManager::GetBufferType(int inputFormat) { in GetBufferType() argument
454 if (IsUncompressedRGBFormat(inputFormat)) { in GetBufferType()
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp160 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()