Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth265decoder.c88 const GstH265PPS *active_pps; member
677 priv->active_pps = priv->current_slice.header.pps; in gst_h265_decoder_parse_slice()
678 priv->active_sps = priv->active_pps->sps; in gst_h265_decoder_parse_slice()
1623 g_assert (priv->active_pps != NULL); in gst_h265_decoder_start_current_picture()
Dgsth264decoder.c105 const GstH264PPS *active_pps; member
1060 g_assert (priv->active_pps != NULL); in gst_h264_decoder_start_current_picture()
1251 priv->active_pps = priv->current_slice.header.pps; in gst_h264_decoder_parse_slice()
1252 priv->active_sps = priv->active_pps->sequence; in gst_h264_decoder_parse_slice()
/third_party/ffmpeg/libavcodec/
Dcbs_h264.h398 const H264RawPPS *active_pps; member
Dcbs_h265.h675 const H265RawPPS *active_pps; member
Dcbs_h2645.c1334 h264->active_pps = NULL; in cbs_h264_flush()
1370 h265->active_pps = NULL; in cbs_h265_flush()
Dcbs_h264_syntax_template.c992 h264->active_pps = pps; in FUNC()
Dcbs_h265_syntax_template.c1327 h265->active_pps = pps; in FUNC()