Home
last modified time | relevance | path

Searched refs:FLAC__memory_alloc_aligned_uint64_array (Results 1 – 3 of 3) sorted by relevance

/external/flac/libFLAC/include/private/
Dmemory.h51 FLAC__bool FLAC__memory_alloc_aligned_uint64_array(size_t elements, FLAC__uint64 **unaligned_pointe…
/external/flac/libFLAC/
Dmemory.c120 FLAC__bool FLAC__memory_alloc_aligned_uint64_array(size_t elements, FLAC__uint64 **unaligned_pointe… in FLAC__memory_alloc_aligned_uint64_array() function
Dstream_encoder.c2484 …ok = ok && FLAC__memory_alloc_aligned_uint64_array(new_blocksize * 2, &encoder->private_->abs_resi… in resize_buffers_()