HomeSort by relevance Sort by last modified time
    Searched refs:E_FIELD (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/third_party/nestegg/src/
nestegg.c 329 #define E_FIELD(ID, TYPE, STRUCT, FIELD) \
346 E_FIELD(ID_EBML_VERSION, TYPE_UINT, struct ebml, ebml_version),
347 E_FIELD(ID_EBML_READ_VERSION, TYPE_UINT, struct ebml, ebml_read_version),
348 E_FIELD(ID_EBML_MAX_ID_LENGTH, TYPE_UINT, struct ebml, ebml_max_id_length),
349 E_FIELD(ID_EBML_MAX_SIZE_LENGTH, TYPE_UINT, struct ebml, ebml_max_size_length),
350 E_FIELD(ID_DOCTYPE, TYPE_STRING, struct ebml, doctype),
351 E_FIELD(ID_DOCTYPE_VERSION, TYPE_UINT, struct ebml, doctype_version),
352 E_FIELD(ID_DOCTYPE_READ_VERSION, TYPE_UINT, struct ebml, doctype_read_version),
358 E_FIELD(ID_SEEK_ID, TYPE_BINARY, struct seek, id),
359 E_FIELD(ID_SEEK_POSITION, TYPE_UINT, struct seek, position)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
nestegg.c 329 #define E_FIELD(ID, TYPE, STRUCT, FIELD) \
346 E_FIELD(ID_EBML_VERSION, TYPE_UINT, struct ebml, ebml_version),
347 E_FIELD(ID_EBML_READ_VERSION, TYPE_UINT, struct ebml, ebml_read_version),
348 E_FIELD(ID_EBML_MAX_ID_LENGTH, TYPE_UINT, struct ebml, ebml_max_id_length),
349 E_FIELD(ID_EBML_MAX_SIZE_LENGTH, TYPE_UINT, struct ebml, ebml_max_size_length),
350 E_FIELD(ID_DOCTYPE, TYPE_STRING, struct ebml, doctype),
351 E_FIELD(ID_DOCTYPE_VERSION, TYPE_UINT, struct ebml, doctype_version),
352 E_FIELD(ID_DOCTYPE_READ_VERSION, TYPE_UINT, struct ebml, doctype_read_version),
358 E_FIELD(ID_SEEK_ID, TYPE_BINARY, struct seek, id),
359 E_FIELD(ID_SEEK_POSITION, TYPE_UINT, struct seek, position)
    [all...]

Completed in 138 milliseconds