Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_refs.c170 if ((frame->slot_index != 0xff) && frame->sequence == s->seq_decode && in mpp_hevc_set_new_ref()
198 ref->sequence = s->seq_decode; in mpp_hevc_set_new_ref()
210 if ((ref->slot_index != 0xff) && (ref->sequence == s->seq_decode)) { in find_ref_idx()
218 if ((ref->slot_index != 0xff) && ref->sequence == s->seq_decode) { in find_ref_idx()
248 frame->sequence = s->seq_decode; in generate_missing_ref()
H A Dh265d_parser.c726 s->seq_decode = (s->seq_decode + 1) & 0xff; in hls_slice_header()
769 s->seq_decode = (s->seq_decode + 1) & 0xff; in hls_slice_header()
1204 if (!flush && s->seq_output == s->seq_decode && s->sps && in mpp_hevc_output_frame()
1254 if (s->seq_output != s->seq_decode) in mpp_hevc_output_frame()
1522 s->seq_decode = (s->seq_decode + 1) & 0xff; in parser_nal_unit()
H A Dh265d_parser.h566 RK_U16 seq_decode; member