Searched refs:LAYER_STREAM (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC++/
H A Dencoders.cpp33 LAYER_STREAM = 0, /* FLAC__stream_encoder_init_stream() without seeking */ enumerator in enum:__anon943
132 if(layer_==LAYER_STREAM)
143 if(layer_==LAYER_STREAM)
323 case LAYER_STREAM:
531 if(!test_stream_encoder(LAYER_STREAM, is_ogg))
H A Ddecoders.cpp49 LAYER_STREAM = 0, /* FLAC__stream_decoder_init_stream() without seeking */ enumerator in enum:__anon942
231 if(layer_ == LAYER_STREAM)
247 if(layer_ == LAYER_STREAM)
266 if(layer_ == LAYER_STREAM)
278 if(layer_ == LAYER_STREAM)
490 case LAYER_STREAM:
551 case LAYER_STREAM:
638 expect = (layer != LAYER_STREAM);
649 expect = (layer != LAYER_STREAM);
706 if(layer == LAYER_STREAM) {
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC/
H A Ddecoders.c41 LAYER_STREAM = 0, /* FLAC__stream_decoder_init_[ogg_]stream() without seeking */ enumerator in enum:__anon932
332 case LAYER_STREAM:
418 case LAYER_STREAM:
483 case LAYER_STREAM:
559 expect = (layer != LAYER_STREAM);
570 expect = (layer != LAYER_STREAM);
630 if(layer == LAYER_STREAM) {
1026 if(!test_stream_decoder(LAYER_STREAM, is_ogg))
H A Dencoders.c35 LAYER_STREAM = 0, /* FLAC__stream_encoder_init_[ogg_]stream() without seeking */ enumerator in enum:__anon934
287 case LAYER_STREAM:
499 if(!test_stream_encoder(LAYER_STREAM, is_ogg))

Completed in 43 milliseconds