FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
oma.c File Reference
#include "internal.h"
#include "oma.h"
#include "libavcodec/avcodec.h"
#include "libavutil/channel_layout.h"

Go to the source code of this file.

Variables

const uint16_t ff_oma_srate_tab [8] = { 320, 441, 480, 882, 960, 0 }
 
const AVCodecTag ff_oma_codec_tags []
 
const uint64_t ff_oma_chid_to_native_layout [7]
 map ATRAC-X channel id to internal channel layout More...
 
const int ff_oma_chid_to_num_channels [7] = {1, 2, 3, 4, 6, 7, 8}
 map ATRAC-X channel id to total number of channels More...
 

Variable Documentation

const uint16_t ff_oma_srate_tab[8] = { 320, 441, 480, 882, 960, 0 }

Definition at line 26 of file oma.c.

Referenced by oma_read_header(), and oma_write_header().

const AVCodecTag ff_oma_codec_tags[]
Initial value:

Definition at line 28 of file oma.c.

Referenced by oma_read_header().

const uint64_t ff_oma_chid_to_native_layout[7]
Initial value:
= {
}
#define AV_CH_LAYOUT_7POINT1
#define AV_CH_LAYOUT_SURROUND
#define AV_CH_LAYOUT_4POINT0
#define AV_CH_LAYOUT_STEREO
#define AV_CH_LAYOUT_5POINT1_BACK
#define AV_CH_LAYOUT_6POINT1_BACK
#define AV_CH_LAYOUT_MONO

map ATRAC-X channel id to internal channel layout

Definition at line 37 of file oma.c.

Referenced by oma_read_header().

const int ff_oma_chid_to_num_channels[7] = {1, 2, 3, 4, 6, 7, 8}

map ATRAC-X channel id to total number of channels

Definition at line 48 of file oma.c.

Referenced by oma_read_header().