Home
last modified time | relevance | path

Searched refs:YUVConverter (Results 1 – 2 of 2) sorted by relevance

/device/generic/opengl-transport/host/libs/virglrenderer/libOpenglRender/
DYUVConverter.h44 class YUVConverter {
48 YUVConverter(int width, int height, FrameworkFormat format);
50 ~YUVConverter();
DYUVConverter.cpp380 YUVConverter::YUVConverter(int width, int height, FrameworkFormat format) : mFormat(format){ in YUVConverter() function in YUVConverter
412 void YUVConverter::drawConvert(int x, int y, in drawConvert()
450 void YUVConverter::updateCutoffs(float width, float ywidth, in updateCutoffs()
466 YUVConverter::~YUVConverter() { in ~YUVConverter()