Home
last modified time | relevance | path

Searched refs:tfhd_t (Results 1 – 8 of 8) sorted by relevance

/dports/www/mod_h264_streaming/mod_h264_streaming-2.2.7/src/
H A Dmp4_io.h639 struct tfhd_t* tfhd_;
648 struct tfhd_t struct
660 typedef struct tfhd_t tfhd_t; argument
661 MOD_STREAMING_DLL_LOCAL extern tfhd_t* tfhd_init(void);
662 MOD_STREAMING_DLL_LOCAL extern void tfhd_exit(tfhd_t* atom);
H A Dmp4_io.c1978 extern tfhd_t* tfhd_init() in tfhd_init()
1980 tfhd_t* tfhd = (tfhd_t*)malloc(sizeof(tfhd_t)); in tfhd_init()
1988 extern void tfhd_exit(tfhd_t* atom) in tfhd_exit()
H A Dmp4_reader.c1809 tfhd_t const* tfhd = traf->tfhd_; in add_fragmented_samples()
1900 tfhd_t* tfhd = traf->tfhd_; in trun_read()
1975 tfhd_t* atom = tfhd_init(); in tfhd_read()
2077 traf->tfhd_ = (tfhd_t*)tfhd; in traf_add_tfhd()
H A Dmp4_writer.c876 struct tfhd_t const* tfhd = (struct tfhd_t const*)atom; in tfhd_write()
/dports/www/nginx-full/nginx_mod_h264_streaming-2.2.7/src/
H A Dmp4_io.h639 struct tfhd_t* tfhd_;
648 struct tfhd_t struct
660 typedef struct tfhd_t tfhd_t; argument
661 MOD_STREAMING_DLL_LOCAL extern tfhd_t* tfhd_init(void);
662 MOD_STREAMING_DLL_LOCAL extern void tfhd_exit(tfhd_t* atom);
H A Dmp4_io.c1978 extern tfhd_t* tfhd_init() in tfhd_init()
1980 tfhd_t* tfhd = (tfhd_t*)malloc(sizeof(tfhd_t)); in tfhd_init()
1988 extern void tfhd_exit(tfhd_t* atom) in tfhd_exit()
H A Dmp4_reader.c1809 tfhd_t const* tfhd = traf->tfhd_; in add_fragmented_samples()
1900 tfhd_t* tfhd = traf->tfhd_; in trun_read()
1975 tfhd_t* atom = tfhd_init(); in tfhd_read()
2077 traf->tfhd_ = (tfhd_t*)tfhd; in traf_add_tfhd()
H A Dmp4_writer.c876 struct tfhd_t const* tfhd = (struct tfhd_t const*)atom; in tfhd_write()