Home | History | Annotate | Download | only in src

Lines Matching refs:LastAllocatedChunk

729                 mMp4FileDataPtr->audioTrackPtr->LastAllocatedChunk = 0;
953 mMp4FileDataPtr->videoTrackPtr->LastAllocatedChunk = 0;
1491 > mMp4FileDataPtr->audioTrackPtr->LastAllocatedChunk)
1493 /*update LastAllocatedChunk ( -> = currentChunk)*/
1494 mMp4FileDataPtr->audioTrackPtr->LastAllocatedChunk += 1;
1499 if (mMp4FileDataPtr->audioTrackPtr->LastAllocatedChunk
1508 if (((mMp4FileDataPtr->audioTrackPtr->LastAllocatedChunk)
1511 reallocNb = mMp4FileDataPtr->audioTrackPtr->LastAllocatedChunk
1736 > mMp4FileDataPtr->videoTrackPtr->LastAllocatedChunk)
1738 /*update LastAllocatedChunk ( -> = currentChunk)*/
1739 mMp4FileDataPtr->videoTrackPtr->LastAllocatedChunk += 1;
1744 if ( mMp4FileDataPtr->videoTrackPtr->LastAllocatedChunk
1753 LastAllocatedChunk)
1756 reallocNb = mMp4FileDataPtr->videoTrackPtr->LastAllocatedChunk