Home
last modified time | relevance | path

Searched refs:mvhd_ (Results 1 – 12 of 12) sorted by relevance

/dports/www/mod_h264_streaming/mod_h264_streaming-2.2.7/src/
H A Doutput_mp4.c41 uint64_t moov_duration = moov->mvhd_->duration_; in create_traffic_shaping()
42 long moov_time_scale = moov->mvhd_->timescale_; in create_traffic_shaping()
433 long moov_time_scale = moov->mvhd_->timescale_; in output_mp4()
541 moov->mvhd_->duration_ = moov_duration; in output_mp4()
H A Dmoov.c109 long moov_time_scale = moov->mvhd_->timescale_; in get_aligned_start_and_end()
391 long moov_time_scale = moov->mvhd_->timescale_; in mp4_split()
H A Dmp4_io.c632 if(mp4_context->moov == 0 || mp4_context->moov->mvhd_ == 0) in mp4_open()
763 moov->mvhd_ = 0; in moov_init()
779 if(atom->mvhd_) in moov_exit()
781 mvhd_exit(atom->mvhd_); in moov_exit()
H A Dmp4_io.h139 struct mvhd_t* mvhd_; member
H A Dmp4_reader.c1615 moov->mvhd_ = (mvhd_t*)mvhd; in moov_add_mvhd()
1766 if(!atom->mvhd_) in moov_read()
H A Dmp4_writer.c762 { FOURCC('m', 'v', 'h', 'd'), atom->mvhd_, &mvhd_write }, in moov_write()
/dports/www/nginx-full/nginx_mod_h264_streaming-2.2.7/src/
H A Doutput_mp4.c41 uint64_t moov_duration = moov->mvhd_->duration_; in create_traffic_shaping()
42 long moov_time_scale = moov->mvhd_->timescale_; in create_traffic_shaping()
433 long moov_time_scale = moov->mvhd_->timescale_; in output_mp4()
541 moov->mvhd_->duration_ = moov_duration; in output_mp4()
H A Dmoov.c109 long moov_time_scale = moov->mvhd_->timescale_; in get_aligned_start_and_end()
391 long moov_time_scale = moov->mvhd_->timescale_; in mp4_split()
H A Dmp4_io.c632 if(mp4_context->moov == 0 || mp4_context->moov->mvhd_ == 0) in mp4_open()
763 moov->mvhd_ = 0; in moov_init()
779 if(atom->mvhd_) in moov_exit()
781 mvhd_exit(atom->mvhd_); in moov_exit()
H A Dmp4_io.h139 struct mvhd_t* mvhd_; member
H A Dmp4_reader.c1615 moov->mvhd_ = (mvhd_t*)mvhd; in moov_add_mvhd()
1766 if(!atom->mvhd_) in moov_read()
H A Dmp4_writer.c762 { FOURCC('m', 'v', 'h', 'd'), atom->mvhd_, &mvhd_write }, in moov_write()