Searched refs:magicStrLen (Results 1 - 1 of 1) sorted by last modified time

/frameworks/rs/
H A DrsFileA3D.cpp107 size_t magicStrLen = 12; local
108 if ((length < magicStrLen) ||
109 memcmp(data, "Android3D_ff", magicStrLen)) {
113 localData += magicStrLen;
114 lengthRemaining -= magicStrLen;

Completed in 104 milliseconds