Searched refs:inputFormat (Results 1 - 18 of 18) sorted by relevance

/hardware/qcom/display/msm8084/libgralloc/
H A Dgpu.h70 void getGrallocInformationFromFormat(int inputFormat,
H A Dgpu.cpp175 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 Dgpu.h70 void getGrallocInformationFromFormat(int inputFormat,
H A Dgpu.cpp178 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 Dgpu.h70 void getGrallocInformationFromFormat(int inputFormat,
H A Dgpu.cpp189 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 Dgpu.h71 void getGrallocInformationFromFormat(int inputFormat,
H A Dgpu.cpp161 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 Dgpu.h70 void getGrallocInformationFromFormat(int inputFormat,
H A Dgpu.cpp197 void gpu_context_t::getGrallocInformationFromFormat(int inputFormat, argument
202 if (isUncompressedRgbFormat(inputFormat) == TRUE) {
/hardware/qcom/display/msm8996/libgralloc/
H A Dgpu.h70 void getGrallocInformationFromFormat(int inputFormat,
H A Dgpu.cpp181 void gpu_context_t::getGrallocInformationFromFormat(int inputFormat, argument
186 if (isUncompressedRgbFormat(inputFormat) == TRUE) {
/hardware/qcom/display/sdm845/libgralloc/
H A Dgpu.h70 void getGrallocInformationFromFormat(int inputFormat,
H A Dgpu.cpp179 void gpu_context_t::getGrallocInformationFromFormat(int inputFormat, argument
184 if (isUncompressedRgbFormat(inputFormat) == TRUE) {
/hardware/qcom/display/msm8996/libgralloc1/
H A Dgr_buf_mgr.cpp458 int BufferManager::GetBufferType(int inputFormat) { argument
460 if (IsUncompressedRGBFormat(inputFormat)) {
/hardware/qcom/display/msm8998/libgralloc1/
H A Dgr_buf_mgr.cpp446 int BufferManager::GetBufferType(int inputFormat) { argument
448 if (IsUncompressedRGBFormat(inputFormat)) {
/hardware/qcom/display/sdm845/libgralloc1/
H A Dgr_buf_mgr.cpp471 int BufferManager::GetBufferType(int inputFormat) { argument
473 if (IsUncompressedRGBFormat(inputFormat)) {
/hardware/interfaces/camera/provider/2.4/vts/functional/
H A DVtsHalCameraProviderV2_4TargetTest.cpp124 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};

Completed in 130 milliseconds