Searched refs:ConvertFromYUVToRGB (Results 1 – 3 of 3) sorted by relevance
120 GLuint tex = renderEnvironment->ConvertFromYUVToRGB(effectBuffer.get(), format);183 GLuint tex = renderEnvironment->ConvertFromYUVToRGB(effectBuffer.get(), format);
292 tex = ConvertFromYUVToRGB(source, source->bufferInfo_->formatType_); in GenTexFromEffectBuffer()299 GLuint RenderEnvironment::ConvertFromYUVToRGB(const EffectBuffer *source, IEffectFormat format) in ConvertFromYUVToRGB() function in OHOS::Media::Effect::RenderEnvironment463 outTex->SetName(ConvertFromYUVToRGB(source.get(), source->bufferInfo_->formatType_)); in ConvertYUV2RGBA()
193 … IMAGE_EFFECT_EXPORT GLuint ConvertFromYUVToRGB(const EffectBuffer *source, IEffectFormat format);