Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_dpb.h92 RK_U32 is_key_frame; member
H A Dh265e_slice.c236 p->dpb->curr->is_key_frame = 0; in h265e_slice_init()
239 p->dpb->curr->is_key_frame = 1; in h265e_slice_init()
H A Dh265e_dpb.c234 if (dpb->curr->is_key_frame) { in get_nal_unit_type()