Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dcbs_h264_syntax_template.c531 h264->active_sps = sps; in FUNC()
617 sps = h264->active_sps; in FUNC()
780 const H264RawSPS *sps = h264->active_sps; in FUNC()
839 const H264RawSPS *sps = h264->active_sps; in FUNC()
892 const H264RawSPS *sps = h264->active_sps; in FUNC()
1000 h264->active_sps = sps; in FUNC()
Dcbs_h265_syntax_template.c969 const H265RawSPS *sps = h265->active_sps; in FUNC()
1052 h265->active_sps = sps; in FUNC()
1202 const H265RawSPS *sps = h265->active_sps; in FUNC()
1335 h265->active_sps = sps; in FUNC()
1642 h265->active_sps = sps; in FUNC()
1739 sps = h265->active_sps; in FUNC()
1897 … h265->active_sps = h265->sps[current->active_seq_parameter_set_id[current->layer_sps_idx[0]]]; in FUNC()
1908 const H265RawSPS *sps = h265->active_sps; in FUNC()
Dcbs_h264.h397 const H264RawSPS *active_sps; member
Dcbs_h265.h674 const H265RawSPS *active_sps; member
Dcbs_h2645.c1333 h264->active_sps = NULL; in cbs_h264_flush()
1369 h265->active_sps = NULL; in cbs_h265_flush()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth265decoder.c87 const GstH265SPS *active_sps; member
678 priv->active_sps = priv->active_pps->sps; in gst_h265_decoder_parse_slice()
1082 const GstH265SPS *sps = priv->active_sps; in gst_h265_decoder_calculate_poc()
1351 const GstH265SPS *sps = priv->active_sps; in gst_h265_decoder_prepare_rps()
1563 const GstH265SPS *sps = priv->active_sps; in gst_h265_decoder_dpb_init()
1622 g_assert (priv->active_sps != NULL); in gst_h265_decoder_start_current_picture()
1667 const GstH265SPS *sps = priv->active_sps; in gst_h265_decoder_finish_picture()
Dgsth264decoder.c104 const GstH264SPS *active_sps; member
940 const GstH264SPS *sps = priv->active_sps; in gst_h264_decoder_handle_frame_num_gap()
1059 g_assert (priv->active_sps != NULL); in gst_h264_decoder_start_current_picture()
1062 sps = priv->active_sps; in gst_h264_decoder_start_current_picture()
1252 priv->active_sps = priv->active_pps->sequence; in gst_h264_decoder_parse_slice()
1571 const GstH264SPS *sps = priv->active_sps; in gst_h264_decoder_calculate_poc()
1957 const GstH264SPS *sps = priv->active_sps; in gst_h264_decoder_sliding_window_picture_marking()