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

/external/opencore/nodes/pvmp4ffcomposernode/src/
H A Dpvmp4ffcn_node.cpp3138 void PVMp4FFComposerNode::GetTextSDIndex(uint32 aSampleNum, int32& aIndex) argument
3145 if ((aSampleNum >= (*it)->start_sample_num) &&
3146 (aSampleNum <= (*it)->end_sample_num))
/external/opencore/nodes/pvmp4ffparsernode/src/
H A Dpvmf_mp4ffparser_node.cpp1002 PVMFStatus PVMFMP4FFParserNode::GetTimestampForSampleNumber(PVMFTrackInfo& aTrackInfo, uint32 aSampleNum, PVMFTimestamp& aTimestamp) argument
1012 uint32 ts = iMP4FileHandle->getTimestampForSampleNumber(aTrackInfo.getTrackID(), aSampleNum);
1027 PVMFStatus PVMFMP4FFParserNode::GetSampleNumberForTimestamp(PVMFTrackInfo& aTrackInfo, PVMFTimestamp aTimestamp, uint32& aSampleNum) argument
1047 aSampleNum = samplenum;
1052 aSampleNum = 0;

Completed in 146 milliseconds