Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
Dmem.h19 #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
Dmem_ops.h52 #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/
Dvpx_codec.h384 # 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/
Dvpx_codec_internal.h404 #define VPX_CTRL_USE_TYPE(id, typ) \ argument
419 #define VPX_CTRL_USE_TYPE_DEPRECATED(id, typ) \ argument