Home
last modified time | relevance | path

Searched refs:ConvertFromYUVToRGB (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/image_effect/test/unittest/
H A DTestRenderEnvironment.cpp121 GLuint tex = renderEnvironment->ConvertFromYUVToRGB(effectBuffer.get(), format); in HWTEST_F()
184 GLuint tex = renderEnvironment->ConvertFromYUVToRGB(effectBuffer.get(), format); in HWTEST_F()
/foundation/multimedia/image_effect/frameworks/native/render_environment/
H A Drender_environment.h196 IMAGE_EFFECT_EXPORT GLuint ConvertFromYUVToRGB(const EffectBuffer *source, IEffectFormat format);
H A Drender_environment.cpp238 tex = ConvertFromYUVToRGB(source, source->bufferInfo_->formatType_); in DrawBufferToTexture()
248 GLuint RenderEnvironment::ConvertFromYUVToRGB(const EffectBuffer *source, IEffectFormat format) in ConvertFromYUVToRGB() function in OHOS::Media::Effect::RenderEnvironment
414 outTex->SetName(ConvertFromYUVToRGB(source.get(), source->bufferInfo_->formatType_)); in ConvertYUV2RGBA()

Completed in 2 milliseconds