Searched refs:ycbcrConversionInfo (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_texture_info.cpp | 55 .fFormat = vkInfo->ycbcrConversionInfo.format, in ConvertToGrBackendVKTexture() 56 .fExternalFormat = vkInfo->ycbcrConversionInfo.externalFormat, in ConvertToGrBackendVKTexture() 57 .fYcbcrModel = vkInfo->ycbcrConversionInfo.ycbcrModel, in ConvertToGrBackendVKTexture() 58 .fYcbcrRange = vkInfo->ycbcrConversionInfo.ycbcrRange, in ConvertToGrBackendVKTexture() 59 .fXChromaOffset = vkInfo->ycbcrConversionInfo.xChromaOffset, in ConvertToGrBackendVKTexture() 60 .fYChromaOffset = vkInfo->ycbcrConversionInfo.yChromaOffset, in ConvertToGrBackendVKTexture() 61 .fChromaFilter = vkInfo->ycbcrConversionInfo.chromaFilter, in ConvertToGrBackendVKTexture() 63 .fFormatFeatures = vkInfo->ycbcrConversionInfo.formatFeatures in ConvertToGrBackendVKTexture() 101 vkInfo->ycbcrConversionInfo.format = vkImageInfo.fYcbcrConversionInfo.fFormat; in ConvertToVKTexture() 103 vkInfo->ycbcrConversionInfo.ycbcrModel = vkImageInfo.fYcbcrConversionInfo.fYcbcrModel; in ConvertToVKTexture() [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/ |
H A D | native_buffer_utils.cpp | 339 imageInfo->ycbcrConversionInfo.format = nbFormatProps.format; in MakeBackendTextureFromNativeBuffer() 340 imageInfo->ycbcrConversionInfo.externalFormat = nbFormatProps.externalFormat; in MakeBackendTextureFromNativeBuffer() 341 imageInfo->ycbcrConversionInfo.ycbcrModel = nbFormatProps.suggestedYcbcrModel; in MakeBackendTextureFromNativeBuffer() 342 imageInfo->ycbcrConversionInfo.ycbcrRange = nbFormatProps.suggestedYcbcrRange; in MakeBackendTextureFromNativeBuffer() 343 imageInfo->ycbcrConversionInfo.xChromaOffset = nbFormatProps.suggestedXChromaOffset; in MakeBackendTextureFromNativeBuffer() 344 imageInfo->ycbcrConversionInfo.yChromaOffset = nbFormatProps.suggestedYChromaOffset; in MakeBackendTextureFromNativeBuffer() 345 imageInfo->ycbcrConversionInfo.chromaFilter = VK_FILTER_NEAREST; in MakeBackendTextureFromNativeBuffer() 346 imageInfo->ycbcrConversionInfo.forceExplicitReconstruction = VK_FALSE; in MakeBackendTextureFromNativeBuffer() 347 imageInfo->ycbcrConversionInfo.formatFeatures = nbFormatProps.formatFeatures; in MakeBackendTextureFromNativeBuffer() 349 imageInfo->ycbcrConversionInfo.chromaFilter = VK_FILTER_LINEAR; in MakeBackendTextureFromNativeBuffer()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | gpu_image_vk.cpp | 154 …iew CreateImageView(const VkDevice device, const VkSamplerYcbcrConversionInfo* ycbcrConversionInfo, in CreateImageView() argument 168 ycbcrConversionInfo, // pNext in CreateImageView() 339 VkImageAspectFlags imageAspectFlags, const VkSamplerYcbcrConversionInfo* ycbcrConversionInfo) in CreateVkImageViews() argument 356 plat_.imageView = CreateImageView(vkDevice, ycbcrConversionInfo, imageInput, imageViewType, in CreateVkImageViews() 372 …vkDevice, ycbcrConversionInfo, imageInputIdentity, baseImageViewType, imageAspectFlags, 0U, 1U, 0U… in CreateVkImageViews() 382 …vkDevice, ycbcrConversionInfo, imageInput, baseImageViewType, imageAspectFlags, mipIdx, 1U, 0U, 1U… in CreateVkImageViews() 384 … platViews_.mipImageAllLayerViews[mipIdx] = CreateImageView(vkDevice, ycbcrConversionInfo, in CreateVkImageViews() 392 … platViews_.layerImageViews[layerIdx] = CreateImageView(vkDevice, ycbcrConversionInfo, imageInput, in CreateVkImageViews() 400 … platViews_.mipImageAllLayerViews[mipIdx] = CreateImageView(vkDevice, ycbcrConversionInfo, in CreateVkImageViews()
|
H A D | gpu_sampler_vk.cpp | 37 VkSamplerYcbcrConversionCreateInfo ycbcrConversionInfo; in CreateYcbcrConversion() local 38 …formHardwareBufferUtil::FillYcbcrConversionInfo(deviceVk, hwBufferProperties, ycbcrConversionInfo); in CreateYcbcrConversion() 40 vkDevice, &ycbcrConversionInfo, nullptr, &samplerYcbcrConversion)); in CreateYcbcrConversion()
|
H A D | gpu_image_vk.h | 64 … VkImageAspectFlags imageAspectFlags, const VkSamplerYcbcrConversionInfo* ycbcrConversionInfo);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/ |
H A D | image.h | 85 VKYcbcrConversionInfo ycbcrConversionInfo; member
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_render_util.cpp | 1221 vkImageInfo->ycbcrConversionInfo = {}; in SetVkImageInfo()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_render_node.cpp | 87 vkImageInfo->ycbcrConversionInfo = {}; in SetVkImageInfo()
|