Searched refs:channel_assignment (Results 1 - 18 of 18) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/src/libFLAC/include/protected/
H A Dstream_decoder.h43 FLAC__ChannelAssignment channel_assignment; member in struct:FLAC__StreamDecoderProtected
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/src/libFLAC/include/protected/
H A Dstream_decoder.h43 FLAC__ChannelAssignment channel_assignment; member in struct:FLAC__StreamDecoderProtected
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/src/libFLAC/include/protected/
H A Dstream_decoder.h43 FLAC__ChannelAssignment channel_assignment; member in struct:FLAC__StreamDecoderProtected
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/src/flac/
H A Danalyze.c70 fprintf(fout, "frame=%u\toffset=%I64u\tbits=%u\tblocksize=%u\tsample_rate=%u\tchannels=%u\tchannel_assignment=%s\n", frame_number, frame_offset, frame_bytes*8, frame->header.blocksize, frame->header.sample_rate, channels, FLAC__ChannelAssignmentString[frame->header.channel_assignment]);
72 fprintf(fout, "frame=%u\toffset=%llu\tbits=%u\tblocksize=%u\tsample_rate=%u\tchannels=%u\tchannel_assignment=%s\n", frame_number, (unsigned long long)frame_offset, frame_bytes*8, frame->header.blocksize, frame->header.sample_rate, channels, FLAC__ChannelAssignmentString[frame->header.channel_assignment]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/src/flac/
H A Danalyze.c70 fprintf(fout, "frame=%u\toffset=%I64u\tbits=%u\tblocksize=%u\tsample_rate=%u\tchannels=%u\tchannel_assignment=%s\n", frame_number, frame_offset, frame_bytes*8, frame->header.blocksize, frame->header.sample_rate, channels, FLAC__ChannelAssignmentString[frame->header.channel_assignment]);
72 fprintf(fout, "frame=%u\toffset=%llu\tbits=%u\tblocksize=%u\tsample_rate=%u\tchannels=%u\tchannel_assignment=%s\n", frame_number, (unsigned long long)frame_offset, frame_bytes*8, frame->header.blocksize, frame->header.sample_rate, channels, FLAC__ChannelAssignmentString[frame->header.channel_assignment]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/src/flac/
H A Danalyze.c70 fprintf(fout, "frame=%u\toffset=%I64u\tbits=%u\tblocksize=%u\tsample_rate=%u\tchannels=%u\tchannel_assignment=%s\n", frame_number, frame_offset, frame_bytes*8, frame->header.blocksize, frame->header.sample_rate, channels, FLAC__ChannelAssignmentString[frame->header.channel_assignment]);
72 fprintf(fout, "frame=%u\toffset=%llu\tbits=%u\tblocksize=%u\tsample_rate=%u\tchannels=%u\tchannel_assignment=%s\n", frame_number, (unsigned long long)frame_offset, frame_bytes*8, frame->header.blocksize, frame->header.sample_rate, channels, FLAC__ChannelAssignmentString[frame->header.channel_assignment]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/include/FLAC/
H A Dformat.h420 FLAC__ChannelAssignment channel_assignment; member in struct:__anon1552
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/include/FLAC/
H A Dformat.h420 FLAC__ChannelAssignment channel_assignment; member in struct:__anon2457
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/include/FLAC/
H A Dformat.h420 FLAC__ChannelAssignment channel_assignment; member in struct:__anon36482
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/src/libFLAC/
H A Dstream_decoder.c909 return decoder->protected_->channel_assignment;
2022 switch(decoder->private_->frame.header.channel_assignment) {
2066 switch(decoder->private_->frame.header.channel_assignment) {
2122 decoder->protected_->channel_assignment = decoder->private_->frame.header.channel_assignment;
2286 decoder->private_->frame.header.channel_assignment = FLAC__CHANNEL_ASSIGNMENT_LEFT_SIDE;
2289 decoder->private_->frame.header.channel_assignment = FLAC__CHANNEL_ASSIGNMENT_RIGHT_SIDE;
2292 decoder->private_->frame.header.channel_assignment = FLAC__CHANNEL_ASSIGNMENT_MID_SIDE;
2301 decoder->private_->frame.header.channel_assignment = FLAC__CHANNEL_ASSIGNMENT_INDEPENDENT;
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...]
H A Dstream_encoder_framing.c292 switch(header->channel_assignment) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/src/libFLAC/
H A Dstream_decoder.c909 return decoder->protected_->channel_assignment;
2022 switch(decoder->private_->frame.header.channel_assignment) {
2066 switch(decoder->private_->frame.header.channel_assignment) {
2122 decoder->protected_->channel_assignment = decoder->private_->frame.header.channel_assignment;
2286 decoder->private_->frame.header.channel_assignment = FLAC__CHANNEL_ASSIGNMENT_LEFT_SIDE;
2289 decoder->private_->frame.header.channel_assignment = FLAC__CHANNEL_ASSIGNMENT_RIGHT_SIDE;
2292 decoder->private_->frame.header.channel_assignment = FLAC__CHANNEL_ASSIGNMENT_MID_SIDE;
2301 decoder->private_->frame.header.channel_assignment = FLAC__CHANNEL_ASSIGNMENT_INDEPENDENT;
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...]
H A Dstream_encoder_framing.c292 switch(header->channel_assignment) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/src/libFLAC/
H A Dstream_decoder.c909 return decoder->protected_->channel_assignment;
2022 switch(decoder->private_->frame.header.channel_assignment) {
2066 switch(decoder->private_->frame.header.channel_assignment) {
2122 decoder->protected_->channel_assignment = decoder->private_->frame.header.channel_assignment;
2286 decoder->private_->frame.header.channel_assignment = FLAC__CHANNEL_ASSIGNMENT_LEFT_SIDE;
2289 decoder->private_->frame.header.channel_assignment = FLAC__CHANNEL_ASSIGNMENT_RIGHT_SIDE;
2292 decoder->private_->frame.header.channel_assignment = FLAC__CHANNEL_ASSIGNMENT_MID_SIDE;
2301 decoder->private_->frame.header.channel_assignment = FLAC__CHANNEL_ASSIGNMENT_INDEPENDENT;
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...]
H A Dstream_encoder_framing.c292 switch(header->channel_assignment) {

Completed in 203 milliseconds