Home
last modified time | relevance | path

Searched refs:ghostNum (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/isomedia/
H A Dstbl_read.c370 u32 ghostNum = 1; in GetGhostNum() local
382 ghostNum = (stco->nb_entries > ent->firstChunk) ? (1 + stco->nb_entries - ent->firstChunk) : 1; in GetGhostNum()
385 ghostNum = (co64->nb_entries > ent->firstChunk) ? (1 + co64->nb_entries - ent->firstChunk) : 1; in GetGhostNum()
390 ghostNum = nextEnt->firstChunk - ent->firstChunk; in GetGhostNum()
393 ghostNum = (ent->nextChunk > ent->firstChunk) ? (ent->nextChunk - ent->firstChunk) : 1; in GetGhostNum()
395 stbl->SampleToChunk->ghostNumber = ghostNum; in GetGhostNum()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/isomedia/
H A Dstbl_read.c370 u32 ghostNum = 1; in GetGhostNum() local
382 ghostNum = (stco->nb_entries > ent->firstChunk) ? (1 + stco->nb_entries - ent->firstChunk) : 1; in GetGhostNum()
385 ghostNum = (co64->nb_entries > ent->firstChunk) ? (1 + co64->nb_entries - ent->firstChunk) : 1; in GetGhostNum()
390 ghostNum = nextEnt->firstChunk - ent->firstChunk; in GetGhostNum()
393 ghostNum = (ent->nextChunk > ent->firstChunk) ? (ent->nextChunk - ent->firstChunk) : 1; in GetGhostNum()
395 stbl->SampleToChunk->ghostNumber = ghostNum; in GetGhostNum()
/dports/multimedia/ccextractor/ccextractor-0.85/src/gpacmp4/
H A Dstbl_read.c378 u32 ghostNum = 1; in GetGhostNum() local
385 ghostNum = (stco->nb_entries > ent->firstChunk) ? (1 + stco->nb_entries - ent->firstChunk) : 1; in GetGhostNum()
389 ghostNum = (co64->nb_entries > ent->firstChunk) ? (1 + co64->nb_entries - ent->firstChunk) : 1; in GetGhostNum()
395 ghostNum = nextEnt->firstChunk - ent->firstChunk; in GetGhostNum()
399 ghostNum = (ent->nextChunk > ent->firstChunk) ? (ent->nextChunk - ent->firstChunk) : 1; in GetGhostNum()
401 stbl->SampleToChunk->ghostNumber = ghostNum; in GetGhostNum()