Home
last modified time | relevance | path

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

/external/flac/libFLAC/include/protected/
Dstream_decoder.h45 FLAC__ChannelAssignment channel_assignment; member
/external/flac/libFLAC/
Dstream_decoder.c874 return decoder->protected_->channel_assignment; in FLAC__stream_decoder_get_channel_assignment()
2042 switch(decoder->private_->frame.header.channel_assignment) { in read_frame_()
2086 switch(decoder->private_->frame.header.channel_assignment) { in read_frame_()
2142 decoder->protected_->channel_assignment = decoder->private_->frame.header.channel_assignment; in read_frame_()
2308 decoder->private_->frame.header.channel_assignment = FLAC__CHANNEL_ASSIGNMENT_LEFT_SIDE; in read_frame_header_()
2311 decoder->private_->frame.header.channel_assignment = FLAC__CHANNEL_ASSIGNMENT_RIGHT_SIDE; in read_frame_header_()
2314 decoder->private_->frame.header.channel_assignment = FLAC__CHANNEL_ASSIGNMENT_MID_SIDE; in read_frame_header_()
2323 decoder->private_->frame.header.channel_assignment = FLAC__CHANNEL_ASSIGNMENT_INDEPENDENT; in read_frame_header_()
Dstream_encoder.c3131 …frame_header.channel_assignment = FLAC__CHANNEL_ASSIGNMENT_INDEPENDENT; /* the default unless the … in process_subframes_()
3243 FLAC__ChannelAssignment channel_assignment; in process_subframes_() local
3248channel_assignment = (encoder->private_->last_channel_assignment == FLAC__CHANNEL_ASSIGNMENT_INDEP… in process_subframes_()
3267 channel_assignment = FLAC__CHANNEL_ASSIGNMENT_INDEPENDENT; in process_subframes_()
3268 min_bits = bits[channel_assignment]; in process_subframes_()
3272 channel_assignment = (FLAC__ChannelAssignment)ca; in process_subframes_()
3277 frame_header.channel_assignment = channel_assignment; in process_subframes_()
3284 switch(channel_assignment) { in process_subframes_()
3305 switch(channel_assignment) { in process_subframes_()
3352 encoder->private_->last_channel_assignment = frame_header.channel_assignment; in process_subframes_()
Dstream_encoder_framing.c293 switch(header->channel_assignment) { in FLAC__frame_add_header()
/external/flac/include/FLAC/
Dformat.h421 FLAC__ChannelAssignment channel_assignment; member