Home
last modified time | relevance | path

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

/external/flac/src/test_libFLAC/
Ddecoders.c395 static FLAC__bool test_stream_decoder(Layer layer, FLAC__bool is_ogg) in test_stream_decoder() function
1036 if(!test_stream_decoder(LAYER_STREAM, is_ogg)) in test_decoders()
1039 if(!test_stream_decoder(LAYER_SEEKABLE_STREAM, is_ogg)) in test_decoders()
1042 if(!test_stream_decoder(LAYER_FILE, is_ogg)) in test_decoders()
1045 if(!test_stream_decoder(LAYER_FILENAME, is_ogg)) in test_decoders()
/external/flac/src/test_libFLAC++/
Ddecoders.cpp440 static bool test_stream_decoder(Layer layer, bool is_ogg) in test_stream_decoder() function
1161 if(!test_stream_decoder(LAYER_STREAM, is_ogg)) in test_decoders()
1164 if(!test_stream_decoder(LAYER_SEEKABLE_STREAM, is_ogg)) in test_decoders()
1167 if(!test_stream_decoder(LAYER_FILE, is_ogg)) in test_decoders()
1170 if(!test_stream_decoder(LAYER_FILENAME, is_ogg)) in test_decoders()