Home
last modified time | relevance | path

Searched refs:NV12ToRGB565 (Results 1 - 6 of 6) sorted by relevance

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
H A Dimage_format_convert_ext_utils.h134 static bool NV12ToRGB565(const uint8_t *srcBuffer, const YUVDataInfo &yDInfo, DestConvertInfo &destInfo,
H A Dimage_format_convert_utils.h132 static bool NV12ToRGB565(const uint8_t *srcBuffer, const YUVDataInfo &yDInfo, DestConvertInfo &destInfo,
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/include/
H A Dimage_converter.h96 int32_t (*NV12ToRGB565)(const uint8_t* src_y, int src_stride_y, const uint8_t* src_uv, int src_stride_uv, member
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dimage_format_convert.cpp135 {std::make_pair(PixelFormat::NV12, PixelFormat::RGB_565), ImageFormatConvertUtils::NV12ToRGB565},
180 {std::make_pair(PixelFormat::NV12, PixelFormat::RGB_565), ImageFormatConvertExtUtils::NV12ToRGB565},
H A Dimage_format_convert_ext_utils.cpp1386 bool ImageFormatConvertExtUtils::NV12ToRGB565(const uint8_t *srcBuffer, const YUVDataInfo &yDInfo, in NV12ToRGB565() function in OHOS::Media::ImageFormatConvertExtUtils
H A Dimage_format_convert_utils.cpp1204 bool ImageFormatConvertUtils::NV12ToRGB565(const uint8_t *srcBuffer, const YUVDataInfo &yDInfo, in NV12ToRGB565() function in OHOS::Media::ImageFormatConvertUtils

Completed in 8 milliseconds