Home
last modified time | relevance | path

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

/external/autotest/client/deps/glbench/src/
Dyuv2rgb.h23 #define YUV2RGB_SIZE (YUV2RGB_WIDTH * YUV2RGB_HEIGHT) macro
Dyuvtest.cc147 if (size != YUV2RGB_SIZE) { in SetupTextures()
149 static_cast<int>(size), YUV2RGB_SIZE); in SetupTextures()