Home
last modified time | relevance | path

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

/external/flac/src/libFLAC/include/private/
Dmemory.h50 FLAC__bool FLAC__memory_alloc_aligned_uint32_array(size_t elements, FLAC__uint32 **unaligned_pointe…
/external/flac/src/libFLAC/
Dmemory.c92 FLAC__bool FLAC__memory_alloc_aligned_uint32_array(size_t elements, FLAC__uint32 **unaligned_pointe… in FLAC__memory_alloc_aligned_uint32_array() function
Dstream_encoder.c2652 …ok = ok && FLAC__memory_alloc_aligned_uint32_array(new_blocksize * 2, &encoder->private_->raw_bits… in resize_buffers_()