Home
last modified time | relevance | path

Searched refs:i_next_block_flags (Results 1 – 17 of 17) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/modules/packetizer/
H A Dflac.c85 int i_next_block_flags; member
318 p_sys->i_next_block_flags |= BLOCK_FLAG_DISCONTINUITY; in Packetize()
448 p_sys->i_next_block_flags |= BLOCK_FLAG_DISCONTINUITY; in Packetize()
525 out->i_flags = p_sys->i_next_block_flags; in Packetize()
526 p_sys->i_next_block_flags = 0; in Packetize()
577 p_sys->i_next_block_flags = 0; in Open()
H A Dmpegvideo.c168 int i_next_block_flags; member
248 p_sys->i_next_block_flags = 0; in Open()
561 p_sys->i_next_block_flags = BLOCK_FLAG_DISCONTINUITY; in PacketizeReset()
589 p_block->i_flags |= p_sys->i_next_block_flags; in PacketizeParse()
590 p_sys->i_next_block_flags = 0; in PacketizeParse()
606 p_out->i_flags |= p_sys->i_next_block_flags; in PacketizeDrain()
607 p_sys->i_next_block_flags = 0; in PacketizeDrain()
H A Dav1.c67 int i_next_block_flags; member
199 p_output->i_flags |= p_sys->i_next_block_flags; in OutputQueues()
200 p_sys->i_next_block_flags = 0; in OutputQueues()
397 p_sys->i_next_block_flags = BLOCK_FLAG_DISCONTINUITY; in PacketizeFlush()
535 p_sys->i_next_block_flags = 0; in Open()
H A Dh264.c114 int i_next_block_flags; member
366 p_sys->i_next_block_flags = 0; in Open()
560 p_sys->i_next_block_flags = BLOCK_FLAG_DISCONTINUITY; in PacketizeReset()
736 p_sys->i_next_block_flags |= BLOCK_FLAG_END_OF_SEQUENCE; in ParseNALBlock()
1013 if( p_sys->i_next_block_flags & BLOCK_FLAG_DISCONTINUITY ) in OutputPicture()
1021 p_pic->i_flags |= p_sys->i_next_block_flags; in OutputPicture()
1022 p_sys->i_next_block_flags = 0; in OutputPicture()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/
H A Dwebvtt.c50 int i_next_block_flags; member
463 p_sys->i_next_block_flags |= BLOCK_FLAG_DISCONTINUITY; in Control()
493 p_sys->i_next_block_flags |= BLOCK_FLAG_DISCONTINUITY; in Control()
569 if( p_sys->i_next_block_flags ) in Demux()
571 p_block->i_flags = p_sys->i_next_block_flags; in Demux()
572 p_sys->i_next_block_flags = 0; in Demux()
588 p_sys->i_next_block_flags |= BLOCK_FLAG_DISCONTINUITY; in Demux()
H A Dflac.c76 int i_next_block_flags; member
143 p_sys->i_next_block_flags = 0; in Open()
372 p_sys->p_current_block->i_flags = p_sys->i_next_block_flags; in Demux()
373 p_sys->i_next_block_flags = 0; in Demux()
497 p_sys->i_next_block_flags |= BLOCK_FLAG_DISCONTINUITY; in ControlSetTime()
548 p_sys->i_next_block_flags |= BLOCK_FLAG_DISCONTINUITY; in Control()
/dports/multimedia/vlc/vlc-3.0.16/modules/access/
H A Ddvdnav.c1051 p_sys->tk[i].i_next_block_flags |= BLOCK_FLAG_CELL_DISCONTINUITY; in Demux()
1454 int i_next_block_flags = tk->i_next_block_flags; in DemuxBlock() local
1455 tk->i_next_block_flags = 0; in DemuxBlock()
1456 if( i_next_block_flags & BLOCK_FLAG_CELL_DISCONTINUITY ) in DemuxBlock()
1460 i_next_block_flags &= ~BLOCK_FLAG_CELL_DISCONTINUITY; in DemuxBlock()
1461 i_next_block_flags |= BLOCK_FLAG_DISCONTINUITY; in DemuxBlock()
1463 else tk->i_next_block_flags = BLOCK_FLAG_CELL_DISCONTINUITY; in DemuxBlock()
1465 p_pkt->i_flags |= i_next_block_flags; in DemuxBlock()
1470 tk->i_next_block_flags = 0; in DemuxBlock()
H A Dlive555.cpp175 int i_next_block_flags; member
874 tk->i_next_block_flags = 0; in SessionsSetup()
1464 tk->i_next_block_flags |= BLOCK_FLAG_DISCONTINUITY; in Demux()
1740 tk->i_next_block_flags |= BLOCK_FLAG_DISCONTINUITY; in Control()
2111 tk->i_next_block_flags |= BLOCK_FLAG_DISCONTINUITY; in StreamRead()
2161 if( unlikely(tk->i_next_block_flags) ) in StreamRead()
2163 p_block->i_flags |= tk->i_next_block_flags; in StreamRead()
2164 tk->i_next_block_flags = 0; in StreamRead()
H A Dbluray.c228 int i_next_block_flags; member
239 p_pair->i_next_block_flags = 0; in es_pair_Add()
1280 if(p_pair && p_pair->i_next_block_flags) in bluray_esOutSend()
1282 p_block->i_flags |= p_pair->i_next_block_flags; in bluray_esOutSend()
1283 p_pair->i_next_block_flags = 0; in bluray_esOutSend()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mpeg/
H A Dts_streams_private.h92 int i_next_block_flags; member
H A Dps.c390 tk->i_next_block_flags |= BLOCK_FLAG_DISCONTINUITY; in NotifyDiscontinuity()
634 if( tk->i_next_block_flags ) in Demux()
636 p_pkt->i_flags = tk->i_next_block_flags; in Demux()
637 tk->i_next_block_flags = 0; in Demux()
H A Dps.h62 int i_next_block_flags; member
80 tk[i].i_next_block_flags = 0; in ps_track_init()
H A Dts_streams.c179 p_es->i_next_block_flags = 0; in ts_es_New()
H A Dts.c1395 if( p_es_send->i_next_block_flags ) in SendDataChain()
1397 p_block->i_flags |= p_es_send->i_next_block_flags; in SendDataChain()
1398 p_es_send->i_next_block_flags = 0; in SendDataChain()
1867 p_es->i_next_block_flags |= BLOCK_FLAG_DISCONTINUITY; in ReadyQueuesPostSeek()
2661 p_pes->p_es->i_next_block_flags |= BLOCK_FLAG_DISCONTINUITY; in GatherPESData()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mp4/
H A Dmp4.h92 uint32_t i_next_block_flags; member
H A Dmp4.c598 if( p_track->i_next_block_flags ) in MP4_Block_Send()
600 p_block->i_flags |= p_track->i_next_block_flags; in MP4_Block_Send()
601 p_track->i_next_block_flags = 0; in MP4_Block_Send()
1755 p_sys->track[i].i_next_block_flags |= BLOCK_FLAG_DISCONTINUITY; in FragSeekToTime()
3573 p_track->i_next_block_flags |= BLOCK_FLAG_DISCONTINUITY; in MP4_TrackSeek()
3936 tk->i_next_block_flags |= BLOCK_FLAG_DISCONTINUITY; in MP4_TrackSetELST()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/avi/
H A Davi.c155 int i_next_block_flags; member
1076 if( tk->i_next_block_flags ) in AVI_SendFrame()
1078 p_frame->i_flags = tk->i_next_block_flags; in AVI_SendFrame()
1079 tk->i_next_block_flags = 0; in AVI_SendFrame()
1708 p_stream->i_next_block_flags |= BLOCK_FLAG_DISCONTINUITY; in Seek()