Searched refs:YUVConverter (Results 1 – 2 of 2) sorted by relevance
44 class YUVConverter {48 YUVConverter(int width, int height, FrameworkFormat format);50 ~YUVConverter();
380 YUVConverter::YUVConverter(int width, int height, FrameworkFormat format) : mFormat(format){ in YUVConverter() function in YUVConverter412 void YUVConverter::drawConvert(int x, int y, in drawConvert()450 void YUVConverter::updateCutoffs(float width, float ywidth, in updateCutoffs()466 YUVConverter::~YUVConverter() { in ~YUVConverter()