Searched refs:DvrApi_v1 (Results 1 – 2 of 2) sorted by relevance
32 size_t clamped_struct_size = std::min(struct_size, sizeof(DvrApi_v1)); in dvrGetApi()33 DvrApi_v1* dvr_api = static_cast<DvrApi_v1*>(api); in dvrGetApi()38 if ((offsetof(DvrApi_v1, name) + sizeof(dvr_api->name)) <= \ in dvrGetApi()
443 struct DvrApi_v1 { struct