Searched refs:test_stream_encoder (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/flac/src/test_libFLAC/ |
H A D | encoders.c | 153 static FLAC__bool test_stream_encoder(Layer layer, FLAC__bool is_ogg) in test_stream_encoder() function 508 if(!test_stream_encoder(LAYER_STREAM, is_ogg)) in test_encoders() 511 if(!test_stream_encoder(LAYER_SEEKABLE_STREAM, is_ogg)) in test_encoders() 514 if(!test_stream_encoder(LAYER_FILE, is_ogg)) in test_encoders() 517 if(!test_stream_encoder(LAYER_FILENAME, is_ogg)) in test_encoders()
|
/aosp_15_r20/external/flac/src/test_libFLAC++/ |
H A D | encoders.cpp | 196 static bool test_stream_encoder(Layer layer, bool is_ogg) in test_stream_encoder() function 554 if(!test_stream_encoder(LAYER_STREAM, is_ogg)) in test_encoders() 557 if(!test_stream_encoder(LAYER_SEEKABLE_STREAM, is_ogg)) in test_encoders() 560 if(!test_stream_encoder(LAYER_FILE, is_ogg)) in test_encoders() 563 if(!test_stream_encoder(LAYER_FILENAME, is_ogg)) in test_encoders()
|