Home
last modified time | relevance | path

Searched refs:destPixelFormat (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_format_convert_mdk_kits.cpp76 !IsMatchType(args->destFormatType, args->destPixelFormat)) { in ImageConvertExec()
81 uint32_t ret = ImageFormatConvert::ConvertImageFormat(args->srcPixelMap, args->destPixelFormat); in ImageConvertExec()
H A Dpixel_map_napi.cpp3751 PixelFormat destPixelFormat = context->destFormat; in GetNativePixelMapInfo() local
3753 IMG_NAPI_CHECK_BUILD_ERROR(IsMatchFormatType(context->dstFormatType, destPixelFormat), in GetNativePixelMapInfo()
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/include/
H A Dimage_format_convert_mdk_kits.h32 PixelFormat destPixelFormat; member
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/pixelmap_ndk/
H A Dpixelmap_native.cpp642 int32_t destPixelFormat) in ImageConvert_YuvToRgb() argument
648 PixelFormat destFormat = static_cast<PixelFormat>(destPixelFormat); in ImageConvert_YuvToRgb()
663 int32_t destPixelFormat) in ImageConvert_RgbToYuv() argument
670 PixelFormat destFormat = static_cast<PixelFormat>(destPixelFormat); in ImageConvert_RgbToYuv()
685 int32_t destPixelFormat) in OH_PixelMapNative_ConvertPixelFormat() argument
694 if (ImageConvert_YuvToRgb(srcPixelMap, destPixelMap, destPixelFormat) != SUCCESS) { in OH_PixelMapNative_ConvertPixelFormat()
698 if (ImageConvert_RgbToYuv(srcPixelMap, destPixelMap, destPixelFormat) != SUCCESS) { in OH_PixelMapNative_ConvertPixelFormat()
/ohos5.0/foundation/multimedia/image_framework/interfaces/kits/native/include/image/
H A Dpixelmap_native.h838 int32_t destPixelFormat);