• Home
  • Raw
  • Download

Lines Matching +full:asi +full:- +full:format

4     Copyright (C) 1997-2012  AudioScience Inc. <support@audioscience.com>
17 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21 (C) Copyright AudioScience Inc. 1996-2009
40 On error *pLockedMemHandle marked invalid, non-zero returned.
92 typedef char ASSERT_##msg[(cond) ? 1 : -1]
130 /* Get the sub-index of the attribute for a control type */
251 /*------------------------------------------------------------
252 Cobranet Chip Bridge - copied from HMI.H
253 ------------------------------------------------------------*/
279 /*------------------------------------------------------------
281 ------------------------------------------------------------*/
285 /*------------------------------------------------------------
287 ------------------------------------------------------------*/
292 /** ID supplied by Cirrus for ASI packets. */
294 /** Simple packet - no special routing required */
307 /** Default network timeout in milli-seconds. */
330 /** "ASI" - actual is "ASX" - need to change */
574 /** Format info used inside struct hpi_message
581 u16 format; /**< HPI_FORMAT_PCM16, _MPEG etc. see \ref HPI_FORMATS. */ member
584 /** Buffer+format structure.
587 struct hpi_msg_format format; member
597 struct hpi_format format; member
605 struct hpi_msg_format format; member
745 /* OutStream - data to play,
746 InStream - data recorded */
748 /* OutStream - samples played,
749 InStream - samples recorded */
751 /* Adapter - OutStream - data to play,
752 InStream - data recorded */
1119 #define HPINET_IP_DATA_SIZE (HPINET_ETHERNET_DATA_SIZE - HPINET_IP_HDR_SIZE)
1121 #define HPINET_UDP_DATA_SIZE (HPINET_IP_DATA_SIZE - HPINET_UDP_HDR_SIZE)
1123 #define HPINET_ASI_DATA_SIZE (HPINET_UDP_DATA_SIZE - HPINET_ASI_HDR_SIZE)
1125 #define HPI_MAX_PAYLOAD_SIZE (HPINET_ASI_DATA_SIZE - 2)
1253 /* declarations for control caching (internal to HPI<->DSP interaction) */
1258 #define HPI_CACHE_INVALID_SHORT -32768
1267 /** The total size of cached information in 32-bit words. */
1315 u32 format; member
1320 u32 format; member
1380 /* 2^N sized FIFO buffer (internal to HPI<->DSP interaction) */