Searched refs:NoRaslOutputFlag (Results 1 – 3 of 3) sorted by relevance
71 gboolean NoRaslOutputFlag; member
1031 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()
6695 We may need to drop the slices such as RASL pictures with the NoRaslOutputFlag, so7604 NoRaslOutputFlag equal to 1, since the RASL picture will not be30268 d3d11h265dec: Fix wrong NoRaslOutputFlag setting30270 Only the first CRA picture should be associated with NoRaslOutputFlag40413 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,