Home
last modified time | relevance | path

Searched refs:DCAExssAsset (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddca_exss.h29 typedef struct DCAExssAsset { struct
69 } DCAExssAsset; argument
87 DCAExssAsset assets[1]; ///< Audio asset descriptors
Ddca_exss.c23 static void parse_xll_parameters(DCAExssParser *s, DCAExssAsset *asset) in parse_xll_parameters()
49 static void parse_lbr_parameters(DCAExssParser *s, DCAExssAsset *asset) in parse_lbr_parameters()
60 static int parse_descriptor(DCAExssParser *s, DCAExssAsset *asset) in parse_descriptor()
322 static int set_exss_offsets(DCAExssAsset *asset) in set_exss_offsets()
Ddca_xll.h144 int ff_dca_xll_parse(DCAXllDecoder *s, uint8_t *data, DCAExssAsset *asset);
Ddca_lbr.h129 int ff_dca_lbr_parse(DCALbrDecoder *s, uint8_t *data, DCAExssAsset *asset);
Ddca_xll.c116 static int chs_parse_header(DCAXllDecoder *s, DCAXllChSet *c, DCAExssAsset *asset) in chs_parse_header()
903 static int parse_sub_headers(DCAXllDecoder *s, DCAExssAsset *asset) in parse_sub_headers()
1041 static int parse_frame(DCAXllDecoder *s, uint8_t *data, int size, DCAExssAsset *asset) in parse_frame()
1082 static int parse_frame_no_pbr(DCAXllDecoder *s, uint8_t *data, int size, DCAExssAsset *asset) in parse_frame_no_pbr()
1120 static int parse_frame_pbr(DCAXllDecoder *s, uint8_t *data, int size, DCAExssAsset *asset) in parse_frame_pbr()
1161 int ff_dca_xll_parse(DCAXllDecoder *s, uint8_t *data, DCAExssAsset *asset) in ff_dca_xll_parse()
1326 DCAExssAsset *asset = &dca->exss.assets[0]; in ff_dca_xll_filter_frame()
Ddca_core.h251 int ff_dca_core_parse_exss(DCACoreDecoder *s, uint8_t *data, DCAExssAsset *asset);
Ddca_parser.c197 DCAExssAsset *asset = &pc1->exss.assets[0]; in dca_parse_params()
Ddcadec.c198 DCAExssAsset *asset = NULL; in dcadec_decode_frame()
Ddca_core.c1831 int ff_dca_core_parse_exss(DCACoreDecoder *s, uint8_t *data, DCAExssAsset *asset) in ff_dca_core_parse_exss()
2349 DCAExssAsset *asset = &dca->exss.assets[0]; in ff_dca_core_filter_frame()
Ddca_lbr.c1168 int ff_dca_lbr_parse(DCALbrDecoder *s, uint8_t *data, DCAExssAsset *asset) in ff_dca_lbr_parse()