Home
last modified time | relevance | path

Searched refs:START_ENCODE_TIME_US (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_camera/common/include/constants/
H A Ddistributed_camera_constants.h92 const std::string START_ENCODE_TIME_US = "startEncodeT"; variable
/ohos5.0/foundation/distributedhardware/distributed_camera/services/channel/src/
H A Ddcamera_softbus_adapter.cpp263 if (!buffer->FindInt64(START_ENCODE_TIME_US, startEncodeT)) { in SendSofbusStream()
264 DHLOGD("SendSofbusStream find %{public}s failed.", START_ENCODE_TIME_US.c_str()); in SendSofbusStream()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/encoder/
H A Dencode_data_process.cpp478 bufferOutput->SetInt64(START_ENCODE_TIME_US, startEncodeT); in GetEncoderOutputBuffer()