Home
last modified time | relevance | path

Searched refs:max_ra (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhevcdec.c554 s->max_ra = INT_MAX; in hls_slice_header()
599 s->max_ra = INT_MAX; in hls_slice_header()
3054 if (s->max_ra == INT_MAX) { in decode_nal_unit()
3056 s->max_ra = s->poc; in decode_nal_unit()
3059 s->max_ra = INT_MIN; in decode_nal_unit()
3064 s->poc <= s->max_ra) { in decode_nal_unit()
3068 if (s->nal_unit_type == HEVC_NAL_RASL_R && s->poc > s->max_ra) in decode_nal_unit()
3069 s->max_ra = INT_MIN; in decode_nal_unit()
3126 s->max_ra = INT_MAX; in decode_nal_unit()
3480 s->max_ra = INT_MAX; in hevc_init_context()
[all …]
Dhevcdec.h516 int max_ra; member