Home
last modified time | relevance | path

Searched refs:iNextDurationReport (Results 1 – 6 of 6) sorted by relevance

/external/opencore/nodes/pvdummyoutputnode/src/
Dpvmf_dummy_fileoutput_node.cpp54 , iNextDurationReport(0) in PVMFDummyFileOutputNode()
724 aTimestamp >= iNextDurationReport) in SendDurationProgress()
726 iNextDurationReport = aTimestamp - (aTimestamp % iDurationReportFreq) + iDurationReportFreq; in SendDurationProgress()
Dpvmf_dummy_fileoutput_node.h443 uint32 iNextDurationReport; variable
/external/opencore/nodes/pvfileoutputnode/src/
Dpvmf_fileoutput_node.cpp55 , iNextDurationReport(0) in PVMFFileOutputNode()
989 aTimestamp >= iNextDurationReport) in SendDurationProgress()
991 iNextDurationReport = aTimestamp - (aTimestamp % iDurationReportFreq) + iDurationReportFreq; in SendDurationProgress()
Dpvmf_fileoutput_node.h422 uint32 iNextDurationReport; variable
/external/opencore/nodes/pvmp4ffcomposernode/src/
Dpvmp4ffcn_node.h443 uint32 iNextDurationReport; variable
Dpvmp4ffcn_node.cpp342 , iNextDurationReport(0) in PVMp4FFComposerNode()
3000 aTimestamp >= iNextDurationReport) in SendProgressReport()
3002 iNextDurationReport = aTimestamp - (aTimestamp % iDurationReportFreq) + iDurationReportFreq; in SendProgressReport()