Home
last modified time | relevance | path

Searched refs:dts_info_t (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/l-smash/l-smash-2.14.5/codecs/
H A Ddts.h127 } dts_info_t; typedef
129 void dts_setup_parser( dts_info_t *info );
130 int dts_parse_core_substream( dts_info_t *info );
131 int dts_parse_extension_substream( dts_info_t *info );
132 int dts_get_max_channel_count( dts_info_t *info );
133 dts_substream_type dts_get_substream_type( dts_info_t *info );
134 int dts_get_exss_index( dts_info_t *info, uint8_t *exss_index );
135 void dts_update_specific_param( dts_info_t *info );
H A Ddts.c152 void dts_setup_parser( dts_info_t *info ) in dts_setup_parser()
324 dts_info_t *info = &(dts_info_t){ .bits = &bits }; in lsmash_setup_dts_specific_parameters_from_frame()
344 int (*dts_parse_frame)( dts_info_t * ) = NULL; in lsmash_setup_dts_specific_parameters_from_frame()
476 static int dts_parse_asset_descriptor( dts_info_t *info, uint64_t *bits_pos ) in dts_parse_asset_descriptor()
767 static int dts_parse_exss_xbr( dts_info_t *info, uint64_t *bits_pos ) in dts_parse_exss_xbr()
1163 int dts_parse_core_substream( dts_info_t *info ) in dts_parse_core_substream()
1191 int dts_parse_extension_substream( dts_info_t *info ) in dts_parse_extension_substream()
1348 dts_substream_type dts_get_substream_type( dts_info_t *info ) in dts_get_substream_type()
1365 int dts_get_exss_index( dts_info_t *info, uint8_t *exss_index ) in dts_get_exss_index()
1373 int dts_get_max_channel_count( dts_info_t *info ) in dts_get_max_channel_count()
[all …]
/dports/multimedia/l-smash/l-smash-2.14.5/importer/
H A Ddts_imp.c40 dts_info_t info;
65 dts_info_t *dts_info = &dts_imp->info; in create_dts_importer()
95 dts_info_t *info = &dts_imp->info; in dts_importer_get_next_accessunit_internal()
141 int (*dts_parse_frame)( dts_info_t * ) = NULL; in dts_importer_get_next_accessunit_internal()
214 dts_info_t *info = &dts_imp->info; in dts_importer_get_accessunit()
242 static lsmash_audio_summary_t *dts_create_summary( dts_info_t *info ) in dts_create_summary()