Home
last modified time | relevance | path

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

/external/libyuv/files/unit_test/
Dvideo_common_test.cc21 static bool TestValidChar(uint32 onecc) { in TestValidChar() function
30 if (!TestValidChar(fourcc & 0xff) || !TestValidChar((fourcc >> 8) & 0xff) || in TestValidFourCC()
31 !TestValidChar((fourcc >> 16) & 0xff) || in TestValidFourCC()
32 !TestValidChar((fourcc >> 24) & 0xff)) { in TestValidFourCC()