Searched refs:FLAC__ChannelAssignment (Results 1 – 9 of 9) sorted by relevance
45 FLAC__ChannelAssignment channel_assignment;
386 } FLAC__ChannelAssignment; typedef421 FLAC__ChannelAssignment channel_assignment;
950 FLAC_API FLAC__ChannelAssignment FLAC__stream_decoder_get_channel_assignment(const FLAC__StreamDeco…
139 …virtual ::FLAC__ChannelAssignment get_channel_assignment() const; ///< See FLAC__stream_decoder_ge…
143 ::FLAC__ChannelAssignment Stream::get_channel_assignment() const in get_channel_assignment()
627 FLAC__ChannelAssignment ca = FLAC__stream_decoder_get_channel_assignment(decoder); in test_stream_decoder()
700 ::FLAC__ChannelAssignment ca = decoder->get_channel_assignment(); in test_stream_decoder()
347 FLAC__ChannelAssignment last_channel_assignment;3277 FLAC__ChannelAssignment channel_assignment; in process_subframes_()3306 channel_assignment = (FLAC__ChannelAssignment)ca; in process_subframes_()
869 FLAC_API FLAC__ChannelAssignment FLAC__stream_decoder_get_channel_assignment(const FLAC__StreamDeco… in FLAC__stream_decoder_get_channel_assignment()