Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler.cpp1319 uint32_t sizeFirstFrame = static_cast<uint32_t>(g_recordFile.GetHeaderFirstFrame().size()); in RecordStop() local
1320 stream.write(reinterpret_cast<const char*>(&sizeFirstFrame), sizeof(sizeFirstFrame)); in RecordStop()
1321 …tream.write(reinterpret_cast<const char*>(&g_recordFile.GetHeaderFirstFrame()[0]), sizeFirstFrame); in RecordStop()