Searched refs:AV_PRI_URN_UUID (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavformat/tests/ |
D | imf.c | 307 printf(AV_PRI_URN_UUID "\n", AV_UUID_ARG(cpl->id_uuid)); in test_cpl_parsing() 323 …printf(" " AV_PRI_URN_UUID "\n", AV_UUID_ARG(cpl->main_image_2d_track->resources[i].track_file_uu… in test_cpl_parsing() 332 …printf(" " AV_PRI_URN_UUID "\n", AV_UUID_ARG(cpl->main_audio_tracks[i].resources[j].track_file_… in test_cpl_parsing() 366 printf("\tCompare " AV_PRI_URN_UUID " to " AV_PRI_URN_UUID ".\n", in check_asset_locator_attributes() 372 …printf("Invalid asset locator UUID: found " AV_PRI_URN_UUID " instead of " AV_PRI_URN_UUID " expec… in check_asset_locator_attributes()
|
/third_party/ffmpeg/libavformat/ |
D | imfdec.c | 241 av_log(s, AV_LOG_DEBUG, "Found asset id: " AV_PRI_URN_UUID "\n", AV_UUID_ARG(asset->uuid)); in parse_imf_asset_map_from_xml_dom() 456 av_log(s, AV_LOG_ERROR, "Could not find asset locator for UUID: " AV_PRI_URN_UUID "\n", in open_track_file_resource() 463 "Found locator for " AV_PRI_URN_UUID ": %s\n", in open_track_file_resource() 526 "Open stream from file " AV_PRI_URN_UUID ", stream %d\n", in open_virtual_track() 532 "Could not open image track resource " AV_PRI_URN_UUID "\n", in open_virtual_track() 607 av_log(s, AV_LOG_ERROR, "Could not open image track " AV_PRI_URN_UUID "\n", in open_cpl_tracks() 615 av_log(s, AV_LOG_ERROR, "Could not open audio track " AV_PRI_URN_UUID "\n", in open_cpl_tracks() 650 "parsed IMF CPL: " AV_PRI_URN_UUID "\n", in imf_read_header()
|
/third_party/ffmpeg/libavutil/ |
D | uuid.h | 43 #define AV_PRI_URN_UUID \ macro
|