Home
last modified time | relevance | path

Searched refs:length_fields (Results 1 – 4 of 4) sorted by relevance

/dports/www/mod_h264_streaming/mod_h264_streaming-2.2.7/src/
H A Dmp4_reader.c2517 unsigned int length_fields; in tfra_read() local
2525 length_fields = read_32(buffer + 8); in tfra_read()
2526 tfra->length_size_of_traf_num_ = (((length_fields >> 4) & 3) + 1); in tfra_read()
2527 tfra->length_size_of_trun_num_ = (((length_fields >> 2) & 3) + 1); in tfra_read()
2528 tfra->length_size_of_sample_num_ = (((length_fields >> 0) & 3) + 1); in tfra_read()
H A Dmp4_writer.c797 uint32_t length_fields; in tfra_write() local
803 length_fields = ((tfra->length_size_of_traf_num_ - 1) << 4) + in tfra_write()
806 buffer = write_32(buffer, length_fields); in tfra_write()
/dports/www/nginx-full/nginx_mod_h264_streaming-2.2.7/src/
H A Dmp4_reader.c2517 unsigned int length_fields; in tfra_read() local
2525 length_fields = read_32(buffer + 8); in tfra_read()
2526 tfra->length_size_of_traf_num_ = (((length_fields >> 4) & 3) + 1); in tfra_read()
2527 tfra->length_size_of_trun_num_ = (((length_fields >> 2) & 3) + 1); in tfra_read()
2528 tfra->length_size_of_sample_num_ = (((length_fields >> 0) & 3) + 1); in tfra_read()
H A Dmp4_writer.c797 uint32_t length_fields; in tfra_write() local
803 length_fields = ((tfra->length_size_of_traf_num_ - 1) << 4) + in tfra_write()
806 buffer = write_32(buffer, length_fields); in tfra_write()