/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_NV_optical_flow.adoc | 50 VkFormat inputFormat = fmt[0].format; 55 vkGetPhysicalDeviceFormatProperties2(physicalDevice, inputFormat, &formatProperties2); 62 imageFormatInfo2.format = inputFormat; 74 imageCreateInfo.format = inputFormat; 91 sessionCreateInfo.imageFormat = inputFormat;
|
/hardware/qcom/display/msm8226/libgralloc/ |
D | gpu.cpp | 178 void gpu_context_t::getGrallocInformationFromFormat(int inputFormat, in getGrallocInformationFromFormat() argument 183 if (inputFormat <= HAL_PIXEL_FORMAT_BGRA_8888) { in getGrallocInformationFromFormat() 186 } else if ((inputFormat == HAL_PIXEL_FORMAT_R_8) || in getGrallocInformationFromFormat() 187 (inputFormat == HAL_PIXEL_FORMAT_RG_88)) { in getGrallocInformationFromFormat()
|
D | gpu.h | 70 void getGrallocInformationFromFormat(int inputFormat,
|
/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/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/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/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/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/sm8150/display/gralloc/ |
D | gr_utils.h | 210 int GetBufferType(int inputFormat);
|
D | gr_utils.cpp | 1377 int GetBufferType(int inputFormat) { in GetBufferType() argument 1378 return IsYuvFormat(inputFormat) ? BUFFER_TYPE_VIDEO : BUFFER_TYPE_UI; in GetBufferType()
|
/hardware/qcom/sm7250/display/gralloc/ |
D | gr_utils.h | 225 int GetBufferType(int inputFormat);
|
D | gr_utils.cpp | 1474 int GetBufferType(int inputFormat) { in GetBufferType() argument 1475 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/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/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/interfaces/camera/provider/aidl/vts/ |
D | camera_aidl_test.h | 165 int32_t inputFormat; member
|
D | VtsAidlHalCameraProvider_TargetTest.cpp | 989 ASSERT_EQ(Status::OK, findLargestSize(inputStreams, inputIter.inputFormat, input)); in TEST_P() 992 if (inputIter.inputFormat == in TEST_P() 996 } else if (inputIter.inputFormat == static_cast<uint32_t>(PixelFormat::Y8)) { in TEST_P()
|