Searched refs:FLAC__stream_decoder_get_decode_position (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/flac/src/metaflac/ |
H A D | operations_shorthand_seektable.c | 145 if(!FLAC__stream_decoder_get_decode_position(decoder, &cd->last_offset)) in write_callback_() 201 if(ok && !FLAC__stream_decoder_get_decode_position(decoder, &client_data.audio_offset)) { in populate_seekpoint_values()
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/flac/src/main/jni/include/ |
H A D | flac_parser.h | 114 && FLAC__stream_decoder_get_decode_position(mDecoder, &position)) { in getDecodePosition()
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/flac/src/main/jni/include/ |
H A D | flac_parser.h | 114 && FLAC__stream_decoder_get_decode_position(mDecoder, &position)) { in getDecodePosition()
|
/aosp_15_r20/external/flac/src/libFLAC/ |
H A D | stream_decoder.c | 871 FLAC_API FLAC__bool FLAC__stream_decoder_get_decode_position(const FLAC__StreamDecoder *decoder, FL… in FLAC__stream_decoder_get_decode_position() function 1570 if(!FLAC__stream_decoder_get_decode_position(decoder, &decoder->private_->first_frame_offset)) in read_metadata_() 2027 if(!FLAC__stream_decoder_get_decode_position(decoder, &decoder->private_->last_seen_framesync)) in frame_sync_() 2228 if(FLAC__stream_decoder_get_decode_position(decoder, ¤t_decode_position)) in read_frame_() 3331 if(FLAC__stream_decoder_get_decode_position(decoder, &upper_bound)) in seek_to_absolute_sample_() 3334 if(FLAC__stream_decoder_get_decode_position(decoder, &lower_bound)) in seek_to_absolute_sample_() 3503 if(!FLAC__stream_decoder_get_decode_position(decoder, &upper_bound)) { in seek_to_absolute_sample_() 3511 if(!FLAC__stream_decoder_get_decode_position(decoder, &lower_bound)) { in seek_to_absolute_sample_()
|
/aosp_15_r20/external/flac/include/FLAC/ |
H A D | stream_decoder.h | 1014 FLAC_API FLAC__bool FLAC__stream_decoder_get_decode_position(const FLAC__StreamDecoder *decoder, FL…
|
/aosp_15_r20/external/flac/src/libFLAC++/ |
H A D | stream_decoder.cpp | 170 return ::FLAC__stream_decoder_get_decode_position(decoder_, position); in get_decode_position()
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/flac/src/main/jni/ |
H A D | flac_parser.cc | 332 FLAC__stream_decoder_get_decode_position(mDecoder, &firstFrameOffset); in decodeMetadata()
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/flac/src/main/jni/ |
H A D | flac_parser.cc | 332 FLAC__stream_decoder_get_decode_position(mDecoder, &firstFrameOffset); in decodeMetadata()
|
/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 | 127 122: FUNC GLOBAL DEFAULT 15 FLAC__stream_decoder_get_decode_position
|
/aosp_15_r20/external/flac/src/flac/ |
H A D | decode.c | 397 FLAC__stream_decoder_get_decode_position(d->decoder, &d->decode_position); in DecoderSession_process() 1229 FLAC__stream_decoder_get_decode_position(decoder_session->decoder, &dpos); in write_callback()
|