Searched refs:TestValidChar (Results 1 – 1 of 1) sorted by relevance
21 static bool TestValidChar(uint32 onecc) { in TestValidChar() function30 if (!TestValidChar(fourcc & 0xff) || !TestValidChar((fourcc >> 8) & 0xff) || in TestValidFourCC()31 !TestValidChar((fourcc >> 16) & 0xff) || in TestValidFourCC()32 !TestValidChar((fourcc >> 24) & 0xff)) { in TestValidFourCC()