Home
last modified time | relevance | path

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

/external/flac/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/libFLAC/
Dstream_encoder.c347 FLAC__ChannelAssignment last_channel_assignment;
3243 FLAC__ChannelAssignment channel_assignment; in process_subframes_()
3272 channel_assignment = (FLAC__ChannelAssignment)ca; in process_subframes_()
Dstream_decoder.c870 FLAC_API FLAC__ChannelAssignment FLAC__stream_decoder_get_channel_assignment(const FLAC__StreamDeco… in FLAC__stream_decoder_get_channel_assignment()