Home
last modified time | relevance | path

Searched refs:srcPixelFormat (Results 1 - 25 of 31) sorted by relevance

12

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dscan_line_filter.cpp36 ScanlineFilter::ScanlineFilter(const PixelFormat &srcPixelFormat) : srcBpp_(ImageUtils::GetPixelBytes(srcPixelFormat)) in ScanlineFilter() argument
39 void ScanlineFilter::SetSrcPixelFormat(const PixelFormat &srcPixelFormat) in SetSrcPixelFormat() argument
41 srcBpp_ = ImageUtils::GetPixelBytes(srcPixelFormat); in SetSrcPixelFormat()
H A Dimage_format_convert_utils.cpp210 srcInfo.pixelFormat = convertInfo.srcPixelFormat; in RGBAConvert()
254 convertInfo.srcPixelFormat = PixelFormat::RGBA_U16; in P010ToRGBA10101012SoftDecode()
455 convertInfo.srcPixelFormat = PixelFormat::RGBA_1010102; in RGB10ToYuv()
493 convertInfo.srcPixelFormat = PixelFormat::RGBA_1010102; in RGBA1010102ToP010SoftDecode()
573 convertInfo.srcPixelFormat = PixelFormat::RGB_888; in YUVToRGBA1010102SoftDecode()
H A Dpixel_convert.cpp1062 static ProcFuncType GetProcFuncType(uint32_t srcPixelFormat, uint32_t dstPixelFormat) in GetProcFuncType() argument
1073 string procKey = MakeKey(srcPixelFormat, dstPixelFormat); in GetProcFuncType()
1530 static bool IsInterYUVConvert(PixelFormat srcPixelFormat, PixelFormat dstPixelFormat) in IsInterYUVConvert() argument
1532 return (srcPixelFormat == PixelFormat::NV12 || srcPixelFormat == PixelFormat::NV21) && in IsInterYUVConvert()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
H A Dscan_line_filter.h30 explicit ScanlineFilter(const PixelFormat &srcPixelFormat);
33 void SetSrcPixelFormat(const PixelFormat &srcPixelFormat);
/foundation/multimedia/image_framework/frameworks/kits/js/common/pixelmap_ndk/
H A Dpixelmap_native.cpp62 PIXEL_FORMAT srcPixelFormat = PIXEL_FORMAT::PIXEL_FORMAT_BGRA_8888; member
249 *srcpixelFormat = static_cast<int32_t>(ops->srcPixelFormat); in OH_PixelmapInitializationOptions_GetSrcPixelFormat()
260 ops->srcPixelFormat = ParsePixelForamt(srcpixelFormat); in OH_PixelmapInitializationOptions_SetSrcPixelFormat()
413 info.srcPixelFormat = static_cast<PixelFormat>(options->srcPixelFormat); in OH_PixelmapNative_CreatePixelmap()
440 info.srcPixelFormat = static_cast<PixelFormat>(options->srcPixelFormat); in OH_PixelmapNative_CreateEmptyPixelmap()
649 PixelFormat srcPixelFormat = srcPixelMap->GetInnerPixelmap()->GetPixelFormat(); in ImageConvert_YuvToRgb() local
651 if (!IsMatchType(IMAGE_FORMAT::IMAGE_FORMAT_YUV_TYPE, srcPixelFormat) || in ImageConvert_YuvToRgb()
671 PixelFormat srcPixelFormat in ImageConvert_RgbToYuv() local
693 PixelFormat srcPixelFormat = srcPixelMap->GetInnerPixelmap()->GetPixelFormat(); OH_PixelMapNative_ConvertPixelFormat() local
[all...]
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_format_convert_mdk_kits.cpp74 PixelFormat srcPixelFormat = args->srcPixelMap->GetPixelFormat(); in ImageConvertExec() local
75 if (!IsMatchType(args->srcFormatType, srcPixelFormat) || in ImageConvertExec()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dscan_line_filter_test.cpp78 PixelFormat srcPixelFormat = PixelFormat::UNKNOWN; in HWTEST_F() local
79 scanlineFilter.SetSrcPixelFormat(srcPixelFormat); in HWTEST_F()
H A Djpg_yuv_test.cpp632 opts.srcPixelFormat =outfmt; in YuvP010Crop()
674 opts.srcPixelFormat = outfmt; in YuvP010Rotate()
714 opts.srcPixelFormat = outfmt; in ScaleYuv420P010()
753 opts.srcPixelFormat = outfmt; in ResizeYuv420P010()
791 opts.srcPixelFormat = outfmt; in FlipYuv420P010()
834 opts.srcPixelFormat = outfmt; in TranslateYuv420P010()
872 opts.srcPixelFormat =outfmt; in RGBA1010102Crop()
912 opts.srcPixelFormat = outfmt; in RGBA1010102Rotate()
950 opts.srcPixelFormat = outfmt; in RGBA1010102Scale()
988 opts.srcPixelFormat in RGBA1010102Resize()
[all...]
H A Dimage_format_convert_test.cpp279 opts.srcPixelFormat = srcFormat; in YuvP010ConvertToRgb()
319 opts.srcPixelFormat = srcFormat; in Rgba1010102ConvertToYuvP010()
527 opts.srcPixelFormat = srcFormat; in PixelMapFormatConvert()
553 opts.srcPixelFormat = srcFormat; in PixelMap10bitConvert()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
H A Dpixel_map_test.cpp231 options.srcPixelFormat = PixelFormat::UNKNOWN; in HWTEST_F()
239 options.srcPixelFormat = PixelFormat::ARGB_8888; in HWTEST_F()
271 options.srcPixelFormat = PixelFormat::UNKNOWN; in HWTEST_F()
279 options.srcPixelFormat = PixelFormat::RGB_565; in HWTEST_F()
313 options.srcPixelFormat = PixelFormat::UNKNOWN; in HWTEST_F()
321 options.srcPixelFormat = PixelFormat::RGBA_8888; in HWTEST_F()
353 options.srcPixelFormat = PixelFormat::UNKNOWN; in HWTEST_F()
361 options.srcPixelFormat = PixelFormat::BGRA_8888; in HWTEST_F()
393 options.srcPixelFormat = PixelFormat::UNKNOWN; in HWTEST_F()
401 options.srcPixelFormat in HWTEST_F()
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/render/rspixelmapshader_fuzzer/
H A Drspixelmapshader_fuzzer.cpp64 opts.srcPixelFormat = static_cast<Media::PixelFormat>(GetData<int32_t>() % 14); // Max Media::PixelFormat is 14 in GetPixelMapFromData()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/egl_image/src/
H A Dpixel_map_from_surface.cpp220 options.srcPixelFormat = PixelFormat::RGBA_8888; in Create()
/foundation/graphic/graphic_2d/rosen/modules/create_pixelmap_surface/src/
H A Dpixel_map_from_surface.cpp293 options.srcPixelFormat = PixelFormat::RGBA_8888; in CreatePixelMapForGL()
484 options.srcPixelFormat = PixelFormat::RGBA_8888; in CreateForVK()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_extended_modifier.cpp142 options.srcPixelFormat = Media::PixelFormat::RGBA_8888; in MakePiexlMapDrawCmdList()
/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_type.h235 PixelFormat srcPixelFormat = PixelFormat::UNKNOWN; member
H A Dpixel_map.h57 PixelFormat srcPixelFormat = PixelFormat::BGRA_8888; member
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Ddeferred_photo_proxy_napi.cpp179 opts.srcPixelFormat = Media::PixelFormat::RGBA_8888; in DeferredPhotoAsyncTaskComplete()
H A Ddepth_data_output_napi.cpp86 opts.srcPixelFormat = Media::PixelFormat::RGBA_F16; in ExecuteDepthData()
/foundation/multimedia/image_framework/frameworks/kits/cj/include/
H A Dimage_ffi.h46 int32_t srcPixelFormat; member
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagepicture_fuzzer/src/
H A Dimage_picture_fuzzer.cpp63 options.srcPixelFormat = PixelFormat::UNKNOWN; in CreatePixelMap()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp421 format = ((opts.srcPixelFormat == PixelFormat::UNKNOWN) ? PixelFormat::BGRA_8888 : opts.srcPixelFormat); in Create()
581 if (opts.srcRowStride != 0 && opts.srcRowStride < width * ImageUtils::GetPixelBytes(opts.srcPixelFormat)) { in CheckParams()
583 opts.srcRowStride, width, ImageUtils::GetPixelBytes(opts.srcPixelFormat)); in CheckParams()
3260 PixelFormat srcPixelFormat = GetPixelFormat(); in CheckAlphaFormatInput() local
3262 int8_t srcAlphaIndex = GetAlphaIndex(srcPixelFormat); in CheckAlphaFormatInput()
3264 if (srcPixelFormat != dstPixelFormat || srcAlphaIndex == INVALID_ALPHA_INDEX || in CheckAlphaFormatInput()
3265 dstAlphaIndex == INVALID_ALPHA_INDEX || srcPixelFormat == PixelFormat::RGBA_F16 || in CheckAlphaFormatInput()
3268 GetNamedPixelFormat(srcPixelFormat).c_str(), GetNamedPixelFormat(dstPixelFormat).c_str()); in CheckAlphaFormatInput()
3272 if ((srcPixelFormat in CheckAlphaFormatInput()
3294 PixelFormat srcPixelFormat = GetPixelFormat(); ConvertAlphaFormat() local
[all...]
/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/
H A Davmetadatahelper_impl.cpp356 .srcPixelFormat = PixelFormat::NV12, in CreatePixelMapFromAVShareMemory()
372 options.srcPixelFormat = isHdr ? PixelFormat::YCBCR_P010 : PixelFormat::NV12; in CreatePixelMapFromSurfaceBuffer()
717 .srcPixelFormat = PixelFormat::NV12 }; in FetchFrameAtTime()
/foundation/multimedia/image_effect/frameworks/native/effect/manager/colorspace_manager/
H A Dcolorspace_converter.cpp298 .srcPixelFormat = CommonUtils::SwitchToPixelFormat(bufferInfo->formatType_), in CreatePixelMap()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/image/image_fuzzer/
H A Dimage_fuzzer.cpp548 opts.srcPixelFormat = static_cast<Media::PixelFormat>(GetObject<int32_t>() % 14); // Max Media::PixelFormat is 14 in ImageFuzzTest016()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/auxiliary_picture_test/
H A Dauxiliary_picture_test.cpp53 options.srcPixelFormat = PixelFormat::UNKNOWN; in CreatePixelMap()

Completed in 35 milliseconds

12