Searched refs:meta_defs (Results 1 – 1 of 1) sorted by relevance
34 static MppMetaDef meta_defs[] = { variable139 RK_S32 num = MPP_ARRAY_ELEMS(meta_defs); in get_index_of_key()142 if ((meta_defs[i].key == key) && (meta_defs[i].type == type)) in get_index_of_key()152 sizeof(MppMetaVal) * MPP_ARRAY_ELEMS(meta_defs)); in get_meta()164 for (i = 0; i < MPP_ARRAY_ELEMS(meta_defs); i++) in get_meta()264 for (i = 0; i < MPP_ARRAY_ELEMS(meta_defs); i++) { in mpp_meta_dump()268 const char *key = (const char *)&meta_defs[i].key; in mpp_meta_dump()269 const char *type = (const char *)&meta_defs[i].type; in mpp_meta_dump()