HomeSort by relevance Sort by last modified time
    Searched full:id_bytes (Results 1 - 1 of 1) sorted by null

  /external/flac/libFLAC/
metadata_iterators.c 619 const unsigned id_bytes = FLAC__STREAM_METADATA_APPLICATION_ID_LEN / 8; local
630 if(fread(id, 1, id_bytes, iterator->file) != id_bytes) {
636 if(0 != fseeko(iterator->file, -((int)id_bytes), SEEK_CUR)) {
2158 const unsigned id_bytes = FLAC__STREAM_METADATA_APPLICATION_ID_LEN \/ 8; local
2602 const unsigned id_bytes = FLAC__STREAM_METADATA_APPLICATION_ID_LEN \/ 8; local
    [all...]

Completed in 212 milliseconds