Home
last modified time | relevance | path

Searched refs:FLAC__ChannelAssignment (Results 1 – 9 of 9) sorted by relevance

/external/flac/src/libFLAC/include/protected/
Dstream_decoder.h45 FLAC__ChannelAssignment channel_assignment;
/external/flac/include/FLAC/
Dformat.h386 } FLAC__ChannelAssignment; typedef
421 FLAC__ChannelAssignment channel_assignment;
Dstream_decoder.h950 FLAC_API FLAC__ChannelAssignment FLAC__stream_decoder_get_channel_assignment(const FLAC__StreamDeco…
/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()
/external/flac/src/test_libFLAC/
Ddecoders.c627 FLAC__ChannelAssignment ca = FLAC__stream_decoder_get_channel_assignment(decoder); in test_stream_decoder()
/external/flac/src/test_libFLAC++/
Ddecoders.cpp700 ::FLAC__ChannelAssignment ca = decoder->get_channel_assignment(); in test_stream_decoder()
/external/flac/src/libFLAC/
Dstream_encoder.c347 FLAC__ChannelAssignment last_channel_assignment;
3277 FLAC__ChannelAssignment channel_assignment; in process_subframes_()
3306 channel_assignment = (FLAC__ChannelAssignment)ca; in process_subframes_()
Dstream_decoder.c869 FLAC_API FLAC__ChannelAssignment FLAC__stream_decoder_get_channel_assignment(const FLAC__StreamDeco… in FLAC__stream_decoder_get_channel_assignment()