Searched defs:typ (Results 1 – 4 of 4) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/ |
D | mem.h | 19 #define DECLARE_ALIGNED(n,typ,val) typ val __attribute__ ((aligned (n))) argument 21 #define DECLARE_ALIGNED(n,typ,val) __declspec(align(n)) typ val argument 24 #define DECLARE_ALIGNED(n,typ,val) typ val argument 34 #define DECLARE_ALIGNED_ARRAY(a,typ,val,n)\ argument
|
D | mem_ops.h | 52 #define mem_ops_wrap_symbol2(fn,typ) mem_ops_wrap_symbol3(fn,typ) argument 54 #define mem_ops_wrap_symbol3(fn,typ) fn##_as_##typ argument
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
D | vpx_codec.h | 384 # define VPX_CTRL_USE_TYPE(id, typ) argument 385 # define VPX_CTRL_USE_TYPE_DEPRECATED(id, typ) argument 386 # define VPX_CTRL_VOID(id, typ) argument 413 # define VPX_CTRL_USE_TYPE(id, typ) \ argument 433 # define VPX_CTRL_USE_TYPE_DEPRECATED(id, typ) \ argument
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/ |
D | vpx_codec_internal.h | 404 #define VPX_CTRL_USE_TYPE(id, typ) \ argument 419 #define VPX_CTRL_USE_TYPE_DEPRECATED(id, typ) \ argument
|