Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhevcdec.h522 int no_rasl_output_flag; member
Dhevc_refs.c181 if (s->sh.no_output_of_prior_pics_flag == 1 && s->no_rasl_output_flag == 1) { in ff_hevc_output_frame()
Dhevcdec.c2768 IS_IRAP(s) && s->no_rasl_output_flag) { in set_side_data()
2818 IS_IRAP(s) && s->no_rasl_output_flag) { in set_side_data()
2913 …s->no_rasl_output_flag = IS_IDR(s) || IS_BLA(s) || (s->nal_unit_type == HEVC_NAL_CRA_NUT && s->las… in hevc_frame_start()
3552 s->no_rasl_output_flag = s0->no_rasl_output_flag; in hevc_update_thread_context()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth265parse.c875 gboolean no_rasl_output_flag = FALSE; in gst_h265_parse_process_nal() local
915 no_rasl_output_flag = TRUE; in gst_h265_parse_process_nal()
918 no_rasl_output_flag = TRUE; in gst_h265_parse_process_nal()
923 if (no_rasl_output_flag && is_irap in gst_h265_parse_process_nal()