HomeSort by relevance Sort by last modified time
    Searched refs:yuv2RGB (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCVideoLayerImpl.h 64 static const float yuv2RGB[9];
CCVideoLayerImpl.cpp 44 const float CCVideoLayerImpl::yuv2RGB[9] = {
130 GLC(context, context->uniformMatrix3fv(program->fragmentShader().ccMatrixLocation(), 0, const_cast<float*>(yuv2RGB), 1));

Completed in 144 milliseconds