Home
last modified time | relevance | path

Searched refs:HEVC_NAL_EOB_NUT (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhevc.h66 HEVC_NAL_EOB_NUT = 37, enumerator
Dhevc_parser.c277 if ((nut >= HEVC_NAL_VPS && nut <= HEVC_NAL_EOB_NUT) || nut == HEVC_NAL_SEI_PREFIX || in hevc_find_frame_end()
Dhevcdec.c3271 case HEVC_NAL_EOB_NUT: in decode_nal_unit()
3312 if (s->pkt.nals[i].type == HEVC_NAL_EOB_NUT || in decode_nal_units()