Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/wav/
Dwav_io.cc34 struct TF_PACKED RiffChunk { struct
39 static_assert(sizeof(RiffChunk) == 12, "TF_PACKED does not work.");
60 RiffChunk riff_chunk;
65 sizeof(RiffChunk) + sizeof(FormatChunk) + sizeof(DataChunk),