Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/platform/qcom/venus/
Dhfi_helper.h983 #define HFI_COLOR_FORMAT_UBWC_BASE 0x8000 macro
Dvdec.c738 #define is_ubwc_fmt(fmt) (!!((fmt) & HFI_COLOR_FORMAT_UBWC_BASE))
740 HFI_COLOR_FORMAT_UBWC_BASE))
Dhelpers.c1786 ubwc_fmt = fmt | HFI_COLOR_FORMAT_UBWC_BASE; in venus_helper_get_out_fmts()