Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/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.cpp2631 UInt frameNum[4], frameTick; in DetermineCodingLayer() local
2685frameTick = (Int)(((double)(modTime - modTimeRef) * vol[i]->timeIncrementResolution + 500) / 1000); in DetermineCodingLayer()
2689 vol[i]->timeIncrement = frameTick - video->refTick[i]; in DetermineCodingLayer()
2732 vol[i]->timeIncrement = frameTick - video->refTick[i]; in DetermineCodingLayer()