Searched defs:channel_assignment (Results 1 - 4 of 4) sorted by relevance

/external/flac/libFLAC/include/protected/
H A Dstream_decoder.h43 FLAC__ChannelAssignment channel_assignment; member in struct:FLAC__StreamDecoderProtected
/external/aac/libAACenc/src/
H A Dchannel_map.cpp98 /* channel_assignment treats the relationship of Input file channels
127 INT channel_assignment[/*(8)*/12]; member in struct:__anon97
193 return (pTab[i].channel_assignment);
/external/flac/include/FLAC/
H A Dformat.h420 FLAC__ChannelAssignment channel_assignment; member in struct:__anon21471
/external/flac/libFLAC/
H A Dstream_encoder.c2953 frame_header.channel_assignment = FLAC__CHANNEL_ASSIGNMENT_INDEPENDENT; /* the default unless the encoder determines otherwise */
3059 FLAC__ChannelAssignment channel_assignment; local
3064 channel_assignment = (encoder->private_->last_channel_assignment == FLAC__CHANNEL_ASSIGNMENT_INDEPENDENT? FLAC__CHANNEL_ASSIGNMENT_INDEPENDENT : FLAC__CHANNEL_ASSIGNMENT_MID_SIDE);
3083 channel_assignment = FLAC__CHANNEL_ASSIGNMENT_INDEPENDENT;
3084 min_bits = bits[channel_assignment];
3088 channel_assignment = (FLAC__ChannelAssignment)ca;
3093 frame_header.channel_assignment = channel_assignment;
3100 switch(channel_assignment) {
3121 switch(channel_assignment) {
[all...]

Completed in 468 milliseconds