Searched refs:totalFrames (Results 1 - 4 of 4) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/image/ |
H A D | image_object.cpp | 116 int32_t totalFrames = 1; in BuildImageObject() local 119 totalFrames = codec->getFrameCount(); in BuildImageObject() 132 if (totalFrames == 1) { in BuildImageObject() 133 return MakeRefPtr<StaticImageObject>(source, imageSize, totalFrames, skData); in BuildImageObject() 135 return CreateAnimatedImageObject(source, imageSize, totalFrames, skData); in BuildImageObject() 138 if (totalFrames == 1) { in BuildImageObject() 139 return MakeRefPtr<StaticImageObject>(source, imageSize, totalFrames, rsData); in BuildImageObject() 141 return CreateAnimatedImageObject(source, imageSize, totalFrames, rsData); in BuildImageObject()
|
/foundation/arkui/ace_engine/frameworks/base/perfmonitor/ |
H A D | perf_monitor.cpp | 167 if (data.totalFrames > 0) { in ReportPerfEventToUI() 199 if (totalFrames == 0) { in RecordFrame() 225 totalFrames++; in RecordFrame() 267 totalFrames = 0; in Reset() 518 data.totalFrames = record->totalFrames; in FlushDataBase()
|
H A D | perf_monitor.h | 75 int32_t totalFrames {0}; 123 int32_t totalFrames {0};
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | event_report.cpp | 429 const auto& totalFrames = data.totalFrames; in ReportEventJankFrame() local 451 EVENT_KEY_TOTAL_FRAMES, totalFrames, in ReportEventJankFrame()
|
Completed in 4 milliseconds