Home
last modified time | relevance | path

Searched refs:FLAC__StreamDecoderErrorStatus (Results 1 – 25 of 31) sorted by relevance

12

/aosp_15_r20/frameworks/av/media/module/extractors/flac/
H A DFLACExtractor.cpp168 FLAC__StreamDecoderErrorStatus mErrorStatus;
190 void errorCallback(FLAC__StreamDecoderErrorStatus status);
223 FLAC__StreamDecoderErrorStatus status,
284 FLAC__StreamDecoderErrorStatus status, void *client_data) in error_callback()
397 void FLACParser::errorCallback(FLAC__StreamDecoderErrorStatus status) in errorCallback()
464 mErrorStatus((FLAC__StreamDecoderErrorStatus) -1) in FLACParser()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/flac/src/main/jni/include/
H A Dflac_parser.h164 FLAC__StreamDecoderErrorStatus mErrorStatus;
181 void errorCallback(FLAC__StreamDecoderErrorStatus status);
205 FLAC__StreamDecoderErrorStatus status,
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/flac/src/main/jni/include/
H A Dflac_parser.h164 FLAC__StreamDecoderErrorStatus mErrorStatus;
181 void errorCallback(FLAC__StreamDecoderErrorStatus status);
205 FLAC__StreamDecoderErrorStatus status,
/aosp_15_r20/external/flac/fuzzer/
H A Dflac_dec_fuzzer.cpp65 void errorCallback(FLAC__StreamDecoderErrorStatus status);
91 FLAC__StreamDecoderErrorStatus status, void *client_data) { in initDecoder()
158 void Codec::errorCallback(FLAC__StreamDecoderErrorStatus status) { in errorCallback()
/aosp_15_r20/external/flac/src/test_libFLAC++/
H A Ddecoders.cpp131 void common_error_callback_(::FLAC__StreamDecoderErrorStatus status);
171 void DecoderCommon::common_error_callback_(::FLAC__StreamDecoderErrorStatus status) in common_error_callback_()
194 void error_callback(::FLAC__StreamDecoderErrorStatus status);
299 void StreamDecoder::error_callback(::FLAC__StreamDecoderErrorStatus status) in error_callback()
353 void error_callback(::FLAC__StreamDecoderErrorStatus status);
369 void FileDecoder::error_callback(::FLAC__StreamDecoderErrorStatus status) in error_callback()
H A Dmetadata_manip.cpp66 void error_callback(::FLAC__StreamDecoderErrorStatus status);
497 void OurFileDecoder::error_callback(::FLAC__StreamDecoderErrorStatus status) in error_callback()
/aosp_15_r20/frameworks/av/media/module/codecs/flac/dec/
H A DFLACDecoder.h90 FLAC__StreamDecoderErrorStatus mErrorStatus;
99 void errorCallback(FLAC__StreamDecoderErrorStatus status);
H A DFLACDecoder.cpp115 void FLACDecoder::errorCallback(FLAC__StreamDecoderErrorStatus status) in errorCallback()
181 mErrorStatus((FLAC__StreamDecoderErrorStatus) -1) { in FLACDecoder()
239 FLAC__StreamDecoderErrorStatus status, in init()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/flac/src/main/jni/
H A Dflac_parser.cc100 FLAC__StreamDecoderErrorStatus status, in error_callback()
217 void FLACParser::errorCallback(FLAC__StreamDecoderErrorStatus status) { in errorCallback()
277 mErrorStatus((FLAC__StreamDecoderErrorStatus)-1) { in FLACParser()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/flac/src/main/jni/
H A Dflac_parser.cc100 FLAC__StreamDecoderErrorStatus status, in error_callback()
217 void FLACParser::errorCallback(FLAC__StreamDecoderErrorStatus status) { in errorCallback()
277 mErrorStatus((FLAC__StreamDecoderErrorStatus)-1) { in FLACParser()
/aosp_15_r20/external/flac/examples/cpp/decode/file/
H A Dmain.cpp74 virtual void error_callback(::FLAC__StreamDecoderErrorStatus status);
192 void OurDecoder::error_callback(::FLAC__StreamDecoderErrorStatus status) in error_callback()
/aosp_15_r20/external/flac/include/FLAC++/
H A Ddecoder.h182 virtual void error_callback(::FLAC__StreamDecoderErrorStatus status) = 0;
197 …void error_callback_(const ::FLAC__StreamDecoder *decoder, ::FLAC__StreamDecoderErrorStatus status…
/aosp_15_r20/external/flac/examples/c/decode/file/
H A Dmain.c39 static void error_callback(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus statu…
195 void error_callback(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus status, void… in error_callback()
/aosp_15_r20/external/flac/src/metaflac/
H A Doperations_shorthand_seektable.c107 FLAC__StreamDecoderErrorStatus error_status;
153 static void error_callback_(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus stat… in error_callback_()
/aosp_15_r20/external/flac/include/FLAC/
H A Dstream_decoder.h448 } FLAC__StreamDecoderErrorStatus; typedef
734 …eamDecoderErrorCallback)(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus status…
/aosp_15_r20/external/flac/oss-fuzz/
H A Dseek.cc60 static void error_callback(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus error… in error_callback()
H A Ddecoder.cc116 void error_callback(::FLAC__StreamDecoderErrorStatus status) override { in error_callback()
H A Dreencoder.cc122 void error_callback(::FLAC__StreamDecoderErrorStatus status) override { in error_callback()
/aosp_15_r20/external/flac/src/utils/flacdiff/
H A Dmain.cpp101 virtual void error_callback(::FLAC__StreamDecoderErrorStatus status) in error_callback()
/aosp_15_r20/external/flac/src/libFLAC++/
H A Dstream_decoder.cpp324 …eam::error_callback_(const ::FLAC__StreamDecoder *decoder, ::FLAC__StreamDecoderErrorStatus status… in error_callback_()
/aosp_15_r20/external/flac/src/test_seeking/
H A Dmain.c247 static void error_callback_(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus stat… in error_callback_()
/aosp_15_r20/external/flac/src/share/grabbag/
H A Dreplaygain.c312 static void error_callback_(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus stat… in error_callback_()
/aosp_15_r20/external/flac/src/flac/
H A Ddecode.c126 static void error_callback(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus statu…
1575 void error_callback(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus status, void… in error_callback()
/aosp_15_r20/external/flac/src/test_libFLAC/
H A Ddecoders.c306 …_decoder_error_callback_(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus status… in stream_decoder_error_callback_()
/aosp_15_r20/external/flac/src/libFLAC/
H A Dmetadata_iterators.c150 static void error_callback_(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus stat…
258 void error_callback_(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus status, voi… in error_callback_()
1356 …chain_read_ogg_error_cb_(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus status… in chain_read_ogg_error_cb_()

12