Home
last modified time | relevance | path

Searched defs:typ (Results 1 – 2 of 2) sorted by relevance

/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_provider/decoder/avs2/
Davs2_bufmgr.c1612 const int8_t *typ; local
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_provider/decoder/vav1/
Dav1_global.h115 #define DECLARE_ALIGNED(n, typ, val) typ val __attribute__((aligned(n))) argument
117 #define DECLARE_ALIGNED(n, typ, val) __declspec(align(n)) typ val argument
120 #define DECLARE_ALIGNED(n, typ, val) typ val argument