Searched defs:MEM_VALUE_T (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
H A Dmem_ops.h23 * MEM_VALUE_T with the appropriate type. The type given must be an integral
26 * The actual functions instantiated have the MEM_VALUE_T type name pasted
42 #ifndef MEM_VALUE_T
43 #define MEM_VALUE_T int macro
47 #define MEM_VALUE_T_SZ_BITS (sizeof(MEM_VALUE_T) << 3)
50 #define mem_ops_wrap_symbol(fn) mem_ops_wrap_symbol2(fn, MEM_VALUE_T)
65 static unsigned MEM_VALUE_T mem_get_be16(const void *vmem) {
66 unsigned MEM_VALUE_T val;
76 static unsigned MEM_VALUE_T mem_get_be24(const void *vmem) {
77 unsigned MEM_VALUE_T va
[all...]

Completed in 19 milliseconds