Home
last modified time | relevance | path

Searched refs:RGBA8888 (Results 1 - 20 of 20) sorted by relevance

/foundation/multimedia/image_effect/frameworks/native/utils/format/
H A Dformat_helper.cpp49 FormatConverter{ IEffectFormat::RGBA8888, IEffectFormat::YUVNV12, ConvertRGBAToNV12 },
50 FormatConverter{ IEffectFormat::RGBA8888, IEffectFormat::YUVNV21, ConvertRGBAToNV21 },
51 FormatConverter{ IEffectFormat::YUVNV12, IEffectFormat::RGBA8888, ConvertNV12ToRGBA },
52 FormatConverter{ IEffectFormat::YUVNV21, IEffectFormat::RGBA8888, ConvertNV21ToRGBA },
56 IEffectFormat::RGBA8888,
67 case IEffectFormat::RGBA8888: in CalculateDataRowCount()
83 case IEffectFormat::RGBA8888: in CalculateRowStride()
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/brightness/
H A Dbrightness_efilter.cpp41 { IEffectFormat::RGBA8888, CpuBrightnessAlgo::OnApplyRGBA8888 }, in BrightnessEFilter()
50 IEffectFormat::RGBA8888, in BrightnessEFilter()
142 info_->formats_.emplace(IEffectFormat::RGBA8888, std::vector<IPType>{ IPType::CPU, IPType::GPU }); in GetEffectInfo()
H A Dgpu_brightness_algo.cpp147 dst->bufferInfo_->formatType_ = IEffectFormat::RGBA8888; in OnApplyRGBA8888()
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/contrast/
H A Dcontrast_efilter.cpp40 { IEffectFormat::RGBA8888, CpuContrastAlgo::OnApplyRGBA8888 }, in ContrastEFilter()
49 IEffectFormat::RGBA8888, in ContrastEFilter()
141 info_->formats_.emplace(IEffectFormat::RGBA8888, std::vector<IPType>{ IPType::CPU, IPType::GPU }); in GetEffectInfo()
H A Dgpu_contrast_algo.cpp148 dst->bufferInfo_->formatType_ = IEffectFormat::RGBA8888; in OnApplyRGBA8888()
/foundation/multimedia/image_effect/interfaces/inner_api/native/base/
H A Deffect_info.h34 RGBA8888, member in OHOS::Media::Effect::IEffectFormat
/foundation/multimedia/image_effect/frameworks/native/render_environment/
H A Drender_environment.cpp173 output->bufferInfo_->formatType_ = IEffectFormat::RGBA8888; in GenMainTex()
234 if (source->bufferInfo_->formatType_ == IEffectFormat::RGBA8888) { in DrawBufferToTexture()
396 if (output->bufferInfo_->formatType_ == IEffectFormat::RGBA8888) { in ConvertTextureToBuffer()
429 out->bufferInfo_->formatType_ = IEffectFormat::RGBA8888; in ConvertYUV2RGBA()
492 if (format == IEffectFormat::RGBA8888) { in DrawSurfaceBufferFromTex()
512 if (format == IEffectFormat::RGBA8888) { in DrawFlipSurfaceBufferFromTex()
536 if (format == IEffectFormat::RGBA8888) { in DrawTexFromSurfaceBuffer()
H A Drender_environment.h192 IEffectFormat format = IEffectFormat::RGBA8888);
/foundation/multimedia/image_effect/test/unittest/
H A DTestUtils.cpp318 ASSERT_TRUE(FormatHelper::IsSupportConvert(IEffectFormat::RGBA8888, IEffectFormat::YUVNV21)); in HWTEST_F()
320 std::shared_ptr<void> rgbaBuffer = AllocBuffer(FormatHelper::CalculateSize(WIDTH, HEIGHT, IEffectFormat::RGBA8888)); in HWTEST_F()
321 FormatConverterInfo rgbaConverterInfo = CreateConverterInfo(IEffectFormat::RGBA8888, rgbaBuffer.get(), in HWTEST_F()
349 ASSERT_EQ(formatType, IEffectFormat::RGBA8888); in HWTEST_F()
H A DTestEffectMemoryManager.cpp31 constexpr IEffectFormat FORMATE_TYPE = IEffectFormat::RGBA8888;
H A DTestRenderEnvironment.cpp30 constexpr IEffectFormat FORMATE_TYPE = IEffectFormat::RGBA8888;
235 IEffectFormat format = IEffectFormat::RGBA8888; in HWTEST_F()
H A Dimage_effect_inner_unittest.cpp88 info->formatType_ = IEffectFormat::RGBA8888; in SetUp()
H A DTestImageEffect.cpp77 info_->formats_.emplace(IEffectFormat::RGBA8888, std::vector<IPType>{ IPType::CPU });
H A Dnative_image_effect_unittest.cpp84 effectInfo->formats_.emplace(IEffectFormat::RGBA8888, std::vector<IPType>{ IPType::GPU }); in GetEffectInfo()
117 effectInfo->formats_.emplace(IEffectFormat::RGBA8888, std::vector<IPType>{ IPType::CPU }); in GetEffectInfo()
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/crop/
H A Dcrop_efilter.cpp124 CHECK_AND_RETURN_RET_LOG(format == IEffectFormat::RGBA8888 || format == IEffectFormat::RGBA_1010102, in Render()
204 CHECK_AND_RETURN_RET_LOG(format == IEffectFormat::RGBA8888 || format == IEffectFormat::RGBA_1010102, in Render()
233 info_->formats_.emplace(IEffectFormat::RGBA8888, std::vector<IPType>{ IPType::CPU }); in GetEffectInfo()
/foundation/multimedia/image_effect/frameworks/native/efilter/base/
H A Defilter.cpp176 it = formats.find(IEffectFormat::RGBA8888); in IpTypeConvert()
202 .len_ = FormatHelper::CalculateSize(buffer->tex->Width(), buffer->tex->Height(), IEffectFormat::RGBA8888), in ConvertFromGPU2CPU()
203 .formatType_ = IEffectFormat::RGBA8888, in ConvertFromGPU2CPU()
406 if (src->bufferInfo_->formatType_ == IEffectFormat::RGBA8888) { in RenderWithGPU()
/foundation/multimedia/image_effect/frameworks/native/capi/
H A Dnative_common_utils.cpp31 { IEffectFormat::RGBA8888, ImageEffect_Format::EFFECT_PIXEL_FORMAT_RGBA8888 },
43 { "rgba_8888", static_cast<uint32_t>(IEffectFormat::RGBA8888) },
/foundation/multimedia/image_effect/frameworks/native/effect/manager/colorspace_manager/
H A Dcolorspace_converter.cpp89 bufferInfo.formatType_ = IEffectFormat::RGBA8888; in AllocSdrSurfaceBuffer()
109 bufferInfo.formatType_ = IEffectFormat::RGBA8888; in AllocGainmapSurfaceBuffer()
/foundation/multimedia/image_effect/frameworks/native/utils/common/
H A Dcommon_utils.cpp47 { PixelFormat::RGBA_8888, IEffectFormat::RGBA8888 },
54 { GraphicPixelFormat::GRAPHIC_PIXEL_FMT_RGBA_8888, IEffectFormat::RGBA8888},
/foundation/multimedia/image_effect/frameworks/native/effect/base/
H A Dimage_effect_inner.cpp324 effectFormat = IEffectFormat::RGBA8888; in ChooseIPType()

Completed in 16 milliseconds