Lines Matching defs:chunk
251 /* Sample to chunk atom */
265 avio_wb32(pb, track->cluster[i].chunkNum); // first chunk
266 avio_wb32(pb, track->cluster[i].samples_in_chunk); // samples per chunk
4814 MOVIentry *chunk = &trk->cluster[0];
4815 uint64_t chunkSize = chunk->size;
4816 chunk->chunkNum = 1;
4821 if (chunk->pos + chunkSize == trk->cluster[i].pos &&
4824 chunk->samples_in_chunk += trk->cluster[i].entries;
4826 trk->cluster[i].chunkNum = chunk->chunkNum+1;
4827 chunk=&trk->cluster[i];
4828 chunkSize = chunk->size;
7969 * This function gets the moov size if moved to the top of the file: the chunk
7972 * would change. It also updates the chunk offset tables.