Home
last modified time | relevance | path

Searched refs:NoRaslOutputFlag (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth265picture.h71 gboolean NoRaslOutputFlag; member
Dgsth265decoder.c1031 picture->NoRaslOutputFlag = TRUE; in gst_h265_decoder_fill_picture_from_slice()
1036 priv->associated_irap_NoRaslOutputFlag = picture->NoRaslOutputFlag; in gst_h265_decoder_fill_picture_from_slice()
1093 if (!(is_irap && picture->NoRaslOutputFlag)) { in gst_h265_decoder_calculate_poc()
1099 if (is_irap && picture->NoRaslOutputFlag) { in gst_h265_decoder_calculate_poc()
1356 if (GST_H265_IS_NAL_TYPE_IRAP (nalu->type) && picture->NoRaslOutputFlag) { in gst_h265_decoder_prepare_rps()
1568 if (GST_H265_IS_NAL_TYPE_IRAP (nalu->type) && picture->NoRaslOutputFlag in gst_h265_decoder_dpb_init()
/third_party/gstreamer/gstplugins_bad/
DChangeLog6695 We may need to drop the slices such as RASL pictures with the NoRaslOutputFlag, so
7604 NoRaslOutputFlag equal to 1, since the RASL picture will not be
30268 d3d11h265dec: Fix wrong NoRaslOutputFlag setting
30270 Only the first CRA picture should be associated with NoRaslOutputFlag
40413 Note 2) The codec video sequence is a group an [IRAP + NoRaslOutputFlag == 1]
40414 and following AUs which are not [IRAP + NoRaslOutputFlag == 1]
40415 The NoRaslOutputFlag is equal to 1 for each IDR AU, BLA AU and some CRA AU.
40416 For a CRA AU to have NoRaslOutputFlag equal to 1, following condition should required.
40421 having the NoRaslOutputFlag equal to 1. Therefore, in the worst case,