Home
last modified time | relevance | path

Searched refs:get_channel_assignment (Results 1 – 3 of 3) sorted by relevance

/external/flac/include/FLAC++/
Ddecoder.h139 …virtual ::FLAC__ChannelAssignment get_channel_assignment() const; ///< See FLAC__stream_decoder_ge…
/external/flac/src/libFLAC++/
Dstream_decoder.cpp143 ::FLAC__ChannelAssignment Stream::get_channel_assignment() const in get_channel_assignment() function in FLAC::Decoder::Stream
/external/flac/src/test_libFLAC++/
Ddecoders.cpp700 ::FLAC__ChannelAssignment ca = decoder->get_channel_assignment(); in test_stream_decoder()