Home
last modified time | relevance | path

Searched defs:raf_frame_type (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/knowles/athletico/sound_trigger_hal/tests/
H A Dtunnel_test_sensor.c52 struct raf_frame_type { struct
53 uint64_t timeStamp; // Timestamp of the frame
54 uint32_t seqNo; // Optional sequence number of the frame
56 struct raf_format_type format; // Format information for the frame
57 uint32_t data[0]; /* Start of the variable size payload. It must start at
H A Dtunnel_test.c50 struct raf_frame_type { struct
51 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.
/aosp12/hardware/knowles/athletico/sound_trigger_hal/
H A Dadnc_strm.c52 struct raf_frame_type { struct
53 uint64_t timeStamp; // Timestamp of the frame
54 uint32_t seqNo; // Optional sequence number of the frame
55 struct raf_format_type format; // Format information for the frame
56 uint32_t data[0]; /* Start of the variable size payload.