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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffplay.c165 AV_SYNC_VIDEO_MASTER, enumerator in enum:__anon3045
1191 if (is->av_sync_type == AV_SYNC_VIDEO_MASTER) {
1193 return AV_SYNC_VIDEO_MASTER;
1212 case AV_SYNC_VIDEO_MASTER:
1286 if (get_master_sync_type(is) != AV_SYNC_VIDEO_MASTER) {
1430 if(!is->step && (redisplay || framedrop>0 || (framedrop && get_master_sync_type(is) != AV_SYNC_VIDEO_MASTER)) && time > is->frame_timer + duration){
1717 if (framedrop>0 || (framedrop && get_master_sync_type(is) != AV_SYNC_VIDEO_MASTER)) {
3482 av_sync_type = AV_SYNC_VIDEO_MASTER;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davplay.c121 AV_SYNC_VIDEO_MASTER, enumerator in enum:__anon1814
994 if (is->av_sync_type == AV_SYNC_VIDEO_MASTER) {
1943 if (((is->av_sync_type == AV_SYNC_VIDEO_MASTER && is->video_st) ||
2920 av_sync_type = AV_SYNC_VIDEO_MASTER;

Completed in 115 milliseconds