Searched refs:getNextNSamples (Results 1 - 4 of 4) sorted by relevance

/external/opencore/fileformats/mp4/parser/include/
H A Dtrackfragmentatom.h147 int32 getNextNSamples(uint32 startSampleNum, uint32 *n, uint32 totalSampleRead, GAU *pgau);
H A Dsampletableatom.h415 int32 getNextNSamples(uint32 startSampleNum,
/external/opencore/fileformats/mp4/parser/src/
H A Dtrackfragmentatom.cpp490 TrackFragmentAtom::getNextNSamples(uint32 startSampleNum, function in class:TrackFragmentAtom
659 PVMF_MP4FFPARSER_LOGMEDIASAMPELSTATEVARIABLES((0, "TrackFragmentAtom::getNextNSamples- Track Fragment Run Offset[%d] =%d", s, tfrunoffset));
660 PVMF_MP4FFPARSER_LOGMEDIASAMPELSTATEVARIABLES((0, "TrackFragmentAtom::getNextNSamples- pgau->info[%d].len =%d", s, pgau->info[s].len));
661 PVMF_MP4FFPARSER_LOGMEDIASAMPELSTATEVARIABLES((0, "TrackFragmentAtom::getNextNSamples- pgau->info[%d].ts_delta =%d", s, pgau->info[s].ts_delta));
662 PVMF_MP4FFPARSER_LOGMEDIASAMPELSTATEVARIABLES((0, "TrackFragmentAtom::getNextNSamples- pgau->info[%d].ts =%d", s, pgau->info[s].ts));
663 PVMF_MP4FFPARSER_LOGMEDIASAMPELSTATEVARIABLES((0, "TrackFragmentAtom::getNextNSamples- Offset =%d", debugOffset));
866 nReturn = getNextNSamples(_currentTrackFragmentRunSampleNumber, n, totalSampleRead, pgau);
H A Dsampletableatom.cpp811 int32 retVal = getNextNSamples(_currentPlaybackSampleNumber, &n, pgau);
1013 int32 retVal = getNextNSamples(_currentPlaybackSampleNumber, n, pgau);
1217 int32 retVal = getNextNSamples(_currentPlaybackSampleNumber, n, pgau);
2276 nReturn = getNextNSamples(_currentPlaybackSampleNumber, n, pgau);
2339 SampleTableAtom::getNextNSamples(uint32 startSampleNum, function in class:SampleTableAtom
2389 PVMF_MP4FFPARSER_LOGERROR((0, "ERROR =>SampleTableAtom::getNextNSamples - End Of Track"));
2424 PVMF_MP4FFPARSER_LOGERROR((0, "ERROR =>SampleTableAtom::getNextNSamples - Read Sample to Chunk Atom Failed"));
2474 PVMF_MP4FFPARSER_LOGERROR((0, "ERROR =>SampleTableAtom::getNextNSamples - Invalid Chunk Offset"));
2513 PVMF_MP4FFPARSER_LOGERROR((0, "ERROR =>SampleTableAtom::getNextNSamples - Invalid Sample Size"));
2588 PVMF_MP4FFPARSER_LOGMEDIASAMPELSTATEVARIABLES((0, "SampleTableAtom::getNextNSamples
[all...]

Completed in 23 milliseconds