get_master_sync_type 1462 ffplay.c           switch (get_master_sync_type(is)) {
get_master_sync_type 1537 ffplay.c           if (get_master_sync_type(is) != AV_SYNC_VIDEO_MASTER) {
get_master_sync_type 1588 ffplay.c           if (!is->paused && get_master_sync_type(is) == AV_SYNC_EXTERNAL_CLOCK && is->realtime)
get_master_sync_type 1652 ffplay.c                       if(!is->step && (redisplay || framedrop>0 || (framedrop && get_master_sync_type(is) != AV_SYNC_VIDEO_MASTER)) && time > is->frame_timer + duration){
get_master_sync_type 1895 ffplay.c               if (framedrop>0 || (framedrop && get_master_sync_type(is) != AV_SYNC_VIDEO_MASTER)) {
get_master_sync_type 2387 ffplay.c           if (get_master_sync_type(is) != AV_SYNC_AUDIO_MASTER) {