Searched defs:raf_frame_type (Results 1 – 3 of 3) sorted by relevance
52 struct raf_frame_type { struct53 uint64_t timeStamp; // Timestamp of the frame54 uint32_t seqNo; // Optional sequence number of the frame56 struct raf_format_type format; // Format information for the frame57 uint32_t data[0]; /* Start of the variable size payload. It must start at
50 struct raf_frame_type { struct51 uint64_t timeStamp; /*!< Timestamp of the frame */52 uint32_t seqNo; /*!< Optional sequence number of the frame */54 struct raf_format_type format; /*!< Format information for the frame */55 uint32_t data[0]; /*!< Start of the variable size payload.
52 struct raf_frame_type { struct53 uint64_t timeStamp; // Timestamp of the frame54 uint32_t seqNo; // Optional sequence number of the frame55 struct raf_format_type format; // Format information for the frame56 uint32_t data[0]; /* Start of the variable size payload.