Home
last modified time | relevance | path

Searched refs: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
35 typ val##_[(n)+(a)/sizeof(typ)+1];\
36 typ *val = (typ*)((((intptr_t)val##_)+(a)-1)&((intptr_t)-(a)))
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
415 vpx_codec_control_##id(vpx_codec_ctx_t*, int, typ) UNUSED;\
418 vpx_codec_control_##id(vpx_codec_ctx_t *ctx, int ctrl_id, typ data) {\
433 # define VPX_CTRL_USE_TYPE_DEPRECATED(id, typ) \ argument
435 vpx_codec_control_##id(vpx_codec_ctx_t*, int, typ) DEPRECATED UNUSED;\
438 vpx_codec_control_##id(vpx_codec_ctx_t *ctx, int ctrl_id, typ data) {\
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/
Dvpx_codec_internal.h404 #define VPX_CTRL_USE_TYPE(id, typ) \ argument
405 static typ id##__value(va_list args) {return va_arg(args, typ);} \
406 static typ id##__convert(void *x)\
411 typ d;\
419 #define VPX_CTRL_USE_TYPE_DEPRECATED(id, typ) \ argument
420 static typ id##__value(va_list args) {return va_arg(args, typ);} \
421 static typ id##__convert(void *x)\
426 typ d;\