Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/decoder/
H A Ddecode_data_process.cpp332 lastFeedDecoderInputBufferTimeUs_ = 0; in ReleaseProcessNode()
461 if (lastFeedDecoderInputBufferTimeUs_ == 0) { in GetDecoderTimeStamp()
462 lastFeedDecoderInputBufferTimeUs_ = nowTimeUs; in GetDecoderTimeStamp()
465 TimeIntervalStampUs = nowTimeUs - lastFeedDecoderInputBufferTimeUs_; in GetDecoderTimeStamp()
466 lastFeedDecoderInputBufferTimeUs_ = nowTimeUs; in GetDecoderTimeStamp()
H A Ddecode_data_process_common.cpp379 lastFeedDecoderInputBufferTimeUs_ = 0; in ReleaseProcessNode()
508 if (lastFeedDecoderInputBufferTimeUs_ == 0) { in GetDecoderTimeStamp()
509 lastFeedDecoderInputBufferTimeUs_ = nowTimeUs; in GetDecoderTimeStamp()
512 TimeIntervalStampUs = nowTimeUs - lastFeedDecoderInputBufferTimeUs_; in GetDecoderTimeStamp()
513 lastFeedDecoderInputBufferTimeUs_ = nowTimeUs; in GetDecoderTimeStamp()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline_node/multimedia_codec/decoder/
H A Ddecode_data_process.h136 int64_t lastFeedDecoderInputBufferTimeUs_ = 0; variable
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/test/unittest/common/pipeline_node/
H A Ddecode_data_process_test.cpp445 testDecodeDataProcess_->lastFeedDecoderInputBufferTimeUs_ = 1;