Home
last modified time | relevance | path

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

/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavformat/
H A Dmatroskadec.c3265 uint64_t cues_length = 0, cues_id = 0; in webm_dash_manifest_cues() local
3267 ebml_read_length(matroska, matroska->ctx->pb, &cues_length); in webm_dash_manifest_cues()
3268 cues_end = cues_start + cues_length + 11; // 11 is the offset of Cues ID. in webm_dash_manifest_cues()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavformat/
H A Dmatroskadec.c3265 uint64_t cues_length = 0, cues_id = 0; in webm_dash_manifest_cues() local
3267 ebml_read_length(matroska, matroska->ctx->pb, &cues_length); in webm_dash_manifest_cues()
3268 cues_end = cues_start + cues_length + 11; // 11 is the offset of Cues ID. in webm_dash_manifest_cues()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Dmatroskadec.c3902 uint64_t cues_length = 0, cues_id = 0, bytes_read = 0; in webm_dash_manifest_cues() local
3904 bytes_read += ebml_read_length(matroska, matroska->ctx->pb, &cues_length); in webm_dash_manifest_cues()
3905 cues_end = cues_start + cues_length + bytes_read - 1; in webm_dash_manifest_cues()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Dmatroskadec.c4198 uint64_t cues_length, cues_id; in webm_dash_manifest_cues() local
4203 bytes_read = ebml_read_length(matroska, matroska->ctx->pb, &cues_length); in webm_dash_manifest_cues()
4206 cues_end = cues_start + 4 + bytes_read + cues_length - 1; in webm_dash_manifest_cues()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Dmatroskadec.c4081 uint64_t cues_length, cues_id; in webm_dash_manifest_cues() local
4086 bytes_read = ebml_read_length(matroska, matroska->ctx->pb, &cues_length); in webm_dash_manifest_cues()
4089 cues_end = cues_start + 4 + bytes_read + cues_length - 1; in webm_dash_manifest_cues()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Dmatroskadec.c4126 uint64_t cues_length, cues_id; in webm_dash_manifest_cues() local
4131 bytes_read = ebml_read_length(matroska, matroska->ctx->pb, &cues_length); in webm_dash_manifest_cues()
4134 cues_end = cues_start + 4 + bytes_read + cues_length - 1; in webm_dash_manifest_cues()
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Dmatroskadec.c4192 uint64_t cues_length, cues_id; in webm_dash_manifest_cues() local
4197 bytes_read = ebml_read_length(matroska, matroska->ctx->pb, &cues_length); in webm_dash_manifest_cues()
4200 cues_end = cues_start + 4 + bytes_read + cues_length - 1; in webm_dash_manifest_cues()