Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/media/tegra-vde/
Dtrace.h74 TP_PROTO(unsigned int with_later_poc_nb,
76 TP_ARGS(with_later_poc_nb, with_earlier_poc_nb),
78 __field(unsigned int, with_later_poc_nb)
82 __entry->with_later_poc_nb = with_later_poc_nb;
86 __entry->with_later_poc_nb, __entry->with_earlier_poc_nb)
Dvde.c235 int with_later_poc_nb; in tegra_vde_setup_iram_tables() local
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()