Home
last modified time | relevance | path

Searched refs:RGB_565 (Results 1 – 25 of 94) sorted by relevance

1234

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/test/unittest/src/
H A Davmetadata_unit_test.cpp404 param = {dstWidthMin - 1, 316, PixelFormat::RGB_565};
407 param = {dstWidthMin, 316, PixelFormat::RGB_565};
410 param = {dstWidthMax, 316, PixelFormat::RGB_565};
413 param = {dstWidthMax + 1, 316, PixelFormat::RGB_565};
416 param = {316, -1, PixelFormat::RGB_565};
419 param = {316, 0, PixelFormat::RGB_565};
422 param = {316, dstHeightMin - 1, PixelFormat::RGB_565};
425 param = {316, dstHeightMin, PixelFormat::RGB_565};
428 param = {316, dstHeightMax, PixelFormat::RGB_565};
431 param = {316, dstHeightMax + 1, PixelFormat::RGB_565};
[all …]
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dimage_format_convert.cpp70 … {std::make_pair(PixelFormat::RGB_565, PixelFormat::NV21), ImageFormatConvertUtils::RGB565ToNV21}, in __anonf075f8a20202()
71 … {std::make_pair(PixelFormat::RGB_565, PixelFormat::NV12), ImageFormatConvertUtils::RGB565ToNV12}, in __anonf075f8a20202()
99 …{std::make_pair(PixelFormat::RGB_565, PixelFormat::NV21), ImageFormatConvertExtUtils::RGB565ToNV21… in __anonf075f8a20202()
135 … {std::make_pair(PixelFormat::NV12, PixelFormat::RGB_565), ImageFormatConvertUtils::NV12ToRGB565}, in __anonf075f8a20302()
141 … {std::make_pair(PixelFormat::NV21, PixelFormat::RGB_565), ImageFormatConvertUtils::NV21ToRGB565}, in __anonf075f8a20302()
228 {PixelFormat::RGB_565, PixelFormat::YCBCR_P010},
233 {PixelFormat::RGB_565, PixelFormat::YCRCB_P010},
243 case PixelFormat::RGB_565: in CalcRGBStride()
386 case PixelFormat::RGB_565:{ in GetBufferSizeByFormat()
441 case PixelFormat::RGB_565: in IsSupport()
[all …]
H A Dpixel_convert.cpp966 g_procMapping.emplace(MakeKey(GRAY_BIT, RGB_565), &BitConvertRGB565); in InitGrayProc()
970 g_procMapping.emplace(MakeKey(ALPHA_8, RGB_565), &GrayConvertRGB565); in InitGrayProc()
981 g_procMapping.emplace(MakeKey(RGB_888, RGB_565), &RGB888ConvertRGB565); in InitRGBProc()
986 g_procMapping.emplace(MakeKey(BGR_888, RGB_565), &BGR888ConvertRGB565); in InitRGBProc()
994 g_procMapping.emplace(MakeKey(RGB_565, ARGB_8888), &RGB565ConvertARGB8888); in InitRGBProc()
995 g_procMapping.emplace(MakeKey(RGB_565, RGBA_8888), &RGB565ConvertRGBA8888); in InitRGBProc()
996 g_procMapping.emplace(MakeKey(RGB_565, BGRA_8888), &RGB565ConvertBGRA8888); in InitRGBProc()
1004 g_procMapping.emplace(MakeKey(RGBA_8888, RGB_565), &RGBA8888ConvertRGB565); in InitRGBAProc()
1028 g_procMapping.emplace(MakeKey(CMKY, RGB_565), &CMYKConvertRGB565); in InitCMYKProc()
1041 g_procMapping.emplace(MakeKey(RGBA_F16, RGB_565), in InitF16Proc()
[all …]
H A Dimage_format_convert_ext_utils.cpp86 case PixelFormat::RGB_565: in RGBToI420()
171 case PixelFormat::RGB_565:
193 case PixelFormat::RGB_565: in CalcRGBStride()
1027 …return RGBToI420ToI010ToP010(srcBuffer, rgbInfo, PixelFormat::RGB_565, destInfo, PixelFormat::YCBC…
1033 …return RGBToI420ToI010ToP010(srcBuffer, rgbInfo, PixelFormat::RGB_565, destInfo, PixelFormat::YCRC…
1301 return RGBToI420ToYuv(srcBuffer, rgbInfo, PixelFormat::RGB_565, destInfo, PixelFormat::NV21);
1308 return RGBToI420ToYuv(srcBuffer, rgbInfo, PixelFormat::RGB_565, destInfo, PixelFormat::NV12);
1387 destInfo.format = PixelFormat::RGB_565;
1395 destInfo.format = PixelFormat::RGB_565;
H A Dimage_format_convert_utils.cpp861 return YuvP010ToRGB(srcBuffer, yDInfo, PixelFormat::YCBCR_P010, destInfo, PixelFormat::RGB_565);
931 return YuvP010ToRGB(srcBuffer, yDInfo, PixelFormat::YCRCB_P010, destInfo, PixelFormat::RGB_565);
1019 … return RGBToYuvP010(srcBuffer, rgbInfo, PixelFormat::RGB_565, destInfo, PixelFormat::YCBCR_P010);
1025 … return RGBToYuvP010(srcBuffer, rgbInfo, PixelFormat::RGB_565, destInfo, PixelFormat::YCRCB_P010);
1209 return YuvToRGB(srcBuffer, yDInfo, PixelFormat::NV12, destInfo, PixelFormat::RGB_565);
1216 return YuvToRGB(srcBuffer, yDInfo, PixelFormat::NV21, destInfo, PixelFormat::RGB_565);
1307 return RGBToYuv(srcBuffer, rgbInfo, PixelFormat::RGB_565, destInfo, PixelFormat::NV21);
1314 return RGBToYuv(srcBuffer, rgbInfo, PixelFormat::RGB_565, destInfo, PixelFormat::NV12);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dcolor_converter_test.cpp74 srcImageInfo.pixelFormat = PixelFormat::RGB_565;
111 srcImageInfo.pixelFormat = PixelFormat::RGB_565;
147 srcImageInfo.pixelFormat = PixelFormat::RGB_565;
422 dstImageInfo.pixelFormat = PixelFormat::RGB_565;
461 dstImageInfo.pixelFormat = PixelFormat::RGB_565;
496 srcImageInfo.pixelFormat = PixelFormat::RGB_565;
500 dstImageInfo.pixelFormat = PixelFormat::RGB_565;
643 dstImageInfo.pixelFormat = PixelFormat::RGB_565;
721 dstImageInfo.pixelFormat = PixelFormat::RGB_565;
H A Dpixel_convert_adapter_test.cpp51 info.pixelFormat = PixelFormat::RGB_565;
64 dstInfo.pixelFormat = PixelFormat::RGB_565;
117 info.pixelFormat = PixelFormat::RGB_565;
130 dstInfo.pixelFormat = PixelFormat::RGB_565;
159 srcInfo.pixelFormat = PixelFormat::RGB_565;
187 info.pixelFormat = PixelFormat::RGB_565;
212 info.pixelFormat = PixelFormat::RGB_565;
H A Dpixel_convert_test.cpp116 srcImageInfo.pixelFormat = PixelFormat::RGB_565;
140 srcImageInfo.pixelFormat = PixelFormat::RGB_565;
164 srcImageInfo.pixelFormat = PixelFormat::RGB_565;
278 dstImageInfo.pixelFormat = PixelFormat::RGB_565;
398 dstImageInfo.pixelFormat = PixelFormat::RGB_565;
638 dstImageInfo.pixelFormat = PixelFormat::RGB_565;
798 dstImageInfo.pixelFormat = PixelFormat::RGB_565;
958 dstImageInfo.pixelFormat = PixelFormat::RGB_565;
994 srcImageInfo.pixelFormat = PixelFormat::RGB_565;
1034 srcImageInfo.pixelFormat = PixelFormat::RGB_565;
[all …]
H A Dimage_format_convert_test.cpp104 case PixelFormat::RGB_565: in GetNamedPixelFormat()
708 PixelFormat srcFormat = PixelFormat::RGB_565;
718 PixelFormat srcFormat = PixelFormat::RGB_565;
728 PixelFormat srcFormat = PixelFormat::RGB_565;
738 PixelFormat srcFormat = PixelFormat::RGB_565;
855 PixelFormat destFormat = PixelFormat::RGB_565;
866 PixelFormat destFormat = PixelFormat::RGB_565;
1353 PixelFormat srcFormat = PixelFormat::RGB_565;
1363 PixelFormat srcFormat = PixelFormat::RGB_565;
1373 PixelFormat srcFormat = PixelFormat::RGB_565;
[all …]
H A Dimage_format_convert_fail_test.cpp65 PixelFormat srcFormat = PixelFormat::RGB_565;
201 PixelFormat srcFormat = PixelFormat::RGB_565;
/ohos5.0/foundation/window/window_manager/snapshot/test/unittest/
H A Dsnapshot_utils_test.cpp299 .format = Media::PixelFormat::RGB_565,
316 .format = Media::PixelFormat::RGB_565,
333 .format = Media::PixelFormat::RGB_565,
430 .format = Media::PixelFormat::RGB_565,
447 .format = Media::PixelFormat::RGB_565,
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageyuvconvert_fuzzer/src/
H A Dimage_yuv_convert_fuzzer.cpp198 PixelFormat srcFormat = PixelFormat::RGB_565; in RGB565ToNV12FuzzTest001()
209 PixelFormat srcFormat = PixelFormat::RGB_565; in RGB565ToNV12FuzzTest002()
220 PixelFormat srcFormat = PixelFormat::RGB_565; in RGB565ToNV21FuzzTest001()
231 PixelFormat srcFormat = PixelFormat::RGB_565; in RGB565ToNV21FuzzTest002()
373 PixelFormat destFormat = PixelFormat::RGB_565; in NV21ToRGB565FuzzTest001()
385 PixelFormat destFormat = PixelFormat::RGB_565; in NV21ToRGB565FuzzTest002()
449 PixelFormat destFormat = PixelFormat::RGB_565; in NV12ToRGB565FuzzTest001()
461 PixelFormat destFormat = PixelFormat::RGB_565; in NV12ToRGB565FuzzTest002()
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/
H A Dimage_converter.cpp34 case Media::PixelFormat::RGB_565: in PixelFormatToSkColorType()
93 case Media::PixelFormat::RGB_565:
H A Dimage_source_preview.h33 RGB_565 = 2, enumerator
/ohos5.0/docs/zh-cn/application-dev/reference/apis-image-kit/
H A D_o_h_o_s_1_1_media_1_1_ohos_pixel_map_info.md53 | 2 | 格式为RGB_565 |
H A D_ohos_pixel_map_create_ops.md78 | 2 | 格式为RGB_565 |
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libwebpplugin/src/
H A Dwebp_decoder.cpp109 if (opts.desiredPixelFormat == PixelFormat::RGB_565) { in SetDecodeOptions()
148 if (opts_.desiredPixelFormat == PixelFormat::RGB_565) { in Decode()
257 case PixelFormat::RGB_565: in GetWebpDecodeMode()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/avmetadata_fuzztest/avmetadatafetchframeattime_fuzzer/
H A Davmetadatafetchframeattime_fuzzer.cpp68 PixelFormat::RGB_565, in FuzzAVMetadataFetchFrameAtTime()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/image_native/
H A Dimage_type.h102 RGB_565 = 2, // Each pixel is stored on 2 bytes enumerator
/ohos5.0/foundation/window/window_manager/snapshot/src/
H A Dsnapshot_utils.cpp165 case Media::PixelFormat::RGB_565: in CheckParamValid()
295 } else if (param.format == Media::PixelFormat::RGB_565) { in WriteToJpeg()
338 } else if (param.format == Media::PixelFormat::RGB_565) { in WriteToJpeg()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dwebp_decoder_test.cpp227 opts.desiredPixelFormat = PixelFormat::RGB_565;
411 opts.desiredPixelFormat = PixelFormat::RGB_565;
506 PixelFormat pixelFormat = PixelFormat::RGB_565;
635 opts.desiredPixelFormat = PixelFormat::RGB_565;
/ohos5.0/foundation/multimedia/player_framework/services/include/
H A Di_avmetadatahelper_service.h58 PixelFormat colorFormat = PixelFormat::RGB_565;
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/
H A D_o_h_o_s_1_1_media_1_1_ohos_pixel_map_info.md57 | 2 | RGB_565.|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_format_convert_mdk_kits.cpp51 case PixelFormat::RGB_565: in IsMatchType()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/pixelconverter/src/
H A Dpixel_convert_adapter.cpp53 {PixelFormat::RGB_565, AV_PIX_FMT_RGB565},
67 { PixelFormat::RGB_565, SkColorType::kRGB_565_SkColorType},

1234