Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/platform/nvidia/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)
Dh264.c202 int with_later_poc_nb; in tegra_vde_setup_iram_tables() local
235 with_later_poc_nb = ref_frames_nb - with_earlier_poc_nb; in tegra_vde_setup_iram_tables()
237 trace_vde_ref_l1(with_later_poc_nb, with_earlier_poc_nb); in tegra_vde_setup_iram_tables()
239 for (i = 0, k = with_earlier_poc_nb; i < with_later_poc_nb; i++, k++) { in tegra_vde_setup_iram_tables()