Home
last modified time | relevance | path

Searched refs:GetTimeStamp (Results 1 – 25 of 146) sorted by relevance

123456

/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/
H A Davcodec_task_manager.cpp155 muxer->SetCoverTime(NanosecToMillisec(timestamp - choosedBuffer.front()->GetTimeStamp())); in CreateAVMuxer()
217 int64_t videoStartTime = choosedBuffer.front()->GetTimeStamp(); in DoMuxerVideo()
225 attr.pts = NanosecToMicrosec(choosedBuffer[index]->GetTimeStamp() - videoStartTime); in DoMuxerVideo()
273 if (frame->IsIDRFrame() && frame->GetTimeStamp() <= clearVideoStartTime) { in FindIdrFrameIndex()
282 if (frame->IsIDRFrame() && frame->GetTimeStamp() >= clearVideoStartTime) { in FindIdrFrameIndex()
327 int64_t timestamp = frame->GetTimeStamp(); in ChooseVideoBuffer()
342 int64_t videoStartTime = choosedBuffer.front()->GetTimeStamp(); in PrepareAudioBuffer()
345 int64_t endTime = NanosecToMillisec(choosedBuffer.back()->GetTimeStamp()); in PrepareAudioBuffer()
348 processedAudioRecords.emplace_back(new AudioRecord(ptr->GetTimeStamp())); in PrepareAudioBuffer()
H A Dvideo_encoder.cpp227 .timestamp = frameRecord->GetTimeStamp(), in EnqueueBuffer()
237 if (frameRecord->GetTimeStamp() - preFrameTimestamp_ > NANOSEC_RANGE) { in EncodeSurfaceBuffer()
242 preFrameTimestamp_ = frameRecord->GetTimeStamp(); in EncodeSurfaceBuffer()
260 bufferInfo->attr.pts, frameRecord->GetTimeStamp()); in EncodeSurfaceBuffer()
H A Dmoving_photo_video_cache.cpp70 return a->GetTimeStamp() < b->GetTimeStamp(); in DoMuxerVideo()
H A Daudio_capturer_session.cpp151 if (record->GetTimeStamp() >= startTime && record->GetTimeStamp() < endTime) { in GetAudioRecords()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_location_info_impl.cpp54 int64_t ArkLocationInfoImpl::GetTimeStamp() in GetTimeStamp() function in OHOS::ArkWeb::ArkLocationInfoImpl
56 return real_->GetTimeStamp(); in GetTimeStamp()
H A Dark_location_info_impl.h41 int64_t GetTimeStamp() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_location_info_wrapper.cpp52 int64_t ArkLocationInfoWrapper::GetTimeStamp() in GetTimeStamp() function in OHOS::ArkWeb::ArkLocationInfoWrapper
54 return ctocpp_->GetTimeStamp(); in GetTimeStamp()
H A Dark_location_info_wrapper.h41 int64_t GetTimeStamp() override;
/ohos5.0/base/msdp/device_status/services/native/src/
H A Ddevicestatus_dumper.cpp153 GetTimeStamp(startTime); in DumpDeviceStatusSubscriber()
173 GetTimeStamp(startTime); in DumpDeviceStatusChanges()
192 GetTimeStamp(startTime); in DumpDeviceStatusCurrentStatus()
276 GetTimeStamp(appInfo->startTime); in SaveAppInfo()
325 GetTimeStamp(record->startTime); in PushDeviceStatus()
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/test/unittest/common/
H A Dwatchdog_inner_test.cpp299 int64_t ret1 = GetTimeStamp();
365 bool ret = WatchdogInner::GetInstance().CheckEventTimer(GetTimeStamp());
399 WatchdogInner::GetInstance().timeContent_.reportBegin = GetTimeStamp();
400 WatchdogInner::GetInstance().timeContent_.reportEnd = GetTimeStamp();
402 WatchdogInner::GetInstance().timeContent_.curBegin = GetTimeStamp();
403 WatchdogInner::GetInstance().timeContent_.curEnd = GetTimeStamp();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dmultiple_click_recognizer.cpp37 lastClickTimeStamp_ = event.GetTimeStamp(); in Start()
57 TimeStamp clickTimeStamp = event.GetTimeStamp(); in IsValidClick()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_click_function.cpp48 …obj->SetProperty<double>("timestamp", static_cast<double>(info.GetTimeStamp().time_since_epoch().c… in Execute()
82 …obj->SetProperty<double>("timestamp", static_cast<double>(info.GetTimeStamp().time_since_epoch().c… in Execute()
119 …obj->SetProperty<double>("timestamp", static_cast<double>(info.GetTimeStamp().time_since_epoch().c… in Execute()
165 …obj->SetProperty<double>("timestamp", static_cast<double>(info.GetTimeStamp().time_since_epoch().c… in Execute()
199 …obj->SetProperty<double>("timestamp", static_cast<double>(info.GetTimeStamp().time_since_epoch().c… in Execute()
236 …obj->SetProperty<double>("timestamp", static_cast<double>(info.GetTimeStamp().time_since_epoch().c… in Execute()
H A Djs_hover_function.cpp32 "timestamp", static_cast<double>(hoverInfo.GetTimeStamp().time_since_epoch().count())); in HoverExecute()
56 "timestamp", static_cast<double>(hoverInfo.GetTimeStamp().time_since_epoch().count())); in AccessibilityHoverExecute()
/ohos5.0/base/location/interfaces/inner_api/include/
H A Dbluetooth_scan_info.h40 SetTimeStamp(bluetoothScanInfo.GetTimeStamp()); in BluetoothScanInfo()
75 inline int64_t GetTimeStamp() const in GetTimeStamp() function
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_opp_transfer_information.cpp31 SetTimeStamp(other.GetTimeStamp()); in BluetoothIOppTransferInformation()
64 if (!parcel.WriteInt64(GetTimeStamp())) { in WriteToParcel()
/ohos5.0/base/location/frameworks/base_module/source/
H A Dlocation.cpp59 timeStamp_ = location.GetTimeStamp(); in Location()
195 this->GetTimeStamp() == location->GetTimeStamp() && in LocationEqual()
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Dasync_call.cpp28 static inline uint64_t GetTimeStamp() in GetTimeStamp() function
220 : env(env), work(work), name(name), startTime(GetTimeStamp()) in InnerTask()
226 auto endTime = GetTimeStamp(); in ~InnerTask()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dmulti_fingers_recognizer.cpp48 if (maxTimeStamp <= point.second.GetTimeStamp().time_since_epoch().count() in UpdateFingerListInfo()
51 maxTimeStamp = point.second.GetTimeStamp().time_since_epoch().count(); in UpdateFingerListInfo()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcameradata/feedingsmoother/base/
H A Difeedable_data.h24 virtual int64_t GetTimeStamp() = 0;
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dace_version.h39 static const char *GetTimeStamp() in GetTimeStamp() function
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/events/
H A Devent.h92 const TimeType& GetTimeStamp() const in GetTimeStamp() function
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/opp/
H A Dopp_test.cpp105 (information.GetTimeStamp() != transferInformation.GetTimeStamp()) || in CompareTransferInformation()
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/test/common/moduletest/
H A Dfaultlogger_native_interface_test.cpp154 static_cast<int32_t>(info->GetTimeStamp()));
292 ret &= info->GetTimeStamp() == ts;
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/targets/
H A Dplatform_adapter.cpp36 HILOG_DEBUG(HILOG_MODULE_ACE, "ACELite build stamp: %{public}s", ACEVersion::GetTimeStamp()); in PrintVersionTrace()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dversion_module.cpp55 const char * const stampStr = ACEVersion::GetTimeStamp(); in GetACEBuildStamp()

123456