Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/decoder/
H A Ddecode_data_process.cpp459 int64_t TimeIntervalStampUs = 0; in GetDecoderTimeStamp() local
463 return TimeIntervalStampUs; in GetDecoderTimeStamp()
465 TimeIntervalStampUs = nowTimeUs - lastFeedDecoderInputBufferTimeUs_; in GetDecoderTimeStamp()
467 return TimeIntervalStampUs; in GetDecoderTimeStamp()
H A Ddecode_data_process_common.cpp506 int64_t TimeIntervalStampUs = 0; in GetDecoderTimeStamp() local
510 return TimeIntervalStampUs; in GetDecoderTimeStamp()
512 TimeIntervalStampUs = nowTimeUs - lastFeedDecoderInputBufferTimeUs_; in GetDecoderTimeStamp()
514 return TimeIntervalStampUs; in GetDecoderTimeStamp()