Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dhevcdec.c52 case HEVC_NAL_CRA_NUT: in hevc_probe()
/third_party/ffmpeg/libavcodec/
Dhevc.h50 HEVC_NAL_CRA_NUT = 21, enumerator
Dhevc_parser.c236 case HEVC_NAL_CRA_NUT: in parse_nal_units()
285 (nut >= HEVC_NAL_BLA_W_LP && nut <= HEVC_NAL_CRA_NUT)) { in hevc_find_frame_end()
Dcbs_h2645.c887 case HEVC_NAL_CRA_NUT: in cbs_h265_read_nal_unit()
1176 case HEVC_NAL_CRA_NUT: in cbs_h265_write_nal_unit()
1454 .unit_type_range_end = HEVC_NAL_CRA_NUT,
Dhevc_refs.c374 if (s->nal_unit_type != HEVC_NAL_CRA_NUT && !IS_BLA(s)) in find_ref_idx()
Dhevcdec.c573 if (s->nal_unit_type == HEVC_NAL_CRA_NUT && s->last_eos == 1) in hls_slice_header()
581 if (last_sps && IS_IRAP(s) && s->nal_unit_type != HEVC_NAL_CRA_NUT) { in hls_slice_header()
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()
3032 case HEVC_NAL_CRA_NUT: in decode_nal_unit()
3055 if (s->nal_unit_type == HEVC_NAL_CRA_NUT || IS_BLA(s)) { in decode_nal_unit()
Dvaapi_encode_h265.c710 hpic->slice_nal_unit = HEVC_NAL_CRA_NUT; in vaapi_encode_h265_init_picture_params()