Searched defs:getTimeOffsetForSampleNumberPeek (Results 1 - 1 of 1) sorted by relevance

/external/opencore/fileformats/mp4/parser/src/
H A Dcompositionoffsetatom.cpp399 CompositionOffsetAtom::getTimeOffsetForSampleNumberPeek(uint32 sampleNum) function in class:CompositionOffsetAtom
428 PVMF_MP4FFPARSER_LOGMEDIASAMPELSTATEVARIABLES((0, "CompositionOffsetAtom::getTimeOffsetForSampleNumberPeek- _currPeekIndex =%d", _currPeekIndex));
429 PVMF_MP4FFPARSER_LOGMEDIASAMPELSTATEVARIABLES((0, "CompositionOffsetAtom::getTimeOffsetForSampleNumberPeek- _currPeekSampleCount =%d", _currPeekSampleCount));
430 PVMF_MP4FFPARSER_LOGMEDIASAMPELSTATEVARIABLES((0, "CompositionOffsetAtom::getTimeOffsetForSampleNumberPeek- _currPeekTimeOffset =%d", _currPeekTimeOffset));
438 PVMF_MP4FFPARSER_LOGERROR((0, "ERROR =>CompositionOffsetAtom::getTimeOffsetForSampleNumberPeek sampleNum = %d", sampleNum));

Completed in 11 milliseconds