Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_refs.c165 if ((frame->slot_index != 0xff) && frame->sequence == s->seq_decode && in mpp_hevc_set_new_ref()
188 ref->sequence = s->seq_decode; in mpp_hevc_set_new_ref()
200 if ((ref->slot_index != 0xff) && (ref->sequence == s->seq_decode)) { in find_ref_idx()
208 if ((ref->slot_index != 0xff) && ref->sequence == s->seq_decode) { in find_ref_idx()
237 frame->sequence = s->seq_decode; in generate_missing_ref()
H A Dh265d_parser.c720 s->seq_decode = (s->seq_decode + 1) & 0xff; in hls_slice_header()
762 s->seq_decode = (s->seq_decode + 1) & 0xff; in hls_slice_header()
1182 if (!flush && s->seq_output == s->seq_decode && s->sps && in mpp_hevc_output_frame()
1208 if (s->seq_output != s->seq_decode) in mpp_hevc_output_frame()
1463 s->seq_decode = (s->seq_decode + 1) & 0xff; in parser_nal_unit()
H A Dh265d_parser.h535 RK_U16 seq_decode; member