FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | AptXDemuxerContext |
Macros | |
#define | APTX_BLOCK_SIZE 4 |
#define | APTX_PACKET_SIZE (256*APTX_BLOCK_SIZE) |
#define | APTX_HD_BLOCK_SIZE 6 |
#define | APTX_HD_PACKET_SIZE (256*APTX_HD_BLOCK_SIZE) |
Functions | |
static AVStream * | aptx_read_header_common (AVFormatContext *s) |
static int | aptx_read_header (AVFormatContext *s) |
static int | aptx_hd_read_header (AVFormatContext *s) |
static int | aptx_read_packet (AVFormatContext *s, AVPacket *pkt) |
static int | aptx_hd_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
static const AVOption | aptx_options [] |
#define APTX_BLOCK_SIZE 4 |
Definition at line 26 of file aptxdec.c.
Referenced by aptx_read_header().
#define APTX_PACKET_SIZE (256*APTX_BLOCK_SIZE) |
Definition at line 27 of file aptxdec.c.
Referenced by aptx_read_header(), and aptx_read_packet().
#define APTX_HD_BLOCK_SIZE 6 |
Definition at line 29 of file aptxdec.c.
Referenced by aptx_hd_read_header().
#define APTX_HD_PACKET_SIZE (256*APTX_HD_BLOCK_SIZE) |
Definition at line 30 of file aptxdec.c.
Referenced by aptx_hd_read_header(), and aptx_hd_read_packet().
|
static |
Definition at line 37 of file aptxdec.c.
Referenced by aptx_hd_read_header(), and aptx_read_header().
|
static |
|
static |
|
static |
|
static |
|
static |