Home
last modified time | relevance | path

Searched refs:NV12P010ToNV21P010 (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
H A Dimage_format_convert_utils.h76 static bool NV12P010ToNV21P010(const uint8_t *srcBuffer, const YUVDataInfo &yDInfo, DestConvertInfo &destInfo,
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpixel_convert.cpp1140 static bool NV12P010ToNV21P010(const uint16_t *srcBuffer, const ImageInfo &info, uint16_t *destBuffer) in NV12P010ToNV21P010() function
1358 NV12P010ToNV21P010((uint16_t *)srcPixels, srcInfo, (uint16_t *)srcP010); in ConvertFromP010()
1490 NV12P010ToNV21P010((uint16_t *)dstP010, dstInfo, (uint16_t *)dstPixels); in ConvertToP010()
1514 return NV12P010ToNV21P010((uint16_t *)srcPixels, dstInfo, (uint16_t *)dstPixels) == true ? in YUVConvert()
H A Dimage_format_convert.cpp154 ImageFormatConvertUtils::NV12P010ToNV21P010},
197 ImageFormatConvertUtils::NV12P010ToNV21P010},
H A Dimage_format_convert_utils.cpp388 IMAGE_LOGE("NV12P010ToNV21P010 failed!"); in SwapNV21P010()
778 bool ImageFormatConvertUtils::NV12P010ToNV21P010(const uint8_t *srcBuffer, const YUVDataInfo &yDInfo, in NV12P010ToNV21P010() function in OHOS::Media::ImageFormatConvertUtils
799 IMAGE_LOGE("NV12P010ToNV21P010 failed!"); in NV12P010ToNV21P010()
921 IMAGE_LOGE("NV12P010ToNV21P010 failed!"); in NV21P010ToNV12P010()

Completed in 9 milliseconds