Home | History | Annotate | Download | only in test

Lines Matching defs:valid

203 // Resync to next valid MP3 frame in the file.
218 // out, even if there _were_ 10 bytes of valid mp3 audio data...
242 bool valid = false;
304 // We found what looks like a valid frame,
309 valid = true;
315 valid = false;
322 valid = false;
328 valid = false;
335 if (valid) {
346 } while (!valid);
348 return valid;
361 // Sync to the first valid frame.
375 // Get the next valid MP3 frame.