Home
last modified time | relevance | path

Searched refs:hdrl_len (Results 1 – 10 of 10) sorted by relevance

/dports/multimedia/libxine/xine-lib-1.2.11/src/demuxers/
H A Ddemux_avi.c755 int hdrl_len = 0; in AVI_init() local
816 hdrl_len = n; in AVI_init()
861 for (i = 0; i < hdrl_len;) { in AVI_init()
1256 int hdrl_len = 4+4+2+1+1+4+4+8+4; in AVI_init() local
1277 chunk_start = en = malloc (AVI->video_superindex->aIndex[j].dwSize+hdrl_len); in AVI_init()
1288 … if (this->input->read(this->input, en, AVI->video_superindex->aIndex[j].dwSize+hdrl_len) <= 0) { in AVI_init()
1291 (unsigned long)AVI->video_superindex->aIndex[j].dwSize+hdrl_len); in AVI_init()
1303 en += hdrl_len; in AVI_init()
1352 chunk_start = en = malloc (audio->audio_superindex->aIndex[j].dwSize+hdrl_len); in AVI_init()
1363 … if (this->input->read(this->input, en, audio->audio_superindex->aIndex[j].dwSize+hdrl_len) <= 0) { in AVI_init()
[all …]
/dports/multimedia/transcode/transcode-1.1.7/avilib/
H A Davilib.c2082 long header_offset = 0, hdrl_len = 0; in avi_parse_input_file() local
2123 hdrl_len = n; in avi_parse_input_file()
2163 for(i=0;i<hdrl_len;) in avi_parse_input_file()
2273 if ((hdrl_len - i) < sizeof(alWAVEFORMATEX)) in avi_parse_input_file()
2274 wfes = hdrl_len - i; in avi_parse_input_file()
2518 int hdrl_len = 4+4+2+1+1+4+4+8+4; in avi_parse_input_file() local
2535 chunk_start = en = plat_malloc (AVI->video_superindex->aIndex[j].dwSize+hdrl_len); in avi_parse_input_file()
2544 if (plat_read(AVI->fdes, en, AVI->video_superindex->aIndex[j].dwSize+hdrl_len) <= 0) { in avi_parse_input_file()
2548 (unsigned long)AVI->video_superindex->aIndex[j].dwSize+hdrl_len); in avi_parse_input_file()
2560 en += hdrl_len; in avi_parse_input_file()
[all …]
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/media_tools/
H A Davilib.c1887 int hdrl_len=0; in avi_parse_input_file() local
1938 hdrl_len = (u32) n; in avi_parse_input_file()
1978 for(i=0; i<hdrl_len;) in avi_parse_input_file()
2102 if ((u32) (hdrl_len - i) < sizeof(alWAVEFORMATEX)) in avi_parse_input_file()
2103 wfes = hdrl_len - i; in avi_parse_input_file()
2403 hdrl_len = 4+4+2+1+1+4+4+8+4; in avi_parse_input_file()
2424 chunk_start = en = (char*) gf_malloc ((u32) (AVI->video_superindex->aIndex[j].dwSize+hdrl_len) ); in avi_parse_input_file()
2431 if (avi_read(AVI->fdes, en, (u32) (AVI->video_superindex->aIndex[j].dwSize+hdrl_len) ) <= 0) { in avi_parse_input_file()
2443 en += hdrl_len; in avi_parse_input_file()
2509 …_read(AVI->fdes, en, (u32) (AVI->track[audtr].audio_superindex->aIndex[j].dwSize+hdrl_len)) <= 0) { in avi_parse_input_file()
[all …]
/dports/multimedia/ccextractor/ccextractor-0.85/src/gpacmp4/
H A Davilib.c1892 int hdrl_len = 0; in avi_parse_input_file() local
1939 hdrl_len = (u32)n; in avi_parse_input_file()
1979 for (i = 0; i<hdrl_len;) in avi_parse_input_file()
2097 if ((u32)(hdrl_len - i) < sizeof(alWAVEFORMATEX)) in avi_parse_input_file()
2098 wfes = hdrl_len - i; in avi_parse_input_file()
2397 int hdrl_len = 4 + 4 + 2 + 1 + 1 + 4 + 4 + 8 + 4; in avi_parse_input_file() local
2418 chunk_start = en = (char*)gf_malloc((u32)(AVI->video_superindex->aIndex[j].dwSize + hdrl_len)); in avi_parse_input_file()
2425 if (avi_read(AVI->fdes, en, (u32)(AVI->video_superindex->aIndex[j].dwSize + hdrl_len)) <= 0) { in avi_parse_input_file()
2437 en += hdrl_len; in avi_parse_input_file()
2503 …read(AVI->fdes, en, (u32)(AVI->track[audtr].audio_superindex->aIndex[j].dwSize + hdrl_len)) <= 0) { in avi_parse_input_file()
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/media_tools/
H A Davilib.c1887 int hdrl_len=0; in avi_parse_input_file() local
1938 hdrl_len = (u32) n; in avi_parse_input_file()
1978 for(i=0; i<hdrl_len;) in avi_parse_input_file()
2102 if ((u32) (hdrl_len - i) < sizeof(alWAVEFORMATEX)) in avi_parse_input_file()
2103 wfes = hdrl_len - i; in avi_parse_input_file()
2403 hdrl_len = 4+4+2+1+1+4+4+8+4; in avi_parse_input_file()
2424 chunk_start = en = (char*) gf_malloc ((u32) (AVI->video_superindex->aIndex[j].dwSize+hdrl_len) ); in avi_parse_input_file()
2431 if (avi_read(AVI->fdes, en, (u32) (AVI->video_superindex->aIndex[j].dwSize+hdrl_len) ) <= 0) { in avi_parse_input_file()
2443 en += hdrl_len; in avi_parse_input_file()
2509 …_read(AVI->fdes, en, (u32) (AVI->track[audtr].audio_superindex->aIndex[j].dwSize+hdrl_len)) <= 0) { in avi_parse_input_file()
[all …]
/dports/multimedia/ogmrip/ogmrip-1.0.1/avibox/
H A Davilib.c2039 long header_offset = 0, hdrl_len = 0; in avi_parse_input_file() local
2081 hdrl_len = n; in avi_parse_input_file()
2121 for(i=0;i<hdrl_len;) in avi_parse_input_file()
2231 if ((hdrl_len - i) < sizeof(alWAVEFORMATEX)) in avi_parse_input_file()
2232 wfes = hdrl_len - i; in avi_parse_input_file()
2519 int hdrl_len = 4+4+2+1+1+4+4+8+4; in avi_parse_input_file() local
2536 chunk_start = en = plat_malloc (AVI->video_superindex->aIndex[j].dwSize+hdrl_len); in avi_parse_input_file()
2545 if (plat_read(AVI->fdes, en, AVI->video_superindex->aIndex[j].dwSize+hdrl_len) <= 0) { in avi_parse_input_file()
2549 (unsigned long)AVI->video_superindex->aIndex[j].dwSize+hdrl_len); in avi_parse_input_file()
2561 en += hdrl_len; in avi_parse_input_file()
[all …]
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/lavtools/
H A Davilib.c2218 long header_offset=0, hdrl_len=0; in avi_parse_input_file() local
2264 hdrl_len = n; in avi_parse_input_file()
2304 for(i=0;i<hdrl_len;) in avi_parse_input_file()
2415 if ((hdrl_len - i) < sizeof(alWAVEFORMATEX)) in avi_parse_input_file()
2416 wfes = hdrl_len - i; in avi_parse_input_file()
2701 int hdrl_len = 4+4+2+1+1+4+4+8+4; in avi_parse_input_file() local
2718 chunk_start = en = malloc (AVI->video_superindex->aIndex[j].dwSize+hdrl_len); in avi_parse_input_file()
2727 if (avi_read(AVI->fdes, en, AVI->video_superindex->aIndex[j].dwSize+hdrl_len) <= 0) { in avi_parse_input_file()
2730 (unsigned long)AVI->video_superindex->aIndex[j].dwSize+hdrl_len); in avi_parse_input_file()
2742 en += hdrl_len; in avi_parse_input_file()
[all …]
/dports/multimedia/ogmtools/ogmtools-1.5/avilib/
H A Davilib.c2203 long header_offset=0, hdrl_len=0; in avi_parse_input_file() local
2249 hdrl_len = n; in avi_parse_input_file()
2289 for(i=0;i<hdrl_len;) in avi_parse_input_file()
2404 if ((hdrl_len - i) < sizeof(alWAVEFORMATEX)) in avi_parse_input_file()
2405 wfes = hdrl_len - i; in avi_parse_input_file()
2690 int hdrl_len = 4+4+2+1+1+4+4+8+4; in avi_parse_input_file() local
2707 chunk_start = en = malloc (AVI->video_superindex->aIndex[j].dwSize+hdrl_len); in avi_parse_input_file()
2716 if (avi_read(AVI->fdes, en, AVI->video_superindex->aIndex[j].dwSize+hdrl_len) <= 0) { in avi_parse_input_file()
2719 (unsigned long)AVI->video_superindex->aIndex[j].dwSize+hdrl_len); in avi_parse_input_file()
2731 en += hdrl_len; in avi_parse_input_file()
[all …]
/dports/multimedia/libtheora/libtheora-1.1.1/win32/experimental/transcoder/avi2vp3/
H A Davilib.c1130 long header_offset=0, hdrl_len=0; in avi_parse_input_file() local
1168 hdrl_len = n; in avi_parse_input_file()
1205 for(i=0;i<hdrl_len;) in avi_parse_input_file()
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/lib/avilib-0.6.10/
H A Davilib.c2280 long header_offset=0, hdrl_len=0; in avi_parse_input_file() local
2326 hdrl_len = n; in avi_parse_input_file()
2366 for(i=0;i<hdrl_len;) in avi_parse_input_file()
2492 if ((hdrl_len - i) < sizeof(alWAVEFORMATEX)) in avi_parse_input_file()
2493 wfes = hdrl_len - i; in avi_parse_input_file()