Home
last modified time | relevance | path

Searched refs:is_irap (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhevc_mp4toannexb_bsf.c143 int is_irap, add_extradata, extra_size, prev_size; in hevc_mp4toannexb_filter() local
160 is_irap = nalu_type >= 16 && nalu_type <= 23; in hevc_mp4toannexb_filter()
161 add_extradata = is_irap && !got_irap; in hevc_mp4toannexb_filter()
163 got_irap |= is_irap; in hevc_mp4toannexb_filter()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth265decoder.c1084 gboolean is_irap; in gst_h265_decoder_calculate_poc() local
1091 is_irap = GST_H265_IS_NAL_TYPE_IRAP (nalu->type); in gst_h265_decoder_calculate_poc()
1093 if (!(is_irap && picture->NoRaslOutputFlag)) { in gst_h265_decoder_calculate_poc()
1099 if (is_irap && picture->NoRaslOutputFlag) { in gst_h265_decoder_calculate_poc()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dh265parser.c838 gboolean is_irap; member
878 test_vector[i].is_irap); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth265parse.c874 gboolean is_irap; in gst_h265_parse_process_nal() local
921 is_irap = GST_H265_IS_NAL_TYPE_IRAP (nal_type); in gst_h265_parse_process_nal()
923 if (no_rasl_output_flag && is_irap in gst_h265_parse_process_nal()
938 if (G_LIKELY (!is_irap && !h265parse->push_codec)) in gst_h265_parse_process_nal()