Home
last modified time | relevance | path

Searched refs:audio_subsegments (Results 1 – 8 of 8) sorted by relevance

/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavformat/
H A Dmtv.c106 unsigned int audio_subsegments; in mtv_read_header() local
145 audio_subsegments = avio_rl16(pb); in mtv_read_header()
147 if (audio_subsegments == 0) { in mtv_read_header()
153 audio_subsegments * (MTV_AUDIO_PADDING_SIZE + MTV_ASUBCHUNK_DATA_SIZE) + in mtv_read_header()
155 mtv->video_fps = (mtv->audio_br / 4) / audio_subsegments; in mtv_read_header()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Dmtv.c106 unsigned int audio_subsegments; in mtv_read_header() local
145 audio_subsegments = avio_rl16(pb); in mtv_read_header()
147 if (audio_subsegments == 0) { in mtv_read_header()
153 audio_subsegments * (MTV_AUDIO_PADDING_SIZE + MTV_ASUBCHUNK_DATA_SIZE) + in mtv_read_header()
155 mtv->video_fps = (mtv->audio_br / 4) / audio_subsegments; in mtv_read_header()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Dmtv.c106 unsigned int audio_subsegments; in mtv_read_header() local
145 audio_subsegments = avio_rl16(pb); in mtv_read_header()
147 if (audio_subsegments == 0) { in mtv_read_header()
153 audio_subsegments * (MTV_AUDIO_PADDING_SIZE + MTV_ASUBCHUNK_DATA_SIZE) + in mtv_read_header()
155 mtv->video_fps = (mtv->audio_br / 4) / audio_subsegments; in mtv_read_header()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Dmtv.c106 unsigned int audio_subsegments; in mtv_read_header() local
145 audio_subsegments = avio_rl16(pb); in mtv_read_header()
147 if (audio_subsegments == 0) { in mtv_read_header()
153 audio_subsegments * (MTV_AUDIO_PADDING_SIZE + MTV_ASUBCHUNK_DATA_SIZE) + in mtv_read_header()
155 mtv->video_fps = (mtv->audio_br / 4) / audio_subsegments; in mtv_read_header()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavformat/
H A Dmtv.c106 unsigned int audio_subsegments; in mtv_read_header() local
145 audio_subsegments = avio_rl16(pb); in mtv_read_header()
147 if (audio_subsegments == 0) { in mtv_read_header()
153 audio_subsegments * (MTV_AUDIO_PADDING_SIZE + MTV_ASUBCHUNK_DATA_SIZE) + in mtv_read_header()
155 mtv->video_fps = (mtv->audio_br / 4) / audio_subsegments; in mtv_read_header()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Dmtv.c106 unsigned int audio_subsegments; in mtv_read_header() local
145 audio_subsegments = avio_rl16(pb); in mtv_read_header()
147 if (audio_subsegments == 0) { in mtv_read_header()
153 audio_subsegments * (MTV_AUDIO_PADDING_SIZE + MTV_ASUBCHUNK_DATA_SIZE) + in mtv_read_header()
155 mtv->video_fps = (mtv->audio_br / 4) / audio_subsegments; in mtv_read_header()
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Dmtv.c106 unsigned int audio_subsegments; in mtv_read_header() local
145 audio_subsegments = avio_rl16(pb); in mtv_read_header()
147 if (audio_subsegments == 0) { in mtv_read_header()
153 audio_subsegments * (MTV_AUDIO_PADDING_SIZE + MTV_ASUBCHUNK_DATA_SIZE) + in mtv_read_header()
155 mtv->video_fps = (mtv->audio_br / 4) / audio_subsegments; in mtv_read_header()
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavformat/
H A Dmtv.c49 unsigned int audio_subsegments; ///< audio subsegments on one segment member
84 mtv->audio_subsegments = get_le16(pb); in mtv_read_header()
85 mtv->video_fps = (mtv->audio_br / 4) / mtv->audio_subsegments; in mtv_read_header()
142 if(mtv->audio_subsegments >= mtv->audio_packet_count) in mtv_read_packet()