Home
last modified time | relevance | path

Searched refs:edit_units_per_packet (Results 1 – 7 of 7) sorted by relevance

/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavformat/
H A Dmxfdec.c234 int edit_units_per_packet; ///< how many edit units to read at a time (PCM, OPAtom) member
2071 mxf->edit_units_per_packet = 1920; in mxf_handle_small_eubc()
2112 mxf->edit_units_per_packet = 1; in mxf_read_header()
2481 edit_units = FFMIN(mxf->edit_units_per_packet, st->duration - mxf->current_edit_unit); in mxf_read_packet()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavformat/
H A Dmxfdec.c234 int edit_units_per_packet; ///< how many edit units to read at a time (PCM, OPAtom) member
2071 mxf->edit_units_per_packet = 1920; in mxf_handle_small_eubc()
2112 mxf->edit_units_per_packet = 1; in mxf_read_header()
2481 edit_units = FFMIN(mxf->edit_units_per_packet, st->duration - mxf->current_edit_unit); in mxf_read_packet()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Dmxfdec.c179 int edit_units_per_packet; /* how many edit units to read at a time (PCM, ClipWrapped) */ member
2977 track->edit_units_per_packet = 1; in mxf_compute_edit_units_per_packet()
2995 track->edit_units_per_packet = FFMAX(1, track->edit_rate.num / track->edit_rate.den / 25); in mxf_compute_edit_units_per_packet()
3325 …if (mxf_edit_unit_absolute_offset(mxf, t, edit_unit + track->edit_units_per_packet, track->edit_ra… in mxf_set_current_edit_unit()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Dmxfdec.c181 int edit_units_per_packet; /* how many edit units to read at a time (PCM, ClipWrapped) */ member
3193 track->edit_units_per_packet = 1; in mxf_compute_edit_units_per_packet()
3211 track->edit_units_per_packet = FFMAX(1, track->edit_rate.num / track->edit_rate.den / 25); in mxf_compute_edit_units_per_packet()
3527 …if (mxf_edit_unit_absolute_offset(mxf, t, edit_unit + track->edit_units_per_packet, track->edit_ra… in mxf_set_current_edit_unit()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Dmxfdec.c179 int edit_units_per_packet; /* how many edit units to read at a time (PCM, ClipWrapped) */ member
3013 track->edit_units_per_packet = 1; in mxf_compute_edit_units_per_packet()
3031 track->edit_units_per_packet = FFMAX(1, track->edit_rate.num / track->edit_rate.den / 25); in mxf_compute_edit_units_per_packet()
3366 …if (mxf_edit_unit_absolute_offset(mxf, t, edit_unit + track->edit_units_per_packet, track->edit_ra… in mxf_set_current_edit_unit()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Dmxfdec.c181 int edit_units_per_packet; /* how many edit units to read at a time (PCM, ClipWrapped) */ member
3141 track->edit_units_per_packet = 1; in mxf_compute_edit_units_per_packet()
3159 track->edit_units_per_packet = FFMAX(1, track->edit_rate.num / track->edit_rate.den / 25); in mxf_compute_edit_units_per_packet()
3475 …if (mxf_edit_unit_absolute_offset(mxf, t, edit_unit + track->edit_units_per_packet, track->edit_ra… in mxf_set_current_edit_unit()
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Dmxfdec.c181 int edit_units_per_packet; /* how many edit units to read at a time (PCM, ClipWrapped) */ member
3189 track->edit_units_per_packet = 1; in mxf_compute_edit_units_per_packet()
3207 track->edit_units_per_packet = FFMAX(1, track->edit_rate.num / track->edit_rate.den / 25); in mxf_compute_edit_units_per_packet()
3523 …if (mxf_edit_unit_absolute_offset(mxf, t, edit_unit + track->edit_units_per_packet, track->edit_ra… in mxf_set_current_edit_unit()