Home
last modified time | relevance | path

Searched refs:test_stream_decoder (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/flac/src/test_libFLAC/
H A Ddecoders.c395 static FLAC__bool test_stream_decoder(Layer layer, FLAC__bool is_ogg) in test_stream_decoder() function
1032 if(!test_stream_decoder(LAYER_STREAM, is_ogg)) in test_decoders()
1035 if(!test_stream_decoder(LAYER_SEEKABLE_STREAM, is_ogg)) in test_decoders()
1038 if(!test_stream_decoder(LAYER_FILE, is_ogg)) in test_decoders()
1041 if(!test_stream_decoder(LAYER_FILENAME, is_ogg)) in test_decoders()
/aosp_15_r20/external/flac/src/test_libFLAC++/
H A Ddecoders.cpp440 static bool test_stream_decoder(Layer layer, bool is_ogg) in test_stream_decoder() function
1157 if(!test_stream_decoder(LAYER_STREAM, is_ogg)) in test_decoders()
1160 if(!test_stream_decoder(LAYER_SEEKABLE_STREAM, is_ogg)) in test_decoders()
1163 if(!test_stream_decoder(LAYER_FILE, is_ogg)) in test_decoders()
1166 if(!test_stream_decoder(LAYER_FILENAME, is_ogg)) in test_decoders()