Lines Matching refs:LAYER_STREAM
45 LAYER_STREAM = 0, /* FLAC__stream_decoder_init_stream() without seeking */ enumerator
231 if(layer_ == LAYER_STREAM) in seek_callback()
247 if(layer_ == LAYER_STREAM) in tell_callback()
266 if(layer_ == LAYER_STREAM) in length_callback()
278 if(layer_ == LAYER_STREAM) in eof_callback()
492 case LAYER_STREAM: in test_stream_decoder()
555 case LAYER_STREAM: in test_stream_decoder()
642 expect = (layer != LAYER_STREAM); in test_stream_decoder()
653 expect = (layer != LAYER_STREAM); in test_stream_decoder()
710 if(layer == LAYER_STREAM) { in test_stream_decoder()
1161 if(!test_stream_decoder(LAYER_STREAM, is_ogg)) in test_decoders()