Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/nvidia/tegra-vde/
H A Dh264.c19 #define FLAG_B_FRAME 0x1 macro
220 value |= !(frame->flags & FLAG_B_FRAME) << 25; in tegra_vde_setup_iram_tables()
234 if (!(dpb_frames[0].flags & FLAG_B_FRAME)) in tegra_vde_setup_iram_tables()
250 value |= !(frame->flags & FLAG_B_FRAME) << 25; in tegra_vde_setup_iram_tables()
263 value |= !(frame->flags & FLAG_B_FRAME) << 25; in tegra_vde_setup_iram_tables()
391 value |= !!(dpb_frames[0].flags & FLAG_B_FRAME) << 24; in tegra_vde_setup_hw_context()
442 value |= !!(dpb_frames[0].flags & FLAG_B_FRAME) << 2; in tegra_vde_setup_hw_context()
744 flags |= FLAG_B_FRAME; in tegra_vde_h264_setup_frame()