Searched refs:wDataInterleave (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCDspCommObject.cpp1345 wPipeIndex,pFormat->wBitsPerSample,pFormat->wDataInterleave));
1361 if (pFormat->wDataInterleave > 2)
1378 wDspFormat |= pFormat->wDataInterleave;
1389 switch ( pFormat->wDataInterleave )
1408 if ( (1 == pFormat->wDataInterleave) &&
1422 if (2 == pFormat->wDataInterleave)
1431 if (2 == pFormat->wDataInterleave)
1438 if (2 == pFormat->wDataInterleave)
1445 if (2 == pFormat->wDataInterleave)
1491 pFormat->wDataInterleave
[all...]
H A DCEchoGals_transport.cpp356 WORD wInterleave = pAudioFormat->wDataInterleave;
366 pAudioFormat->wDataInterleave));
424 if ( (1 != pAudioFormat->wDataInterleave) &&
425 (2 != pAudioFormat->wDataInterleave) )
429 pAudioFormat->wDataInterleave));
452 switch (pAudioFormat->wDataInterleave)
470 pAudioFormat->wDataInterleave));
H A DEchoGalsXface.h391 // byMonoToStereo is used to resolve an ambiguity when wDataInterleave is set
405 WORD wDataInterleave; // How the data is arranged in memory member in struct:tECHOGALS_AUDIOFORMAT
408 BYTE byMonoToStereo; // Only used if wDataInterleave is 1 and
/haiku/src/add-ons/kernel/drivers/audio/echo/
H A Decho.cpp212 format_params.wDataInterleave = channels == 1 ? 1 : 2;

Completed in 95 milliseconds