Home
last modified time | relevance | path

Searched refs:currTimestamp (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/google/av/media/eco/
H A DECOServiceStatsProvider.cpp116 float ECOServiceStatsProvider::getFramerate(int64_t currTimestamp) { in getFramerate() argument
118 int64_t timeInterval = currTimestamp - mLastFrameTimestamp; in getFramerate()
122 framerate = 1E6 / (currTimestamp - mLastFrameTimestamp); in getFramerate()
124 mLastFrameTimestamp = currTimestamp; in getFramerate()
/aosp12/hardware/google/av/media/eco/include/eco/
H A DECOServiceStatsProvider.h61 float getFramerate(int64_t currTimestamp);
/aosp12/frameworks/av/media/codecs/m4v_h263/dec/src/
H A Dmp4lib_int.h252 uint32 currTimestamp; member
H A Dpvdec_api.cpp755 return video->currTimestamp; in PVGetVideoTimeStamp()
1218 timestamp[target_layer] = video->currTimestamp = vopHeader[target_layer]->timeStamp; in PVDecodeVopHeader()
1235 header_info->timestamp = video->currTimestamp; in PVDecodeVopHeader()