Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_dpb.h85 RK_U32 is_key_frame; member
H A Dh265e_slice.c235 p->dpb->curr->is_key_frame = 0; in h265e_slice_init()
238 p->dpb->curr->is_key_frame = 1; in h265e_slice_init()
H A Dh265e_dpb.c187 if (dpb->curr->is_key_frame) { in get_nal_unit_type()