Home
last modified time | relevance | path

Searched refs:lsmash_box_type_t (Results 1 – 9 of 9) sorted by relevance

/dports/multimedia/l-smash/l-smash-2.14.5/core/
H A Dbox.c51 lsmash_box_type_t box_type, in isom_init_box_common_orig()
163 lsmash_box_type_t type = current->type; in isom_is_fullbox()
236 lsmash_box_type_t type = current->type; in isom_is_lpcm_audio()
299 int isom_is_waveform_audio( lsmash_box_type_t type ) in isom_is_waveform_audio()
351 lsmash_box_type_t type; in isom_get_child_box_position()
380 lsmash_box_type_t box_type, in isom_add_extension_binary()
1734 lsmash_box_type_t lsmash_form_box_type in lsmash_form_box_type()
1740 return (lsmash_box_type_t){ type, user }; in lsmash_form_box_type()
1743 lsmash_box_type_t lsmash_form_iso_box_type( uint32_t fourcc ) in lsmash_form_iso_box_type()
1769 int lsmash_check_box_type_identical( lsmash_box_type_t a, lsmash_box_type_t b ) in lsmash_check_box_type_identical()
[all …]
H A Dbox.h67 lsmash_box_type_t type
2277 lsmash_box_type_t box_type,
2286 int isom_is_waveform_audio( lsmash_box_type_t type );
2297 lsmash_box_type_t child_type,
2484 isom_dref_entry_t *isom_add_dref_entry( isom_dref_t *dref, lsmash_box_type_t type );
2561 int isom_add_extension_binary( void *parent_box, lsmash_box_type_t box_type, uint64_t precedence, u…
2563 isom_box_t *isom_get_extension_box( lsmash_entry_list_t *extensions, lsmash_box_type_t box_type );
2564 void *isom_get_extension_box_format( lsmash_entry_list_t *extensions, lsmash_box_type_t box_type );
H A Dbox_type.h26 extern const lsmash_box_type_t BOX_TYPE
29 const lsmash_box_type_t BOX_TYPE = LSMASH_##UUID_TYPE##_BOX_TYPE_INITIALIZER( FOURCC )
H A Dread.c85 lsmash_box_type_t *type = &box->type; in isom_bs_read_box_common()
2534 lsmash_box_type_t (*form_box_type_func)( lsmash_compact_box_type_t ) = NULL; in isom_read_box()
2555 lsmash_box_type_t (*form_box_type_func)( lsmash_compact_box_type_t ); in isom_read_box()
2742 lsmash_box_type_t (*form_box_type_func)( lsmash_compact_box_type_t ); in isom_read_box()
2885 lsmash_box_type_t (*form_box_type_func)( lsmash_compact_box_type_t ); in isom_read_box()
H A Dprint.c1305 lsmash_box_type_t type; in isom_print_sample_description_extesion()
2441 lsmash_box_type_t type; in isom_select_print_func()
H A Dwrite.c1552 lsmash_box_type_t type; in isom_set_box_writer()
/dports/multimedia/l-smash/l-smash-2.14.5/
H A Dlsmash.h484 } lsmash_box_type_t; typedef
488 lsmash_box_type_t type; /* box type */
495 LSMASH_API extern const lsmash_box_type_t static_lsmash_box_type_unspecified;
505 lsmash_box_type_t lsmash_form_box_type
513 lsmash_box_type_t lsmash_form_iso_box_type
518 lsmash_box_type_t lsmash_form_qtff_box_type
539 lsmash_box_type_t a,
540 lsmash_box_type_t b
549 const lsmash_box_type_t *box_type
559 lsmash_box_type_t type,
[all …]
/dports/multimedia/l-smash/l-smash-2.14.5/cli/
H A Dcli.c51 lsmash_box_type_t type = lsmash_form_iso_box_type( LSMASH_4CC( 'f', 'r', 'e', 'e' ) ); in lsmash_write_lsmash_indicator()
/dports/multimedia/l-smash/l-smash-2.14.5/codecs/
H A Ddescription.c840 static lsmash_box_type_t isom_guess_video_codec_specific_box_type( lsmash_codec_type_t active_codec… in isom_guess_video_codec_specific_box_type()
842 lsmash_box_type_t box_type = LSMASH_BOX_TYPE_INITIALIZER; in isom_guess_video_codec_specific_box_type()
1089lsmash_box_type_t box_type = isom_guess_video_codec_specific_box_type( visual->type, fourc… in isom_setup_visual_description()
1549 static lsmash_box_type_t isom_guess_audio_codec_specific_box_type( lsmash_codec_type_t active_codec… in isom_guess_audio_codec_specific_box_type()
1551 lsmash_box_type_t box_type = LSMASH_BOX_TYPE_INITIALIZER; in isom_guess_audio_codec_specific_box_type()
1597 lsmash_box_type_t type in isom_create_waveform_audio_info()
1806lsmash_box_type_t box_type = isom_guess_audio_codec_specific_box_type( audio->type, fourcc ); in isom_set_qtff_sound_decompression_parameters()
2164lsmash_box_type_t box_type = isom_guess_audio_codec_specific_box_type( audio->type, fourcc… in isom_setup_audio_description()
2724 lsmash_box_type_t box_type = LSMASH_BOX_TYPE_INITIALIZER; in isom_create_audio_summary_from_description()