webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions
opus_multistream.c File Reference
#include "opus_multistream.h"
#include "opus.h"
#include "opus_private.h"
#include "stack_alloc.h"
#include <stdarg.h>
#include "float_cast.h"
#include "os_support.h"

Functions

int validate_layout (const ChannelLayout *layout)
 
int get_left_channel (const ChannelLayout *layout, int stream_id, int prev)
 
int get_right_channel (const ChannelLayout *layout, int stream_id, int prev)
 
int get_mono_channel (const ChannelLayout *layout, int stream_id, int prev)
 

Function Documentation

◆ get_left_channel()

int get_left_channel ( const ChannelLayout layout,
int  stream_id,
int  prev 
)

◆ get_mono_channel()

int get_mono_channel ( const ChannelLayout layout,
int  stream_id,
int  prev 
)

◆ get_right_channel()

int get_right_channel ( const ChannelLayout layout,
int  stream_id,
int  prev 
)

◆ validate_layout()

int validate_layout ( const ChannelLayout layout)