Searched refs:UpdateYUVDataInfo (Results 1 - 5 of 5) sorted by relevance
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
H A D | pixel_yuv_ext.cpp | 169 UpdateYUVDataInfo(imageInfo.pixelFormat, imageInfo.size.width, imageInfo.size.height, dstStrides); in scale() 197 UpdateYUVDataInfo(imageInfo.pixelFormat, imageInfo.size.width, imageInfo.size.height, dstStrides); in scale() 240 UpdateYUVDataInfo(imageInfo_.pixelFormat, dstWidth, dstHeight, dstStrides) in rotate() 292 UpdateYUVDataInfo(imageInfo.pixelFormat, imageInfo.size.width, imageInfo.size.height, dstStrides); in flip()
|
H A D | pixel_yuv.cpp | 322 UpdateYUVDataInfo(imageInfo_.pixelFormat, imageInfo_.size.width, imageInfo_.size.height, dstStrides); in rotate() 354 UpdateYUVDataInfo(imageInfo_.pixelFormat, rect.width, rect.height, dstStrides); in crop() 421 UpdateYUVDataInfo(imageInfo.pixelFormat, imageInfo.size.width, imageInfo.size.height, dstStrides); in scale() 458 UpdateYUVDataInfo(imageInfo.pixelFormat, imageInfo.size.width, imageInfo.size.height, dstStrides); in scale() 500 UpdateYUVDataInfo(format, srcW, srcH, dstStrides); in flip() 711 UpdateYUVDataInfo(imageInfo_.pixelFormat, width, height, dstStrides); in translate()
|
H A D | pixel_map.cpp | 337 void UpdateYUVDataInfo(int32_t width, int32_t height, YUVDataInfo &yuvInfo) in UpdateYUVDataInfo() function 371 UpdateYUVDataInfo(dstPixelMap->GetWidth(), dstPixelMap->GetHeight(), yDatainfo); in SetYUVDataInfoToPixelMap() 2986 void PixelMap::UpdateYUVDataInfo(PixelFormat format, int32_t width, int32_t height, YUVStrideInfo &strides) in UpdateYUVDataInfo() function in OHOS::Media::PixelMap 3967 UpdateYUVDataInfo(sdrMemory->data.format, imageInfo.size.width, imageInfo.size.height, dstStrides); in ToSdr()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | image_format_convert.cpp | 694 pixelMap->UpdateYUVDataInfo(info.pixelFormat, info.size.width, info.size.height, strides); in MakeDestPixelMap() 748 pixelMap->UpdateYUVDataInfo(info.pixelFormat, info.size.width, info.size.height, strides); in MakeDestPixelMapUnique()
|
/foundation/multimedia/image_framework/interfaces/innerkits/include/ |
H A D | pixel_map.h | 243 NATIVEEXPORT virtual void UpdateYUVDataInfo(PixelFormat format, int32_t width, int32_t height,
|
Completed in 13 milliseconds