Searched refs:FLAC__memory_alloc_aligned_int32_array (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/flac/src/libFLAC/include/private/ |
H A D | memory.h | 49 FLAC__bool FLAC__memory_alloc_aligned_int32_array(size_t elements, FLAC__int32 **unaligned_pointer,…
|
/aosp_15_r20/external/flac/src/libFLAC/ |
H A D | memory.c | 63 FLAC__bool FLAC__memory_alloc_aligned_int32_array(size_t elements, FLAC__int32 **unaligned_pointer,… in FLAC__memory_alloc_aligned_int32_array() function
|
H A D | stream_encoder.c | 2517 …ok = ok && FLAC__memory_alloc_aligned_int32_array(new_blocksize+4+OVERREAD_, &encoder->private_->i… in resize_buffers_() 2524 …ok = ok && FLAC__memory_alloc_aligned_int32_array(new_blocksize+4+OVERREAD_, &encoder->private_->i… in resize_buffers_() 2540 …ok = ok && FLAC__memory_alloc_aligned_int32_array(new_blocksize, &encoder->private_->residual_work… in resize_buffers_() 2554 …ok = ok && FLAC__memory_alloc_aligned_int32_array(new_blocksize, &encoder->private_->residual_work… in resize_buffers_()
|
H A D | stream_decoder.c | 1288 …if(!FLAC__memory_alloc_aligned_int32_array(size, &decoder->private_->residual_unaligned[i], &decod… in allocate_output_()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/av/media/module/codecs/flac/dec/libstagefright_flacdec/android_arm64_armv8-2a_cortex-a55_shared_cfi_apex31/ |
D | libstagefright_flacdec.so.toc | 204 199: FUNC GLOBAL DEFAULT 15 FLAC__memory_alloc_aligned_int32_array
|