get_master_sync_type 1447 fftools/ffplay.c     switch (get_master_sync_type(is)) {
get_master_sync_type 1534 fftools/ffplay.c     if (get_master_sync_type(is) != AV_SYNC_VIDEO_MASTER) {
get_master_sync_type 1585 fftools/ffplay.c     if (!is->paused && get_master_sync_type(is) == AV_SYNC_EXTERNAL_CLOCK && is->realtime)
get_master_sync_type 1642 fftools/ffplay.c                 if(!is->step && (framedrop>0 || (framedrop && get_master_sync_type(is) != AV_SYNC_VIDEO_MASTER)) && time > is->frame_timer + duration){
get_master_sync_type 1793 fftools/ffplay.c         if (framedrop>0 || (framedrop && get_master_sync_type(is) != AV_SYNC_VIDEO_MASTER)) {
get_master_sync_type 2302 fftools/ffplay.c     if (get_master_sync_type(is) != AV_SYNC_AUDIO_MASTER) {