Home
last modified time | relevance | path

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

/aosp_15_r20/external/flac/src/libFLAC/include/protected/
H A Dstream_decoder.h58 uint32_t FLAC__stream_decoder_get_input_bytes_unconsumed(const FLAC__StreamDecoder *decoder);
/aosp_15_r20/out/soong/.intermediates/frameworks/av/media/module/codecs/flac/dec/libstagefright_flacdec/android_arm64_armv8-2a_cortex-a55_shared_cfi_apex31/
Dlibstagefright_flacdec.so.toc54 49: FUNC GLOBAL DEFAULT 15 FLAC__stream_decoder_get_input_bytes_unconsumed
/aosp_15_r20/external/flac/src/libFLAC/
H A Dstream_decoder.c887 FLAC__ASSERT(*position >= FLAC__stream_decoder_get_input_bytes_unconsumed(decoder)); in FLAC__stream_decoder_get_decode_position()
888 *position -= FLAC__stream_decoder_get_input_bytes_unconsumed(decoder); in FLAC__stream_decoder_get_decode_position()
1190 uint32_t FLAC__stream_decoder_get_input_bytes_unconsumed(const FLAC__StreamDecoder *decoder) in FLAC__stream_decoder_get_input_bytes_unconsumed() function