Searched refs:START_ENCODE_TIME_US (Results 1 – 3 of 3) sorted by relevance
92 const std::string START_ENCODE_TIME_US = "startEncodeT"; variable
263 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()
478 bufferOutput->SetInt64(START_ENCODE_TIME_US, startEncodeT); in GetEncoderOutputBuffer()