Searched refs:sync_ipts (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/
H A Dffmpeg.c249 //double sync_ipts; /* dts from the AVPacket of the demuxer in second units */
959 double sync_ipts; local
967 sync_ipts = get_sync_ipts(ost) / av_q2d(enc->time_base);
975 double vdelta = sync_ipts - ost->sync_opts;
983 ost->sync_opts= lrintf(sync_ipts);
986 //fprintf(stderr, "vdelta:%f, ost->sync_opts:%"PRId64", ost->sync_ipts:%f nb_frames:%d\n", vdelta, ost->sync_opts, get_sync_ipts(ost), nb_frames);
997 ost->sync_opts= lrintf(sync_ipts);
1512 //ost->sync_ipts = (double)(ist->pts + input_files_ts_offset[ist->file_index] - start_time)/ AV_TIME_BASE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/
H A Dffmpeg.c249 //double sync_ipts; /* dts from the AVPacket of the demuxer in second units */
959 double sync_ipts; local
967 sync_ipts = get_sync_ipts(ost) / av_q2d(enc->time_base);
975 double vdelta = sync_ipts - ost->sync_opts;
983 ost->sync_opts= lrintf(sync_ipts);
986 //fprintf(stderr, "vdelta:%f, ost->sync_opts:%"PRId64", ost->sync_ipts:%f nb_frames:%d\n", vdelta, ost->sync_opts, get_sync_ipts(ost), nb_frames);
997 ost->sync_opts= lrintf(sync_ipts);
1512 //ost->sync_ipts = (double)(ist->pts + input_files_ts_offset[ist->file_index] - start_time)/ AV_TIME_BASE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/
H A Dffmpeg.c249 //double sync_ipts; /* dts from the AVPacket of the demuxer in second units */
959 double sync_ipts; local
967 sync_ipts = get_sync_ipts(ost) / av_q2d(enc->time_base);
975 double vdelta = sync_ipts - ost->sync_opts;
983 ost->sync_opts= lrintf(sync_ipts);
986 //fprintf(stderr, "vdelta:%f, ost->sync_opts:%"PRId64", ost->sync_ipts:%f nb_frames:%d\n", vdelta, ost->sync_opts, get_sync_ipts(ost), nb_frames);
997 ost->sync_opts= lrintf(sync_ipts);
1512 //ost->sync_ipts = (double)(ist->pts + input_files_ts_offset[ist->file_index] - start_time)/ AV_TIME_BASE;

Completed in 202 milliseconds