Home
last modified time | relevance | path

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

/external/opencore/protocols/rtp_payload_parser/src/
Dsequence_gen.cpp137 return (pInfo->currTimestamp = timestamp + pInfo->timestampBase); in generateTimestamp()
173 if (it->currTimestamp < min) in getMinTimestamp()
175 min = it->currTimestamp; in getMinTimestamp()
/external/opencore/protocols/rtp_payload_parser/include/
Dsequence_gen.h68 currTimestamp(0) { } in StreamSequenceInfo()
80 uint32 currTimestamp; member
/external/opencore/codecs_v2/video/m4v_h263/dec/src/
Dmp4lib_int.h252 uint32 currTimestamp; member
Dpvdec_api.cpp738 return video->currTimestamp; in PVGetVideoTimeStamp()
1198 timestamp[target_layer] = video->currTimestamp = vopHeader[target_layer]->timeStamp; in PVDecodeVopHeader()
1215 header_info->timestamp = video->currTimestamp; in PVDecodeVopHeader()