/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | pixel_convert_test.cpp | 53 srcImageInfo.pixelFormat = PixelFormat::ARGB_8888; 57 dstImageInfo.pixelFormat = PixelFormat::BGRA_8888; 74 srcImageInfo.pixelFormat = PixelFormat::UNKNOWN; 78 dstImageInfo.pixelFormat = PixelFormat::BGRA_8888; 95 srcImageInfo.pixelFormat = PixelFormat::ARGB_8888; 99 dstImageInfo.pixelFormat = PixelFormat::UNKNOWN; 116 srcImageInfo.pixelFormat = PixelFormat::RGB_565; 140 srcImageInfo.pixelFormat = PixelFormat::RGB_565; 164 srcImageInfo.pixelFormat = PixelFormat::RGB_565; 192 dstImageInfo.pixelFormat = PixelFormat::UNKNOWN; [all …]
|
H A D | color_converter_test.cpp | 48 srcImageInfo.pixelFormat = PixelFormat::ARGB_8888; 52 dstImageInfo.pixelFormat = PixelFormat::BGRA_8888; 74 srcImageInfo.pixelFormat = PixelFormat::RGB_565; 78 dstImageInfo.pixelFormat = PixelFormat::ARGB_8888; 111 srcImageInfo.pixelFormat = PixelFormat::RGB_565; 115 dstImageInfo.pixelFormat = PixelFormat::RGBA_8888; 147 srcImageInfo.pixelFormat = PixelFormat::RGB_565; 151 dstImageInfo.pixelFormat = PixelFormat::BGRA_8888; 422 dstImageInfo.pixelFormat = PixelFormat::RGB_565; 461 dstImageInfo.pixelFormat = PixelFormat::RGB_565; [all …]
|
H A D | pixel_yuv_ext_utils_test.cpp | 48 PixelFormat pixelFormat = PixelFormat::NV21; variable 51 bool res = PixelYuvExtUtils::Yuv420ToARGB(src, dst, size, pixelFormat, info); 69 PixelFormat pixelFormat = PixelFormat::NV21; variable 72 bool res = PixelYuvExtUtils::Yuv420ToARGB(src, nullptr, size, pixelFormat, info); 112 PixelFormat pixelFormat = PixelFormat::ARGB_8888; variable 122 …bool res = PixelYuvExtUtils::YuvRotate(srcPixels, pixelFormat, info, dstSize, dstPixels, dstStride… 191 PixelFormat pixelFormat = PixelFormat::YCBCR_P010; variable 201 …bool res = PixelYuvExtUtils::YuvRotate(srcPixels, pixelFormat, info, dstSize, dstPixels, dstStride… 214 PixelFormat pixelFormat = PixelFormat::YCBCR_P010; variable 228 …bool res = PixelYuvExtUtils::YuvRotate(srcPixels, pixelFormat, info, dstSize, dstPixels, dstStride… [all …]
|
H A D | pixel_convert_adapter_test.cpp | 51 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; 236 info.pixelFormat = PixelFormat::ARGB_8888; 279 info.pixelFormat = PixelFormat::ARGB_8888; 322 info.pixelFormat = PixelFormat::RGB_888; [all …]
|
H A D | image_utils_test.cpp | 340 pixelFormat = PixelFormat::ALPHA_8; 341 ret = imageutils.GetPixelBytes(pixelFormat); 344 pixelFormat = PixelFormat::RGB_888; 345 ret = imageutils.GetPixelBytes(pixelFormat); 348 pixelFormat = PixelFormat::RGB_565; 349 ret = imageutils.GetPixelBytes(pixelFormat); 352 pixelFormat = PixelFormat::RGBA_F16; 353 ret = imageutils.GetPixelBytes(pixelFormat); 356 pixelFormat = PixelFormat::NV21; 360 pixelFormat = PixelFormat::ASTC_4x4; [all …]
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/ |
H A D | buffer_converter_unit_test.cpp | 136 for (const auto &pixelFormat : testList) { variable 140 static_cast<int32_t>(pixelFormat)); 141 UNITTEST_INFO_LOG("pixel format:%d", static_cast<int32_t>(pixelFormat)); 161 for (const auto &pixelFormat : testList) { variable 165 static_cast<int32_t>(pixelFormat)); 188 static_cast<int32_t>(pixelFormat)); 189 UNITTEST_INFO_LOG("pixel format:%d", static_cast<int32_t>(pixelFormat)); 228 static_cast<int32_t>(pixelFormat)); 249 static_cast<int32_t>(pixelFormat)); 289 static_cast<int32_t>(pixelFormat)); [all …]
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
H A D | pixel_yuv_ext.cpp | 54 SkColorType colorType = ImageTypeConverter::ToSkColorType(info.pixelFormat); in ToSkImageInfo() 59 ImageTypeConverter::ToName(info.pixelFormat).c_str(), in ToSkImageInfo() 152 if (imageInfo.pixelFormat == PixelFormat::YCBCR_P010 || in scale() 153 imageInfo.pixelFormat == PixelFormat::YCRCB_P010) { in scale() 167 YuvImageInfo yuvInfo = {PixelYuvUtils::ConvertFormat(imageInfo.pixelFormat), in scale() 169 imageInfo.pixelFormat, yuvDataInfo}; in scale() 197 imageInfo.pixelFormat, yuvDataInfo}; in scale() 258 if (imageInfo.pixelFormat == PixelFormat::YCBCR_P010 || in flip() 259 imageInfo.pixelFormat == PixelFormat::YCRCB_P010) { in flip() 351 PixelFormat format = imageInfo_.pixelFormat; in ApplyColorSpace() [all …]
|
H A D | pixel_yuv.cpp | 494 PixelFormat format = imageInfo_.pixelFormat; in flip() 553 srcInfo.pixelFormat = imageInfo_.pixelFormat; in WritePixels() 642 dstImageInfo.pixelFormat = imageInfo_.pixelFormat; in ReadPixels() 658 …if (imageInfo_.pixelFormat == PixelFormat::YCBCR_P010 || imageInfo_.pixelFormat == PixelFormat::YC… in IsP010Yuv() 719 PixelFormat format = imageInfo_.pixelFormat; in translate() 788 PixelFormat format = imageInfo.pixelFormat; in GetYuv420Color() 855 if (IsYUVP010Format(imageInfo_.pixelFormat)) { in CheckPixelsInput() 880 if (IsYUVP010Format(info.pixelFormat)) { in SetRowDataSizeForImageInfo() 974 imageInfo.pixelFormat = format; in ColorSpaceBGRAToYuv() 989 PixelFormat format = imageInfo_.pixelFormat; in ApplyColorSpace() [all …]
|
H A D | pixel_map.cpp | 280 IsYUV(info.pixelFormat)) { in GetRGBxRowDataSize() 294 if (IsYUV(info.pixelFormat)) { in GetRGBxByteCount() 346 if (IsYUV(pixelFormat)) { in ChoosePixelmap() 709 if (pixelFormat == PixelFormat::RGBA_8888 || pixelFormat == PixelFormat::BGRA_8888) { in UpdatePixelsAlpha() 887 dstImageInfo.pixelFormat = opts.pixelFormat; in InitDstImageInfo() 889 dstImageInfo.pixelFormat = srcImageInfo.pixelFormat; in InitDstImageInfo() 1563 return pixelFormat == PixelFormat::RGB_565 || pixelFormat == PixelFormat::RGBA_8888 || in IsSupportConvertToARGB() 1564 pixelFormat == PixelFormat::BGRA_8888 || pixelFormat == PixelFormat::RGB_888 || in IsSupportConvertToARGB() 1565 pixelFormat == PixelFormat::NV21 || pixelFormat == PixelFormat::NV12; in IsSupportConvertToARGB() 3013 switch (pixelFormat) { in GetNamedPixelFormat() [all …]
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/ |
H A D | image_type_converter.cpp | 23 PixelFormat pixelFormat; member 78 SkColorType ImageTypeConverter::ToSkColorType(const PixelFormat pixelFormat) in ToSkColorType() argument 80 auto res = Find(g_pixelFormatPairs, [pixelFormat](PixelFormatPair iter) { in ToSkColorType() 81 return (iter.pixelFormat == pixelFormat); in ToSkColorType() 99 return res.pixelFormat; in ToPixelFormat() 110 const string ImageTypeConverter::ToName(const PixelFormat pixelFormat) in ToName() argument 112 auto res = Find(g_pixelFormatPairs, [pixelFormat](PixelFormatPair iter) { in ToName() 113 return (iter.pixelFormat == pixelFormat); in ToName()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/ |
H A D | image_pixel_map_switch_test.cpp | 55 opts.pixelFormat = PixelFormat::ARGB_8888; 83 opts.pixelFormat = PixelFormat::ARGB_8888; 111 opts.pixelFormat = PixelFormat::ARGB_8888; 184 info.pixelFormat = PixelFormat::RGB_888; 217 info.pixelFormat = PixelFormat::RGB_888; 242 info.pixelFormat = PixelFormat::UNKNOWN; 267 info.pixelFormat = PixelFormat::RGB_888; 293 info.pixelFormat = PixelFormat::RGB_888; 319 info.pixelFormat = PixelFormat::RGB_888; 814 info.pixelFormat = PixelFormat::NV21; [all …]
|
H A D | pixel_map_test.cpp | 50 info.pixelFormat = PixelFormat::RGB_888; in ConstructPixmap() 80 info.pixelFormat = format; in ConstructPixmap() 112 opts.pixelFormat = format; in ConstructPixmap() 126 info.pixelFormat = format; in ConstructPixelMap() 182 opts.pixelFormat = format; in InitOption() 218 options.pixelFormat = iter->first; 260 options.pixelFormat = iter->first; 300 options.pixelFormat = iter->first; 340 options.pixelFormat = iter->first; 379 options.pixelFormat = iter->first; [all …]
|
H A D | pixel_yuv_ext_test.cpp | 64 pixelYuvExt.imageInfo_.pixelFormat = PixelFormat::NV21; 85 pixelYuvExt.imageInfo_.pixelFormat = PixelFormat::NV21; 103 pixelYuvExt.imageInfo_.pixelFormat = PixelFormat::NV21; 123 pixelYuvExt.imageInfo_.pixelFormat = PixelFormat::NV21; 148 PixelFormat pixelFormat = PixelFormat::NV21; variable 150 uint32_t ret = pixelYuvExt.ColorSpaceBGRAToYuv(src, dst, imageInfo, pixelFormat, grColorSpace); 180 pixelYuvExt.imageInfo_.pixelFormat = PixelFormat::NV21;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
H A D | rs_pixel_map_util_test.cpp | 78 pixelMap->imageInfo_.pixelFormat = Media::PixelFormat::RGB_565; 81 pixelMap->imageInfo_.pixelFormat = Media::PixelFormat::RGBA_8888; 87 pixelMap->imageInfo_.pixelFormat = Media::PixelFormat::ALPHA_8; 89 pixelMap->imageInfo_.pixelFormat = Media::PixelFormat::RGBA_F16; 93 pixelMap->imageInfo_.pixelFormat = Media::PixelFormat::UNKNOWN; 97 pixelMap->imageInfo_.pixelFormat = Media::PixelFormat::RGB_888; 99 pixelMap->imageInfo_.pixelFormat = Media::PixelFormat::NV21; 101 pixelMap->imageInfo_.pixelFormat = Media::PixelFormat::NV12; 103 pixelMap->imageInfo_.pixelFormat = Media::PixelFormat::CMYK; 164 pixelmap->imageInfo_.pixelFormat = Media::PixelFormat::NV12; [all …]
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/pixelconverter/src/ |
H A D | pixel_convert_adapter.cpp | 76 static SkColorType PixelFormatConvert(const PixelFormat &pixelFormat) in PixelFormatConvert() argument 78 auto formatSearch = PIXEL_FORMAT_MAP.find(pixelFormat); in PixelFormatConvert() 179 SkColorType srcColorType = PixelFormatConvert(srcInfo.pixelFormat); in WritePixelsConvert() 180 SkColorType dstColorType = PixelFormatConvert(dstInfo.pixelFormat); in WritePixelsConvert() 189 dstRowBytes = (dstInfo.pixelFormat == PixelFormat::RGB_888) ? in WritePixelsConvert() 194 if (srcInfo.pixelFormat == PixelFormat::RGB_888) { in WritePixelsConvert() 200 if (srcInfo.pixelFormat == PixelFormat::ARGB_8888) { in WritePixelsConvert() 215 if (dstInfo.pixelFormat == PixelFormat::ARGB_8888) { in WritePixelsConvert() 218 } else if (dstInfo.pixelFormat == PixelFormat::RGB_888) { in WritePixelsConvert() 236 SkColorType srcColorType = PixelFormatConvert(srcInfo.pixelFormat); in ReadPixelsConvert() [all …]
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | pixel_convert.cpp | 1319 if ((srcInfo.pixelFormat != PixelFormat::NV21 && srcInfo.pixelFormat != PixelFormat::NV12) || in ConvertFromYUV() 1320 (dstInfo.pixelFormat == PixelFormat::NV21 || dstInfo.pixelFormat == PixelFormat::NV12)) { in ConvertFromYUV() 1324 …if ((srcInfo.pixelFormat == PixelFormat::NV12 && dstInfo.pixelFormat == PixelFormat::YCBCR_P010) || in ConvertFromYUV() 1375 … if (ConvertForFFMPEG(srcP010, srcInfo.pixelFormat, srcInfo, dstPixels, dstInfo.pixelFormat)) { in ConvertFromP010() 1433 if ((srcInfo.pixelFormat == PixelFormat::NV21 || srcInfo.pixelFormat == PixelFormat::NV12) || in ConvertToYUV() 1434 (dstInfo.pixelFormat != PixelFormat::NV21 && dstInfo.pixelFormat != PixelFormat::NV12)) { in ConvertToYUV() 1505 if (srcInfo.pixelFormat == dstInfo.pixelFormat && in YUVConvert() 1511 if (IsYUVP010Format(srcInfo.pixelFormat) && IsYUVP010Format(dstInfo.pixelFormat)) { in YUVConvert() 1548 if (IsInterYUVConvert(srcImageInfo.pixelFormat, dstImageInfo.pixelFormat) || in PixelsConvert() 1549 (IsYUVP010Format(srcImageInfo.pixelFormat) && IsYUVP010Format(dstImageInfo.pixelFormat))) { in PixelsConvert() [all …]
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/pixelmap_ndk/ |
H A D | pixelmap_native_impl.cpp | 35 if (opts.pixelFormat == PixelFormat::RGBA_1010102 || in OH_PixelmapNative() 36 opts.pixelFormat == PixelFormat::YCBCR_P010 || in OH_PixelmapNative() 37 opts.pixelFormat == PixelFormat::YCRCB_P010) { in OH_PixelmapNative() 47 if (opts.pixelFormat == PixelFormat::RGBA_1010102 || in OH_PixelmapNative() 48 opts.pixelFormat == PixelFormat::YCBCR_P010 || in OH_PixelmapNative() 49 opts.pixelFormat == PixelFormat::YCRCB_P010) { in OH_PixelmapNative()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_pixel_map_util.cpp | 51 switch (pixelFormat) { in PixelFormatToDrawingColorType() 131 PixelFormatToDrawingColorType(imageInfo.pixelFormat), in ExtractDrawingImage() 204 PixelFormatToDrawingColorType(imageInfo.pixelFormat), in DrawPixelMap() 226 …return imageInfo.pixelFormat == Media::PixelFormat::NV21 || imageInfo.pixelFormat == Media::PixelF… in IsYUVFormat() 231 switch (pixelFormat) { in YUVPixelFormatToPlaneConfig() 243 switch (pixelFormat) { in YUVPixelFormatToSubSampling() 254 switch (pixelFormat) { in YUVPixelFormatToYUVColorSpace() 270 YUVPixelFormatToPlaneConfig(imageInfo.pixelFormat), in ConvertYUVPixelMapToDrawingImage() 271 YUVPixelFormatToSubSampling(imageInfo.pixelFormat), in ConvertYUVPixelMapToDrawingImage() 272 YUVPixelFormatToYUVColorSpace(imageInfo.pixelFormat)); in ConvertYUVPixelMapToDrawingImage() [all …]
|
/ohos5.0/drivers/hdf_core/framework/model/camera/device_impl/src/ |
H A D | camera_stream.c | 163 isFailed |= !HdfSbufWriteInt32(rspData, ctrlConfig.pixelFormat.crop.left); in CameraSendCropData() 164 isFailed |= !HdfSbufWriteInt32(rspData, ctrlConfig.pixelFormat.crop.top); in CameraSendCropData() 165 isFailed |= !HdfSbufWriteUint32(rspData, ctrlConfig.pixelFormat.crop.width); in CameraSendCropData() 190 isFailed |= !HdfSbufReadInt32(reqData, &ctrlConfig->pixelFormat.crop.left); in CameraReceiveCropData() 191 isFailed |= !HdfSbufReadInt32(reqData, &ctrlConfig->pixelFormat.crop.top); in CameraReceiveCropData() 303 if (!HdfSbufWriteString(rspData, enumFmt.pixelFormat.pixel.description)) { in CameraEnumFmtData() 307 if (!HdfSbufWriteUint32(rspData, enumFmt.pixelFormat.pixel.format)) { in CameraEnumFmtData() 324 if (!HdfSbufWriteUint32(rspData, enumFmt.pixelFormat.pixel.height)) { in CameraEnumFramesizesData() 328 if (!HdfSbufWriteUint32(rspData, enumFmt.pixelFormat.pixel.width)) { in CameraEnumFramesizesData() 345 if (!HdfSbufWriteUint32(rspData, enumFmt.pixelFormat.fps.numerator)) { in CameraEnumFrameintervalData() [all …]
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libwebpplugin/src/ |
H A D | webp_encoder.cpp | 153 PixelFormat pixelFormat = GetPixelFormat(pixelMap); in CheckEncodeFormat() local 154 IMAGE_LOGD("CheckEncodeFormat, pixelFormat=%{public}u", pixelFormat); in CheckEncodeFormat() 156 switch (pixelFormat) { in CheckEncodeFormat() 187 IMAGE_LOGE("CheckEncodeFormat, pixelFormat=%{public}u", pixelFormat); in CheckEncodeFormat() 197 PixelFormat pixelFormat = GetPixelFormat(pixelMap); in DoTransform() local 200 pixelFormat, alphaType, componentsNum); in DoTransform() 226 } else if (pixelFormat == PixelFormat::RGB_888) { in DoTransform() 228 } else if ((pixelFormat == PixelFormat::RGB_565) && IsOpaque(pixelMap)) { in DoTransform() 231 } else if (pixelFormat == PixelFormat::ALPHA_8) { in DoTransform() 787 .pixelFormat = pf, in MakeImageInfo() [all …]
|
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/server/post_processing/ |
H A D | post_processing.h | 233 .pixelFormat = config_.outputPixelFormat in Init() 247 for (auto pixelFormat : hdrVividVideoPixelFormatList) { in Init() local 249 input.pixelFormat = pixelFormat, in Init() 272 int32_t pixelFormat; in CreateConfiguration() local 273 if (!format.GetIntValue(MediaDescriptionKey::MD_KEY_PIXEL_FORMAT, pixelFormat)) { in CreateConfiguration() 274 pixelFormat = static_cast<int32_t>(VideoPixelFormat::NV12); in CreateConfiguration() 285 switch (pixelFormat) { in CreateConfiguration() 287 pixelFormat = pixelFormatNV12; in CreateConfiguration() 290 pixelFormat = pixelFormatNV21; in CreateConfiguration() 293 AVCODEC_LOGE("Unsupported pixel format %{public}d", pixelFormat); in CreateConfiguration() [all …]
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/hdmi/ |
H A D | hdmi_dfm.c | 20 uint32_t pixelFormat; in HdmiDfmGetPixelFormat() local 24 pixelFormat = HDMI_DFM_PIXEL_FORMAT_MODE_0; in HdmiDfmGetPixelFormat() 27 pixelFormat = HDMI_DFM_PIXEL_FORMAT_MODE_1; in HdmiDfmGetPixelFormat() 30 pixelFormat = HDMI_DFM_PIXEL_FORMAT_MODE_2; in HdmiDfmGetPixelFormat() 33 pixelFormat = HDMI_DFM_PIXEL_FORMAT_MODE_3; in HdmiDfmGetPixelFormat() 36 pixelFormat = HDMI_DFM_PIXEL_FORMAT_MODE_0; in HdmiDfmGetPixelFormat() 39 return pixelFormat; in HdmiDfmGetPixelFormat() 60 param->pixelFormat = HdmiDfmGetPixelFormat(colorSpace); in HdmiDfmFillParam() 190 kcd = (param->pixelFormat == 2) ? HDMI_DFM_MAGNIFICATION_8 : param->colorDepth; in HdmiDfmCaculateVideoInfo() 191 k420 = (param->pixelFormat == 1) ? 2 : 1; in HdmiDfmCaculateVideoInfo()
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/hdf_driver/src/driver_adapter/src/ |
H A D | camera_fileformat.cpp | 30 fraMival.pixelFormat = frmSize.pixelFormat; in CameraGetCurrentFormat() 39 currentFormat.fmtdesc.pixelFormat = enumFmtDesc.pixelFormat; in CameraGetCurrentFormat() 65 frmSize.pixelFormat = enumFmtDesc.pixelFormat; in CameraSearchFormat() 155 ctrl.fmtdesc.pixelFormat, ctrl.fmtdesc.width, ctrl.fmtdesc.height); in CameraSetFormat() 156 isFailed |= !HdfSbufWriteUint32(reqData, ctrl.fmtdesc.pixelFormat); in CameraSetFormat() 194 isFailed |= !HdfSbufReadUint32(respData, &(ctrl.fmtdesc.pixelFormat)); in CameraGetFormat() 199 … "get sizeImage = %{public}d\n", ctrl.fmtdesc.pixelFormat, ctrl.fmtdesc.width, ctrl.fmtdesc.height, in CameraGetFormat() 347 isFailed |= !HdfSbufReadUint32(respData, &(enumFmtDesc.pixelFormat)); in EnumFmtDesc() 373 isFailed |= !HdfSbufWriteUint32(reqData, frmSize.pixelFormat); in EnumFrmsize() 405 isFailed |= !HdfSbufWriteUint32(reqData, fraMival.pixelFormat); in Enumfrmivale()
|
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/ |
H A D | pixel_format_utils.cpp | 20 ImagePixelFormat pixelFormat; member 29 bool PixelFormatUtils::BppOfPixelFormat(ImagePixelFormat pixelFormat, int16_t& bpp) in BppOfPixelFormat() argument 33 if (pixelFormat == g_mapBpp[i].pixelFormat) { in BppOfPixelFormat()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/cj/src/ |
H A D | pixel_map_impl.cpp | 28 if (opts.pixelFormat == PixelFormat::RGBA_1010102 || in CreatePixelMap() 29 opts.pixelFormat == PixelFormat::YCBCR_P010 || in CreatePixelMap() 30 opts.pixelFormat == PixelFormat::YCRCB_P010) { in CreatePixelMap() 43 if (opts.pixelFormat == PixelFormat::RGBA_1010102 || in CreatePixelMap() 44 opts.pixelFormat == PixelFormat::YCBCR_P010 || in CreatePixelMap() 45 opts.pixelFormat == PixelFormat::YCRCB_P010) { in CreatePixelMap()
|