GPAC
Open Source Multimedia Framework. For more information, check out http://gpac.wp.mines-telecom.fr
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups
sample_descs.c File Reference
+ Include dependency graph for sample_descs.c:

Functions

void gf_isom_sample_entry_predestroy (GF_SampleEntryBox *ptr)
 
void gf_isom_sample_entry_init (GF_SampleEntryBox *ent)
 
void gf_isom_video_sample_entry_init (GF_VisualSampleEntryBox *ent)
 
GF_Err gf_isom_video_sample_entry_read (GF_VisualSampleEntryBox *ptr, GF_BitStream *bs)
 
void gf_isom_video_sample_entry_write (GF_VisualSampleEntryBox *ptr, GF_BitStream *bs)
 
void gf_isom_video_sample_entry_size (GF_VisualSampleEntryBox *ent)
 
void gf_isom_audio_sample_entry_init (GF_AudioSampleEntryBox *ptr)
 
GF_Err gf_isom_audio_sample_entry_read (GF_AudioSampleEntryBox *ptr, GF_BitStream *bs)
 
void gf_isom_audio_sample_entry_write (GF_AudioSampleEntryBox *ptr, GF_BitStream *bs)
 
void gf_isom_audio_sample_entry_size (GF_AudioSampleEntryBox *ptr)
 
GF_3GPConfiggf_isom_3gp_config_get (GF_ISOFile *the_file, u32 trackNumber, u32 StreamDescriptionIndex)
 
GF_AC3Configgf_isom_ac3_config_get (GF_ISOFile *the_file, u32 trackNumber, u32 StreamDescriptionIndex)
 
GF_Err gf_isom_3gp_config_new (GF_ISOFile *the_file, u32 trackNumber, GF_3GPConfig *cfg, char *URLname, char *URNname, u32 *outDescriptionIndex)
 
GF_Err gf_isom_3gp_config_update (GF_ISOFile *the_file, u32 trackNumber, GF_3GPConfig *param, u32 DescriptionIndex)
 
GF_Err gf_isom_ac3_config_new (GF_ISOFile *the_file, u32 trackNumber, GF_AC3Config *cfg, char *URLname, char *URNname, u32 *outDescriptionIndex)
 
GF_Err gf_isom_get_dims_description (GF_ISOFile *movie, u32 trackNumber, u32 descriptionIndex, GF_DIMSDescription *desc)
 
GF_Err gf_isom_new_dims_description (GF_ISOFile *movie, u32 trackNumber, GF_DIMSDescription *desc, char *URLname, char *URNname, u32 *outDescriptionIndex)
 
GF_Err gf_isom_update_dims_description (GF_ISOFile *movie, u32 trackNumber, GF_DIMSDescription *desc, char *URLname, char *URNname, u32 DescriptionIndex)
 
GF_Err LSR_UpdateESD (GF_LASeRSampleEntryBox *lsr, GF_ESD *esd)
 

Function Documentation

void gf_isom_sample_entry_predestroy ( GF_SampleEntryBox ptr)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void gf_isom_sample_entry_init ( GF_SampleEntryBox ent)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void gf_isom_video_sample_entry_init ( GF_VisualSampleEntryBox ent)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

GF_Err gf_isom_video_sample_entry_read ( GF_VisualSampleEntryBox ptr,
GF_BitStream *  bs 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void gf_isom_video_sample_entry_write ( GF_VisualSampleEntryBox ptr,
GF_BitStream *  bs 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void gf_isom_video_sample_entry_size ( GF_VisualSampleEntryBox ent)

+ Here is the caller graph for this function:

void gf_isom_audio_sample_entry_init ( GF_AudioSampleEntryBox ptr)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

GF_Err gf_isom_audio_sample_entry_read ( GF_AudioSampleEntryBox ptr,
GF_BitStream *  bs 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void gf_isom_audio_sample_entry_write ( GF_AudioSampleEntryBox ptr,
GF_BitStream *  bs 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void gf_isom_audio_sample_entry_size ( GF_AudioSampleEntryBox ptr)

+ Here is the caller graph for this function:

GF_3GPConfig* gf_isom_3gp_config_get ( GF_ISOFile *  the_file,
u32  trackNumber,
u32  StreamDescriptionIndex 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

GF_AC3Config* gf_isom_ac3_config_get ( GF_ISOFile *  the_file,
u32  trackNumber,
u32  StreamDescriptionIndex 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

GF_Err gf_isom_3gp_config_new ( GF_ISOFile *  the_file,
u32  trackNumber,
GF_3GPConfig cfg,
char *  URLname,
char *  URNname,
u32 outDescriptionIndex 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

GF_Err gf_isom_3gp_config_update ( GF_ISOFile *  the_file,
u32  trackNumber,
GF_3GPConfig param,
u32  DescriptionIndex 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

GF_Err gf_isom_ac3_config_new ( GF_ISOFile *  the_file,
u32  trackNumber,
GF_AC3Config cfg,
char *  URLname,
char *  URNname,
u32 outDescriptionIndex 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

GF_Err gf_isom_get_dims_description ( GF_ISOFile *  movie,
u32  trackNumber,
u32  descriptionIndex,
GF_DIMSDescription desc 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

GF_Err gf_isom_new_dims_description ( GF_ISOFile *  movie,
u32  trackNumber,
GF_DIMSDescription desc,
char *  URLname,
char *  URNname,
u32 outDescriptionIndex 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

GF_Err gf_isom_update_dims_description ( GF_ISOFile *  movie,
u32  trackNumber,
GF_DIMSDescription desc,
char *  URLname,
char *  URNname,
u32  DescriptionIndex 
)

+ Here is the call graph for this function:

GF_Err LSR_UpdateESD ( GF_LASeRSampleEntryBox lsr,
GF_ESD esd 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function: