Home
last modified time | relevance | path

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

/haiku/src/apps/soundrecorder/
H A DRecorderWindow.cpp99 struct chunk_struct format_chunk; member
964 header.format_chunk.fourcc = FOURCC('f','m','t',' '); in StopRecording()
965 header.format_chunk.len = sizeof(header.format); in StopRecording()
1364 header.format_chunk.fourcc = FOURCC('f','m','t',' '); in CopyTarget()
1365 header.format_chunk.len = sizeof(header.format); in CopyTarget()