Home | History | Annotate | Download | only in src

Lines Matching refs:detectFormat

67     static int detectFormat(const uint8_t *const dict, const int dictSize);
149 AK_FORCE_INLINE int BinaryFormat::detectFormat(const uint8_t *const dict, const int dictSize) {
179 switch (detectFormat(dict, dictSize)) {
192 switch (detectFormat(dict, dictSize)) {
196 // See the format of the header in the comment in detectFormat() above
208 if (2 <= detectFormat(dict, dictSize)) {