Home
last modified time | relevance | path

Searched refs:frame_pts_inc (Results 1 – 14 of 14) sorted by relevance

/dports/multimedia/libxine/xine-lib-1.2.11/src/demuxers/
H A Ddemux_nsv.c74 unsigned int frame_pts_inc; member
103 this->frame_pts_inc = 3003; in nsv_parse_framerate()
108 this->frame_pts_inc = 3753; in nsv_parse_framerate()
113 this->frame_pts_inc = 6006; in nsv_parse_framerate()
118 this->frame_pts_inc = 90000; in nsv_parse_framerate()
122 this->frame_pts_inc = 90000 / this->fps; in nsv_parse_framerate()
320 this->frame_pts_inc = 3003; in open_nsv_file()
406 buf->decoder_info[0] = this->frame_pts_inc; in nsv_parse_payload()
439 buf->decoder_info[0] = this->frame_pts_inc; in nsv_parse_payload()
447 this->video_pts += this->frame_pts_inc; in nsv_parse_payload()
[all …]
H A Ddemux_fli.c69 unsigned int frame_pts_inc; member
121 this->frame_pts_inc = this->speed * 1285.7; in open_fli_file()
132 this->frame_pts_inc = this->speed * 90; in open_fli_file()
135 this->frame_pts_inc = FLI_MC_PTS_INC; in open_fli_file()
211 this->pts_counter += this->frame_pts_inc; in demux_fli_send_chunk()
236 this->frame_pts_inc); in demux_fli_send_headers()
245 buf->decoder_info[0] = this->frame_pts_inc; /* initial video_step */ in demux_fli_send_headers()
284 end_pts *= this->frame_pts_inc; in demux_fli_get_stream_length()
H A Ddemux_yuv4mpeg2.c77 unsigned int frame_pts_inc; member
211 this->frame_pts_inc = (90000 * this->fps_d) / this->fps_n; in open_yuv4mpeg2_file()
261 pts *= this->frame_pts_inc; in demux_yuv4mpeg2_send_chunk()
321 buf->decoder_info[0] = this->frame_pts_inc; /* initial video step */ in demux_yuv4mpeg2_send_headers()
H A Ddemux_roq.c68 unsigned int frame_pts_inc; member
110 this->frame_pts_inc = 90000 / fps; in open_roq_file()
293 this->video_pts_counter += this->frame_pts_inc; in demux_roq_send_chunk()
331 buf->decoder_info[0] = this->frame_pts_inc; /* initial video_step */ in demux_roq_send_headers()
H A Ddemux_ipmovie.c101 unsigned int frame_pts_inc; member
229 this->frame_pts_inc = (int)(90000.0 / this->fps); in process_ipmovie_chunk()
430 this->frame_pts_inc); in process_ipmovie_chunk()
490 buf->decoder_info[0] = this->frame_pts_inc; in process_ipmovie_chunk()
518 this->video_pts += this->frame_pts_inc; in process_ipmovie_chunk()
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavformat/
H A Didroq.c49 int frame_pts_inc; member
84 roq->frame_pts_inc = 90000 / roq->framerate; in roq_read_header()
229 roq->video_pts += roq->frame_pts_inc; in roq_read_packet()
245 roq->video_pts += roq->frame_pts_inc; in roq_read_packet()
H A Dipmovie.c95 int frame_pts_inc; member
196 s->video_pts += s->frame_pts_inc; in load_ipmovie_packet()
329 s->frame_pts_inc = 90000 / s->fps; in process_ipmovie_chunk()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavformat/
H A Dipmovie.c85 uint64_t frame_pts_inc; member
201 s->video_pts += s->frame_pts_inc; in load_ipmovie_packet()
334 s->frame_pts_inc = ((uint64_t)AV_RL32(&scratch[0])) * AV_RL16(&scratch[4]); in process_ipmovie_chunk()
336 1000000.0 / s->frame_pts_inc, AV_RL32(&scratch[0]), in process_ipmovie_chunk()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavformat/
H A Dipmovie.c85 uint64_t frame_pts_inc; member
201 s->video_pts += s->frame_pts_inc; in load_ipmovie_packet()
334 s->frame_pts_inc = ((uint64_t)AV_RL32(&scratch[0])) * AV_RL16(&scratch[4]); in process_ipmovie_chunk()
336 1000000.0 / s->frame_pts_inc, AV_RL32(&scratch[0]), in process_ipmovie_chunk()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Dipmovie.c85 uint64_t frame_pts_inc; member
234 s->video_pts += s->frame_pts_inc; in load_ipmovie_packet()
392 s->frame_pts_inc = ((uint64_t)AV_RL32(&scratch[0])) * AV_RL16(&scratch[4]); in process_ipmovie_chunk()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Dipmovie.c85 uint64_t frame_pts_inc; member
234 s->video_pts += s->frame_pts_inc; in load_ipmovie_packet()
392 s->frame_pts_inc = ((uint64_t)AV_RL32(&scratch[0])) * AV_RL16(&scratch[4]); in process_ipmovie_chunk()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Dipmovie.c85 uint64_t frame_pts_inc; member
234 s->video_pts += s->frame_pts_inc; in load_ipmovie_packet()
392 s->frame_pts_inc = ((uint64_t)AV_RL32(&scratch[0])) * AV_RL16(&scratch[4]); in process_ipmovie_chunk()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Dipmovie.c85 uint64_t frame_pts_inc; member
234 s->video_pts += s->frame_pts_inc; in load_ipmovie_packet()
392 s->frame_pts_inc = ((uint64_t)AV_RL32(&scratch[0])) * AV_RL16(&scratch[4]); in process_ipmovie_chunk()
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Dipmovie.c85 uint64_t frame_pts_inc; member
234 s->video_pts += s->frame_pts_inc; in load_ipmovie_packet()
392 s->frame_pts_inc = ((uint64_t)AV_RL32(&scratch[0])) * AV_RL16(&scratch[4]); in process_ipmovie_chunk()