Home
last modified time | relevance | path

Searched refs:DESC_FLAG_MULTI (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
Dnestegg.c115 #define DESC_FLAG_MULTI (1 << 0) macro
332 { #ID, ID, TYPE, offsetof(STRUCT, FIELD), DESC_FLAG_MULTI, ne_ ## FIELD ## _elements, \
912 assert(desc->type == TYPE_MASTER && desc->flags & DESC_FLAG_MULTI); in ne_read_master()
938 assert(desc->type == TYPE_MASTER && !(desc->flags & DESC_FLAG_MULTI)); in ne_read_single_master()
1041 if (element->flags & DESC_FLAG_MULTI) in ne_parse()