Home
last modified time | relevance | path

Searched refs:HEVC_NAL_CRA_NUT (Results 1 - 8 of 8) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dhevcdec.c52 case HEVC_NAL_CRA_NUT: in hevc_probe()
H A Dmov.c4114 if (sc->sgpd_sync[i] == HEVC_NAL_CRA_NUT)
4147 cra_index = get_sgpd_sync_index(sc, HEVC_NAL_CRA_NUT); /* Clean Random Access */
/third_party/ffmpeg/libavcodec/
H A Dhevc.h50 HEVC_NAL_CRA_NUT = 21, enumerator
H A Dhevc_parser.c235 case HEVC_NAL_CRA_NUT: in parse_nal_units()
284 (nut >= HEVC_NAL_BLA_W_LP && nut <= HEVC_NAL_CRA_NUT)) { in hevc_find_frame_end()
H A Dcbs_h2645.c885 case HEVC_NAL_CRA_NUT: in cbs_h265_read_nal_unit()
1174 case HEVC_NAL_CRA_NUT: in cbs_h265_write_nal_unit()
1452 .unit_type_range_end = HEVC_NAL_CRA_NUT,
H A Dhevc_refs.c382 if (s->nal_unit_type != HEVC_NAL_CRA_NUT && !IS_BLA(s)) in find_ref_idx()
H A Dhevcdec.c592 if (s->nal_unit_type == HEVC_NAL_CRA_NUT && s->last_eos == 1) in hls_slice_header()
600 if (last_sps && IS_IRAP(s) && s->nal_unit_type != HEVC_NAL_CRA_NUT) { in hls_slice_header()
3024 s->no_rasl_output_flag = IS_IDR(s) || IS_BLA(s) || (s->nal_unit_type == HEVC_NAL_CRA_NUT && s->last_eos); in hevc_frame_start()
3177 case HEVC_NAL_CRA_NUT: in decode_nal_unit()
3203 if (s->nal_unit_type == HEVC_NAL_CRA_NUT || IS_BLA(s)) { in decode_nal_unit()
H A Dvaapi_encode_h265.c777 hpic->slice_nal_unit = HEVC_NAL_CRA_NUT; in vaapi_encode_h265_init_picture_params()

Completed in 21 milliseconds