Home
last modified time | relevance | path

Searched refs:unpack32le_ (Results 1 – 2 of 2) sorted by relevance

/external/flac/src/flac/
Diffscan.c35 static FLAC__uint32 unpack32le_(const FLAC__byte *b) in unpack32le_() function
50 return unpack32le_(b); in unpack32_()
122 …printf("\n table size=%08x=(%10u)", unpack32le_((FLAC__byte*)buf+32), unpack32le_((FLAC__byte*)… in main()
Dforeign_metadata.c46 static FLAC__uint32 unpack32le_(const FLAC__byte *b) in unpack32le_() function
201 if(!fm->is_rf64 || unpack32le_(buffer+4) != 0xffffffff) { in read_from_wave_()
202 eof_offset = (FLAC__off_t)8 + (FLAC__off_t)unpack32le_(buffer+4); in read_from_wave_()
218 size = unpack32le_(buffer+4); in read_from_wave_()
258 size = unpack32le_(buffer+4); in read_from_wave_()
284 if(unpack32le_(buffer2+24)) { in read_from_wave_()
296 if(fm->is_rf64 && !memcmp(buffer, "data", 4) && unpack32le_(buffer+4) == 0xffffffff) { in read_from_wave_()