Lines Matching defs:assets
95 IMFAssetLocator *assets;
177 * Parse a ASSETMAP XML file to extract the UUID-URI mapping of assets.
220 tmp = av_realloc_array(asset_map->assets,
227 asset_map->assets = tmp;
234 asset = &(asset_map->assets[asset_map->asset_count]);
276 asset_map->assets = NULL;
286 av_freep(&asset_map->assets[i].absolute_uri);
288 av_freep(&asset_map->assets);
333 av_log(s, AV_LOG_DEBUG, "Found %d assets from %s\n",
349 if (memcmp(asset_map->assets[i].uuid, uuid, 16) == 0)
350 return &(asset_map->assets[i]);