Home
last modified time | relevance | path

Searched refs:frameTick (Results 1 – 2 of 2) sorted by relevance

/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Dvop.cpp315 UInt frameTick; in EncodeVopNotCoded() local
325frameTick = (Int)(((double)(modTime - video->modTimeRef) * currVol->timeIncrementResolution + 500)… in EncodeVopNotCoded()
326 timeInc = frameTick - video->refTick[0]; in EncodeVopNotCoded()
Dmp4enc_api.cpp2598 UInt frameNum[4], frameTick; in DetermineCodingLayer() local
2652frameTick = (Int)(((double)(modTime - modTimeRef) * vol[i]->timeIncrementResolution + 500) / 1000); in DetermineCodingLayer()
2656 vol[i]->timeIncrement = frameTick - video->refTick[i]; in DetermineCodingLayer()
2699 vol[i]->timeIncrement = frameTick - video->refTick[i]; in DetermineCodingLayer()