Home
last modified time | relevance | path

Searched refs:FLAC__STREAM_DECODER_TELL_STATUS_OK (Results 1 – 10 of 10) sorted by relevance

/external/flac/oss-fuzz/
Ddecoder.cc172 return FLAC__STREAM_DECODER_TELL_STATUS_OK;
177 return FLAC__STREAM_DECODER_TELL_STATUS_OK;
/external/flac/src/utils/flacdiff/
Dmain.cpp76 return ::FLAC__STREAM_DECODER_TELL_STATUS_OK; in tell_callback()
/external/flac/include/FLAC/
Dstream_decoder.h350 FLAC__STREAM_DECODER_TELL_STATUS_OK, enumerator
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/flac/src/main/jni/
Dflac_parser.cc136 return FLAC__STREAM_DECODER_TELL_STATUS_OK; in tellCallback()
/external/oss-fuzz/projects/flac/
Dfuzzer_exo.cpp127 return FLAC__STREAM_DECODER_TELL_STATUS_OK; in tellCallback()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/flac/src/main/jni/
Dflac_parser.cc136 return FLAC__STREAM_DECODER_TELL_STATUS_OK; in tellCallback()
/external/flac/src/test_libFLAC/
Ddecoders.c207 return FLAC__STREAM_DECODER_TELL_STATUS_OK; in stream_decoder_tell_callback_()
/external/flac/src/test_libFLAC++/
Ddecoders.cpp261 return ::FLAC__STREAM_DECODER_TELL_STATUS_OK; in tell_callback()
/external/flac/src/libFLAC/
Dstream_decoder.c870 …callback(decoder, position, decoder->private_->client_data) != FLAC__STREAM_DECODER_TELL_STATUS_OK) in FLAC__stream_decoder_get_decode_position()
3664 return FLAC__STREAM_DECODER_TELL_STATUS_OK; in file_tell_callback_()
/external/flac/src/flac/
Dencode.c2556 return FLAC__STREAM_DECODER_TELL_STATUS_OK; in flac_decoder_tell_callback()