Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/nvidia/tegra-vde/
H A 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)
H A Dh264.c207 int with_later_poc_nb; in tegra_vde_setup_iram_tables() local
240 with_later_poc_nb = ref_frames_nb - with_earlier_poc_nb; in tegra_vde_setup_iram_tables()
242 trace_vde_ref_l1(with_later_poc_nb, with_earlier_poc_nb); in tegra_vde_setup_iram_tables()
244 for (i = 0, k = with_earlier_poc_nb; i < with_later_poc_nb; i++, k++) { in tegra_vde_setup_iram_tables()