Home
last modified time | relevance | path

Searched refs:with_earlier_poc_nb (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/staging/media/tegra-vde/
Dtrace.h75 unsigned int with_earlier_poc_nb),
76 TP_ARGS(with_later_poc_nb, with_earlier_poc_nb),
79 __field(unsigned int, with_earlier_poc_nb)
83 __entry->with_earlier_poc_nb = with_earlier_poc_nb;
86 __entry->with_later_poc_nb, __entry->with_earlier_poc_nb)
Dvde.c231 unsigned int with_earlier_poc_nb) in tegra_vde_setup_iram_tables() argument
264 if (with_earlier_poc_nb >= ref_frames_nb) in tegra_vde_setup_iram_tables()
267 with_later_poc_nb = ref_frames_nb - with_earlier_poc_nb; in tegra_vde_setup_iram_tables()
269 trace_vde_ref_l1(with_later_poc_nb, with_earlier_poc_nb); in tegra_vde_setup_iram_tables()
271 for (i = 0, k = with_earlier_poc_nb; i < with_later_poc_nb; i++, k++) { in tegra_vde_setup_iram_tables()