Searched refs:ReadPixelsFromTex (Results 1 - 3 of 3) sorted by relevance
/foundation/multimedia/image_effect/frameworks/native/render_environment/ |
H A D | render_environment.h | 184 void ReadPixelsFromTex(RenderTexturePtr tex, void *data, int width, int height, int stride);
|
H A D | render_environment.cpp | 290 ReadPixelsFromTex(input, rgbData.get(), width, height, width);
in ConvertFromRGBToYUV() 397 ReadPixelsFromTex(source, output->buffer_, w, h, output->bufferInfo_->rowStride_ / RGBA_SIZE_PER_PIXEL);
in ConvertTextureToBuffer() 460 void RenderEnvironment::ReadPixelsFromTex(RenderTexturePtr tex, void *data, int width, int height, int stride)
in ReadPixelsFromTex() function in OHOS::Media::Effect::RenderEnvironment
|
/foundation/multimedia/image_effect/frameworks/native/utils/common/ |
H A D | common_utils.cpp | 646 context->renderEnvironment_->ReadPixelsFromTex(buffer->tex, memoryData->data, buffer->bufferInfo_->width_, in ModifyPixelMapPropertyForTexture()
|
Completed in 3 milliseconds