Searched refs:xRatio (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
H A DVDMXParser.cpp142 uint8_t xRatio, yRatio1, yRatio2; local
145 || !buf.readU8(&xRatio)
151 if ((xRatio == 1 && yRatio1 <= 1 && yRatio2 >= 1)
152 || (xRatio == 0 && yRatio1 == 0 && yRatio2 == 0)) {

Completed in 76 milliseconds