Home
last modified time | relevance | path

Searched refs:AV_SYNC_AUDIO_MASTER (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/fftools/
Dffplay.c184 AV_SYNC_AUDIO_MASTER, /* default choice */ enumerator
331 static int av_sync_type = AV_SYNC_AUDIO_MASTER;
1428 return AV_SYNC_AUDIO_MASTER; in get_master_sync_type()
1429 } else if (is->av_sync_type == AV_SYNC_AUDIO_MASTER) { in get_master_sync_type()
1431 return AV_SYNC_AUDIO_MASTER; in get_master_sync_type()
1448 case AV_SYNC_AUDIO_MASTER: in get_master_clock()
2299 if (get_master_sync_type(is) != AV_SYNC_AUDIO_MASTER) { in synchronize_audio()
3514 av_sync_type = AV_SYNC_AUDIO_MASTER; in opt_sync()