Searched refs:audio_sync_method (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg.h473 extern int audio_sync_method;
H A Dffmpeg_filter.c780 if (audio_sync_method > 0) {
783 av_strlcatf(args, sizeof(args), "async=%d", audio_sync_method);
H A Dffmpeg.c582 (avctx->codec_type == AVMEDIA_TYPE_AUDIO && audio_sync_method < 0))
736 if (frame->pts == AV_NOPTS_VALUE || audio_sync_method < 0)
H A Dffmpeg_opt.c86 int audio_sync_method = 0; variable
2807 { "async", HAS_ARG | OPT_INT | OPT_EXPERT, { &audio_sync_method },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davconv.c120 static int audio_sync_method = 0; variable
1040 /* if audio_sync_method is >1 the resampler is needed for audio drift compensation */
1041 if (audio_sync_method <= 1 &&
1079 if (audio_sync_method) {
1113 } else if (audio_sync_method > 1) {
1114 int comp = av_clip(delta, -audio_sync_method, audio_sync_method);
2414 ost->audio_resample = codec-> sample_rate != icodec->sample_rate || audio_sync_method > 1;
4427 { "async", HAS_ARG | OPT_INT | OPT_EXPERT, {(void*)&audio_sync_method}, "audio sync method", "" },
H A Dffmpeg.c197 static int audio_sync_method= 0; variable
815 /* if audio_sync_method is >1 the resampler is needed for audio drift compensation */
816 if (audio_sync_method <= 1 &&
854 if(audio_sync_method){
889 }else if(audio_sync_method>1){
890 int comp= av_clip(delta, -audio_sync_method, audio_sync_method);
2182 ost->audio_resample = codec->sample_rate != icodec->sample_rate || audio_sync_method > 1;
4256 { "async", HAS_ARG | OPT_INT | OPT_EXPERT, {(void*)&audio_sync_method}, "audio sync method", "" },

Completed in 203 milliseconds