Home
last modified time | relevance | path

Searched refs:i_reorder_depth (Results 1 – 11 of 11) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/modules/codec/
H A Dcc.c222 int i_reorder_depth; member
307 p_sys->i_reorder_depth = p_dec->fmt_in.subs.cc.i_reorder_depth; in Open()
390 if( p_sys->i_reorder_depth == 0 ) in Decode()
401 const bool b_no_reorder = (p_dec->fmt_in.subs.cc.i_reorder_depth < 0); in Decode()
447 if( p_sys->i_reorder_depth > 0 && in Push()
448 p_sys->i_queue < p_sys->i_reorder_depth && in Push()
451 msg_Info( p_dec, "Increasing reorder depth to %d", ++p_sys->i_reorder_depth ); in Push()
472 if( p_sys->i_queue < p_sys->i_reorder_depth || p_sys->i_reorder_depth == 0 ) in Pop()
H A Dlibmpeg2.c723 desc.i_reorder_depth = p_sys->cc.b_reorder ? 0 : -1;
/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_codec.h198 int i_reorder_depth; /* reorder depth, -1 for no reorder, 0 for old P/B flag based */ member
H A Dvlc_es.h545 int i_reorder_depth; member
/dports/multimedia/vlc/vlc-3.0.16/modules/packetizer/
H A Dhxxx_common.c101 p_desc->i_reorder_depth = p_ccs->current.b_reorder ? 4 : -1; in cc_storage_get_current()
H A Dvc1.c785 p_desc->i_reorder_depth = p_sys->cc.b_reorder ? 4 : -1; in GetCc()
H A Dmpegvideo.c335 p_desc->i_reorder_depth = p_sys->cc.b_reorder ? 0 : -1; in GetCc()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mp4/
H A Dessetup.c1261 p_track->fmt.subs.cc.i_reorder_depth = -1; in SetupSpuES()
1265 p_track->fmt.subs.cc.i_reorder_depth = -1; in SetupSpuES()
/dports/multimedia/vlc/vlc-3.0.16/src/input/
H A Ddecoder.c2193 fmt.subs.cc.i_reorder_depth = p_owner->cc.desc.i_reorder_depth; in input_DecoderSetCcState()
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/avcodec/
H A Dvideo.c901 desc.i_reorder_depth = 4; in DecodeSidedata()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/
H A Dsubtitle.c704 fmt.subs.cc.i_reorder_depth = -1; in Open()