Home
last modified time | relevance | path

Searched refs:asset_map (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dimfdec.c180 * @param asset_map pointer on the IMFAssetLocatorMap to fill.
186 IMFAssetLocatorMap *asset_map, in parse_imf_asset_map_from_xml_dom()
218 || asset_map->asset_count > UINT32_MAX - elem_count) in parse_imf_asset_map_from_xml_dom()
220 tmp = av_realloc_array(asset_map->assets, in parse_imf_asset_map_from_xml_dom()
221 elem_count + asset_map->asset_count, in parse_imf_asset_map_from_xml_dom()
227 asset_map->assets = tmp; in parse_imf_asset_map_from_xml_dom()
234 asset = &(asset_map->assets[asset_map->asset_count]); in parse_imf_asset_map_from_xml_dom()
264 asset_map->asset_count++; in parse_imf_asset_map_from_xml_dom()
274 static void imf_asset_locator_map_init(IMFAssetLocatorMap *asset_map) in imf_asset_locator_map_init() argument
184 parse_imf_asset_map_from_xml_dom(AVFormatContext *s, xmlDocPtr doc, IMFAssetLocatorMap *asset_map, const char *base_url) parse_imf_asset_map_from_xml_dom() argument
283 imf_asset_locator_map_deinit(IMFAssetLocatorMap *asset_map) imf_asset_locator_map_deinit() argument
346 find_asset_map_locator(IMFAssetLocatorMap *asset_map, AVUUID uuid) find_asset_map_locator() argument
[all...]

Completed in 2 milliseconds