Home
last modified time | relevance | path

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

/external/flac/src/test_libFLAC/
Dencoders.c153 static FLAC__bool test_stream_encoder(Layer layer, FLAC__bool is_ogg) in test_stream_encoder() function
497 if(!test_stream_encoder(LAYER_STREAM, is_ogg)) in test_encoders()
500 if(!test_stream_encoder(LAYER_SEEKABLE_STREAM, is_ogg)) in test_encoders()
503 if(!test_stream_encoder(LAYER_FILE, is_ogg)) in test_encoders()
506 if(!test_stream_encoder(LAYER_FILENAME, is_ogg)) in test_encoders()
/external/flac/src/test_libFLAC++/
Dencoders.cpp196 static bool test_stream_encoder(Layer layer, bool is_ogg) in test_stream_encoder() function
542 if(!test_stream_encoder(LAYER_STREAM, is_ogg)) in test_encoders()
545 if(!test_stream_encoder(LAYER_SEEKABLE_STREAM, is_ogg)) in test_encoders()
548 if(!test_stream_encoder(LAYER_FILE, is_ogg)) in test_encoders()
551 if(!test_stream_encoder(LAYER_FILENAME, is_ogg)) in test_encoders()