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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC/
H A Dencoders.c151 static FLAC__bool test_stream_encoder(Layer layer, FLAC__bool is_ogg) function
499 if(!test_stream_encoder(LAYER_STREAM, is_ogg))
502 if(!test_stream_encoder(LAYER_SEEKABLE_STREAM, is_ogg))
505 if(!test_stream_encoder(LAYER_FILE, is_ogg))
508 if(!test_stream_encoder(LAYER_FILENAME, is_ogg))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC++/
H A Dencoders.cpp182 static bool test_stream_encoder(Layer layer, bool is_ogg) function
531 if(!test_stream_encoder(LAYER_STREAM, is_ogg))
534 if(!test_stream_encoder(LAYER_SEEKABLE_STREAM, is_ogg))
537 if(!test_stream_encoder(LAYER_FILE, is_ogg))
540 if(!test_stream_encoder(LAYER_FILENAME, is_ogg))

Completed in 85 milliseconds