Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/
H A Dav1d_cbs.c1784 infer(current_frame_id, ref->frame_id); in mpp_av1_uncompressed_header()
1861 fb(id_len, current_frame_id); in mpp_av1_uncompressed_header()
1865 if (current->current_frame_id > (RK_S32)(1 << diff_len)) { in mpp_av1_uncompressed_header()
1866 if (ctx->ref_s[i].frame_id > current->current_frame_id || in mpp_av1_uncompressed_header()
1867 ctx->ref_s[i].frame_id < (current->current_frame_id - in mpp_av1_uncompressed_header()
1871 if (ctx->ref_s[i].frame_id > current->current_frame_id && in mpp_av1_uncompressed_header()
1873 current->current_frame_id - in mpp_av1_uncompressed_header()
1879 infer(current_frame_id, 0); in mpp_av1_uncompressed_header()
2117 .frame_id = current->current_frame_id, in mpp_av1_uncompressed_header()
H A Dav1d_cbs.h173 RK_S32 current_frame_id; member
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-ring.c3941 int start_frame_id, end_frame_id, current_frame_id; in xhci_get_isoc_frame_id() local
3974 current_frame_id = readl(&xhci->run_regs->microframe_index); in xhci_get_isoc_frame_id()
3975 start_frame_id = roundup(current_frame_id + ist + 1, 8); in xhci_get_isoc_frame_id()
3976 end_frame_id = rounddown(current_frame_id + 895 * 8, 8); in xhci_get_isoc_frame_id()
4012 start_frame, current_frame_id, index, in xhci_get_isoc_frame_id()