Home
last modified time | relevance | path

Searched refs:i_packet_count (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/modules/mux/mpeg/
H A Dts.c1461 int i_packet_count = 0; in MuxStreams() local
1483 i_packet_count += ( i_size + 183 ) / 184; in MuxStreams()
1496 i_packet_count += chain_ts.i_depth; in MuxStreams()
1537 i_pcr_length / i_packet_count; in MuxStreams()
1714 int i_packet_count = p_chain_ts->i_depth; in TSSchedule() local
1720 i_pcr_length = i_packet_count; in TSSchedule()
1723 for (int i = 0; i < i_packet_count; i++ ) in TSSchedule()
1769 int i_packet_count = p_chain_ts->i_depth; in TSDate() local
1787 i_pcr_length = i_packet_count; in TSDate()
1791 for (int i = 0; i < i_packet_count; i++ ) in TSDate()
[all …]
/dports/multimedia/vlc/vlc-3.0.16/modules/access/mms/
H A Dmmstu.h92 uint32_t i_packet_count; member
H A Dmmstu.c163 if( p_sys->i_packet_count <= 0 && p_sys->asfh.i_data_packets_count > 0 ) in MMSTUOpen()
165 p_sys->i_packet_count = p_sys->asfh.i_data_packets_count; in MMSTUOpen()
167 if( p_sys->i_packet_count <= 0 || ( p_sys->i_flags_broadcast >> 24 ) == 0x02 ) in MMSTUOpen()
176 (uint64_t)p_sys->i_packet_count * (uint64_t)p_sys->i_packet_length; in MMSTUOpen()
355 if( p_sys->b_seekable && i_packet >= p_sys->i_packet_count ) in Seek()
752 p_sys->i_packet_count = in MMSOpen()
766 p_sys->i_packet_count, in MMSOpen()
/dports/multimedia/vlc/vlc-3.0.16/modules/mux/
H A Dasf.c137 int64_t i_packet_count; member
227 p_sys->i_packet_count= 0; in Open()
939 bo_addle_u64( &bo, i_size + 50 + p_sys->i_packet_count * in asf_header_create()
942 bo_addle_u64( &bo, b_broadcast ? 0xffffffffLL : p_sys->i_packet_count ); in asf_header_create()
1126 bo_addle_u64( &bo, 50 + p_sys->i_packet_count * p_sys->i_packet_size ); in asf_header_create()
1128 bo_addle_u64( &bo, p_sys->i_packet_count ); in asf_header_create()
1167 p_sys->i_packet_count++; in asf_packet_flush()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/asf/
H A Dlibasf.h53 uint16_t i_packet_count; member
H A Dlibasf.c299 p_index->index_entry[i].i_packet_count = GetWLE( p_peek + 4 ); in ASF_ReadObject_Index()
/dports/multimedia/vlc/vlc-3.0.16/modules/access/dvb/
H A Dscan.c883 size_t i_packet_count = 0; in scan_Run() local
887 (uint8_t *) &packet, &i_packet_count ); in scan_Run()
895 for( size_t i=0; i< i_packet_count; i++ ) in scan_Run()