Home
last modified time | relevance | path

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

/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/media_tools/
H A Davilib.c311 avistdindex_chunk *stdil) in avi_add_std_index() argument
314 memcpy (stdil->fcc, idxtag, 4); in avi_add_std_index()
315 stdil->dwSize = 4096; in avi_add_std_index()
316 stdil->wLongsPerEntry = 2; //sizeof(avistdindex_entry)/sizeof(u32); in avi_add_std_index()
317 stdil->bIndexSubType = 0; in avi_add_std_index()
318 stdil->bIndexType = AVI_INDEX_OF_CHUNKS; in avi_add_std_index()
319 stdil->nEntriesInUse = 0; in avi_add_std_index()
322 memcpy(stdil->dwChunkId, strtag, 4); in avi_add_std_index()
326stdil->aIndex = (avistdindex_entry *)gf_malloc(stdil->dwSize * sizeof (u32) * stdil->wLongsPerEntr… in avi_add_std_index()
328 if (!stdil->aIndex) { in avi_add_std_index()
/dports/multimedia/transcode/transcode-1.1.7/avilib/
H A Davilib.c278 avistdindex_chunk *stdil) in avi_add_std_index() argument
281 memcpy(stdil->fcc, idxtag, 4); in avi_add_std_index()
282 stdil->dwSize = 4096; in avi_add_std_index()
283 stdil->wLongsPerEntry = 2; //sizeof(avistdindex_entry)/sizeof(uint32_t); in avi_add_std_index()
284 stdil->bIndexSubType = 0; in avi_add_std_index()
285 stdil->bIndexType = AVI_INDEX_OF_CHUNKS; in avi_add_std_index()
286 stdil->nEntriesInUse = 0; in avi_add_std_index()
289 memcpy(stdil->dwChunkId, strtag, 4); in avi_add_std_index()
293 stdil->aIndex = plat_zalloc(stdil->dwSize * sizeof(uint32_t) * stdil->wLongsPerEntry); in avi_add_std_index()
295 if (!stdil->aIndex) { in avi_add_std_index()
/dports/multimedia/ccextractor/ccextractor-0.85/src/gpacmp4/
H A Davilib.c316 avistdindex_chunk *stdil) in avi_add_std_index() argument
319 memcpy(stdil->fcc, idxtag, 4); in avi_add_std_index()
320 stdil->dwSize = 4096; in avi_add_std_index()
321 stdil->wLongsPerEntry = 2; //sizeof(avistdindex_entry)/sizeof(u32); in avi_add_std_index()
322 stdil->bIndexSubType = 0; in avi_add_std_index()
323 stdil->bIndexType = AVI_INDEX_OF_CHUNKS; in avi_add_std_index()
324 stdil->nEntriesInUse = 0; in avi_add_std_index()
327 memcpy(stdil->dwChunkId, strtag, 4); in avi_add_std_index()
331stdil->aIndex = (avistdindex_entry *)gf_malloc(stdil->dwSize * sizeof(u32) * stdil->wLongsPerEntry… in avi_add_std_index()
333 if (!stdil->aIndex) { in avi_add_std_index()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/media_tools/
H A Davilib.c311 avistdindex_chunk *stdil) in avi_add_std_index() argument
314 memcpy (stdil->fcc, idxtag, 4); in avi_add_std_index()
315 stdil->dwSize = 4096; in avi_add_std_index()
316 stdil->wLongsPerEntry = 2; //sizeof(avistdindex_entry)/sizeof(u32); in avi_add_std_index()
317 stdil->bIndexSubType = 0; in avi_add_std_index()
318 stdil->bIndexType = AVI_INDEX_OF_CHUNKS; in avi_add_std_index()
319 stdil->nEntriesInUse = 0; in avi_add_std_index()
322 memcpy(stdil->dwChunkId, strtag, 4); in avi_add_std_index()
326stdil->aIndex = (avistdindex_entry *)gf_malloc(stdil->dwSize * sizeof (u32) * stdil->wLongsPerEntr… in avi_add_std_index()
328 if (!stdil->aIndex) { in avi_add_std_index()
/dports/multimedia/ogmrip/ogmrip-1.0.1/avibox/
H A Davilib.c277 const unsigned char *strtag, avistdindex_chunk *stdil) in avi_add_std_index() argument
280 memcpy (stdil->fcc, idxtag, 4); in avi_add_std_index()
281 stdil->dwSize = 4096; in avi_add_std_index()
282 stdil->wLongsPerEntry = 2; //sizeof(avistdindex_entry)/sizeof(uint32_t); in avi_add_std_index()
283 stdil->bIndexSubType = 0; in avi_add_std_index()
284 stdil->bIndexType = AVI_INDEX_OF_CHUNKS; in avi_add_std_index()
285 stdil->nEntriesInUse = 0; in avi_add_std_index()
288 memcpy(stdil->dwChunkId, strtag, 4); in avi_add_std_index()
292 stdil->aIndex = plat_malloc(stdil->dwSize * sizeof (uint32_t) * stdil->wLongsPerEntry); in avi_add_std_index()
294 if (!stdil->aIndex) { in avi_add_std_index()
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/lib/avilib-0.6.10/
H A Davilib.c344 avistdindex_chunk *stdil) in avi_add_std_index() argument
347 memcpy (stdil->fcc, idxtag, 4); in avi_add_std_index()
348 stdil->dwSize = 4096; in avi_add_std_index()
349 stdil->wLongsPerEntry = 2; //sizeof(avistdindex_entry)/sizeof(uint32_t); in avi_add_std_index()
350 stdil->bIndexSubType = 0; in avi_add_std_index()
351 stdil->bIndexType = AVI_INDEX_OF_CHUNKS; in avi_add_std_index()
352 stdil->nEntriesInUse = 0; in avi_add_std_index()
353 stdil->dwReserved3 = 0; in avi_add_std_index()
356 memcpy(stdil->dwChunkId, strtag, 4); in avi_add_std_index()
360 stdil->aIndex = calloc(1, stdil->dwSize * sizeof (uint32_t) * stdil->wLongsPerEntry); in avi_add_std_index()
[all …]
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/lavtools/
H A Davilib.c320 avistdindex_chunk *stdil) in avi_add_std_index() argument
323 memcpy (stdil->fcc, idxtag, 4); in avi_add_std_index()
324 stdil->dwSize = 4096; in avi_add_std_index()
325 stdil->wLongsPerEntry = 2; //sizeof(avistdindex_entry)/sizeof(uint32_t); in avi_add_std_index()
326 stdil->bIndexSubType = 0; in avi_add_std_index()
327 stdil->bIndexType = AVI_INDEX_OF_CHUNKS; in avi_add_std_index()
328 stdil->nEntriesInUse = 0; in avi_add_std_index()
331 memcpy(stdil->dwChunkId, strtag, 4); in avi_add_std_index()
335 stdil->aIndex = malloc(stdil->dwSize * sizeof (uint32_t) * stdil->wLongsPerEntry); in avi_add_std_index()
337 if (!stdil->aIndex) { in avi_add_std_index()
/dports/multimedia/ogmtools/ogmtools-1.5/avilib/
H A Davilib.c313 avistdindex_chunk *stdil) in avi_add_std_index() argument
316 memcpy (stdil->fcc, idxtag, 4); in avi_add_std_index()
317 stdil->dwSize = 4096; in avi_add_std_index()
318 stdil->wLongsPerEntry = 2; //sizeof(avistdindex_entry)/sizeof(uint32_t); in avi_add_std_index()
319 stdil->bIndexSubType = 0; in avi_add_std_index()
320 stdil->bIndexType = AVI_INDEX_OF_CHUNKS; in avi_add_std_index()
321 stdil->nEntriesInUse = 0; in avi_add_std_index()
324 memcpy(stdil->dwChunkId, strtag, 4); in avi_add_std_index()
328 stdil->aIndex = malloc(stdil->dwSize * sizeof (uint32_t) * stdil->wLongsPerEntry); in avi_add_std_index()
330 if (!stdil->aIndex) { in avi_add_std_index()