Home
last modified time | relevance | path

Searched refs:PhysicalFrameRate (Results 1 – 5 of 5) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/table/base/
Ddevice_info_table.cpp57 if (deviceInfoObj_.PhysicalFrameRate() != INVALID_UINT32) { in Column()
58 … sqlite3_result_int(context_, static_cast<int32_t>(deviceInfoObj_.PhysicalFrameRate())); in Column()
/developtools/smartperf_host/trace_streamer/test/unittest/
Danimation_filter_test.cpp189 auto fps = stream_.traceDataCache_->GetDeviceInfo()->PhysicalFrameRate();
202 fps = stream_.traceDataCache_->GetDeviceInfo()->PhysicalFrameRate();
215 fps = stream_.traceDataCache_->GetDeviceInfo()->PhysicalFrameRate();
/developtools/smartperf_host/trace_streamer/src/filter/
Danimation_filter.cpp80 if (traceDataCache_->GetConstDeviceInfo().PhysicalFrameRate() == INVALID_UINT32 && in UpdateDeviceInfoEvent()
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp3131 uint32_t DeviceInfo::PhysicalFrameRate() const in PhysicalFrameRate() function in SysTuning::TraceStdtype::DeviceInfo
Dtrace_stdtype.h2533 uint32_t PhysicalFrameRate() const;