Searched refs:FLAC__stream_decoder_get_decode_position (Results 1 – 13 of 13) sorted by relevance
/external/flac/src/metaflac/ |
D | operations_shorthand_seektable.c | 143 if(!FLAC__stream_decoder_get_decode_position(decoder, &cd->last_offset)) in write_callback_() 199 if(ok && !FLAC__stream_decoder_get_decode_position(decoder, &client_data.audio_offset)) { in populate_seekpoint_values()
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/flac/src/main/jni/include/ |
D | flac_parser.h | 114 && FLAC__stream_decoder_get_decode_position(mDecoder, &position)) { in getDecodePosition()
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/flac/src/main/jni/include/ |
D | flac_parser.h | 114 && FLAC__stream_decoder_get_decode_position(mDecoder, &position)) { in getDecodePosition()
|
/external/exoplayer/tree/extensions/flac/src/main/jni/include/ |
D | flac_parser.h | 114 && FLAC__stream_decoder_get_decode_position(mDecoder, &position)) { in getDecodePosition()
|
/external/flac/include/FLAC/ |
D | stream_decoder.h | 1007 FLAC_API FLAC__bool FLAC__stream_decoder_get_decode_position(const FLAC__StreamDecoder *decoder, FL…
|
/external/flac/src/plugin_xmms/ |
D | plugin.c | 463 …if(stream_data_.is_http_source || !FLAC__stream_decoder_get_decode_position(decoder_, &decode_posi… in play_loop_() 510 if(!FLAC__stream_decoder_get_decode_position(decoder_, &decode_position_frame)) in play_loop_()
|
/external/flac/src/libFLAC++/ |
D | stream_decoder.cpp | 170 return ::FLAC__stream_decoder_get_decode_position(decoder_, position); in get_decode_position()
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/flac/src/main/jni/ |
D | flac_parser.cc | 332 FLAC__stream_decoder_get_decode_position(mDecoder, &firstFrameOffset); in decodeMetadata()
|
/external/oss-fuzz/projects/flac/ |
D | fuzzer_exo.cpp | 315 FLAC__stream_decoder_get_decode_position(mDecoder, &firstFrameOffset); in decodeMetadata()
|
/external/exoplayer/tree/extensions/flac/src/main/jni/ |
D | flac_parser.cc | 333 FLAC__stream_decoder_get_decode_position(mDecoder, &firstFrameOffset); in decodeMetadata()
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/flac/src/main/jni/ |
D | flac_parser.cc | 332 FLAC__stream_decoder_get_decode_position(mDecoder, &firstFrameOffset); in decodeMetadata()
|
/external/flac/src/flac/ |
D | decode.c | 1119 FLAC__stream_decoder_get_decode_position(decoder_session->decoder, &dpos); in write_callback() 1305 FLAC__stream_decoder_get_decode_position(decoder, &decoder_session->decode_position); in metadata_callback()
|
/external/flac/src/libFLAC/ |
D | stream_decoder.c | 897 FLAC_API FLAC__bool FLAC__stream_decoder_get_decode_position(const FLAC__StreamDecoder *decoder, FL… in FLAC__stream_decoder_get_decode_position() function 1559 if(!FLAC__stream_decoder_get_decode_position(decoder, &decoder->private_->first_frame_offset)) in read_metadata_() 3194 if(!FLAC__stream_decoder_get_decode_position(decoder, &upper_bound)) { in seek_to_absolute_sample_() 3202 if(!FLAC__stream_decoder_get_decode_position(decoder, &lower_bound)) { in seek_to_absolute_sample_()
|