| 
    FFmpeg
    
   | 
 
MLP parser. More...
#include <stdint.h>#include "libavutil/channel_layout.h"#include "libavutil/crc.h"#include "libavutil/internal.h"#include "get_bits.h"#include "parser.h"#include "mlp_parser.h"#include "mlp.h"Go to the source code of this file.
Data Structures | |
| struct | MLPParseContext | 
Functions | |
| static int | mlp_samplerate (int in) | 
| static int | truehd_channels (int chanmap) | 
| uint64_t | ff_truehd_layout (int chanmap) | 
| int | ff_mlp_read_major_sync (void *log, MLPHeaderInfo *mh, GetBitContext *gb) | 
| Read a major sync info header - contains high level information about the stream - sample rate, channel arrangement etc.   | |
| static av_cold int | mlp_init (AVCodecParserContext *s) | 
| static int | mlp_parse (AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) | 
Variables | |
| static const uint8_t | mlp_quants [16] | 
| static const uint8_t | mlp_channels [32] | 
| const uint64_t | ff_mlp_layout [32] | 
| static const uint8_t | thd_chancount [13] | 
| static const uint64_t | thd_layout [13] | 
| AVCodecParser | ff_mlp_parser | 
MLP parser.
Definition in file mlp_parser.c.
      
  | 
  static | 
Definition at line 93 of file mlp_parser.c.
Referenced by ff_mlp_read_major_sync().
      
  | 
  static | 
Definition at line 101 of file mlp_parser.c.
Referenced by ff_mlp_read_major_sync().
| uint64_t ff_truehd_layout | ( | int | chanmap | ) | 
Definition at line 111 of file mlp_parser.c.
Referenced by ff_mlp_read_major_sync().
| int ff_mlp_read_major_sync | ( | void * | log, | 
| MLPHeaderInfo * | mh, | ||
| GetBitContext * | gb | ||
| ) | 
Read a major sync info header - contains high level information about the stream - sample rate, channel arrangement etc.
Most of this information is not actually necessary for decoding, only for playback. gb must be a freshly initialized GetBitContext with no bits read.
Definition at line 128 of file mlp_parser.c.
Referenced by mlp_parse(), and read_major_sync().
      
  | 
  static | 
Definition at line 215 of file mlp_parser.c.
      
  | 
  static | 
Definition at line 221 of file mlp_parser.c.
      
  | 
  static | 
Definition at line 37 of file mlp_parser.c.
Referenced by ff_mlp_read_major_sync().
      
  | 
  static | 
Definition at line 42 of file mlp_parser.c.
Referenced by ff_mlp_read_major_sync().
| const uint64_t ff_mlp_layout[32] | 
Definition at line 47 of file mlp_parser.c.
Referenced by ff_mlp_read_major_sync().
      
  | 
  static | 
Definition at line 72 of file mlp_parser.c.
Referenced by truehd_channels().
      
  | 
  static | 
| AVCodecParser ff_mlp_parser | 
Definition at line 397 of file mlp_parser.c.
 1.8.2