Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/dpu/
Dfsl_dpu.c811 static const uint32_t s_dpuColorComponentFormats[][2] = { variable
2094 control->COLORCOMPONENTBITS = s_dpuColorComponentFormats[config->pixelFormat][0]; in DPU_SetFetchUnitSrcBufferConfig()
2095 control->COLORCOMPONENTSHIFT = s_dpuColorComponentFormats[config->pixelFormat][1]; in DPU_SetFetchUnitSrcBufferConfig()
2422 store->COLORCOMPONENTBITS = s_dpuColorComponentFormats[config->pixelFormat][0]; in DPU_SetStoreDstBufferConfig()
2423 store->COLORCOMPONENTSHIFT = s_dpuColorComponentFormats[config->pixelFormat][1]; in DPU_SetStoreDstBufferConfig()