Home
last modified time | relevance | path

Searched defs:FrameInfo (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/log/
H A Dframe_info.h41 struct FrameInfo { struct
42 enum class TaskType { LAYOUT, RENDER };
44 uint64_t frameRecvTime_ = 0;
45 uint64_t frameTimeStamp_ = 0;
46 std::vector<TaskInfo> layoutInfos_;
47 std::vector<TaskInfo> renderInfos_;
49 void AddTaskInfo(const std::string& tag, const int32_t id, uint64_t time, TaskType type) in AddTaskInfo()
61 const std::string GetTimeInfo() const in GetTimeInfo()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dframe_retainer.h29 struct FrameInfo { struct
30 SerialBuffer *buffer = nullptr;
31 std::string srcTarget;
55 void RetainFrame(const FrameInfo &inFrame); argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/frame_analyzer/export/
H A Dframe_info.h127 struct FrameInfo { struct
141 using FrameInfoQueue = RingQueue<struct FrameInfo, frameQueueMaxSize>; variable
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/e2e_demo/
H A Davcodec_e2e_demo_api10.cpp40 typedef struct FrameInfo { struct
43 }FrameInfo; argument
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillptypes.h567 struct FrameInfo { struct
568 FILLP_INT frameType; /* I or P frame */
569 FILLP_INT seqNum; /* frame sequence number, different slice or layer data has the same sequence,
571 FILLP_INT subSeqNum; /* slice number of the frame, started at 0 of a new slice */
572 …vel; /* level of the scalable video coding, 0: basic level, 1: extend level 1, 2: extend level 2 */
573 …_SLONG timestamp; /* time of the frame in codec, us. it's optional and value 0 means no time got */
574 FILLP_UINT32 bitMap;
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Dsession.h124 } FrameInfo; typedef