Lines Matching +full:0022 +full:a
14 The HPI is a low-level hardware abstraction layer to all
117 Each sample is a 32bit word. The most significant 24 bits contain a 24-bit
126 Each sample is a 32bit word in IEEE754 floating point format.
165 that there is no valid source node. A control that
166 exists on a destination node can be searched for using a source
184 /** RTP stream input node - This node is a destination for
190 /* !!!Update this AND hpidebug.h if you add a new sourcenode type!!! */
201 that there is no valid destination node. A control that
202 exists on a source node can be searched for using a destination
215 /** RTP stream output node - This node is a source for
221 /* !!!Update this AND hpidebug.h if you add a new destnode type!!! */
232 HPI_CONTROL_CONNECTION = 1, /**< A connection between nodes. */
267 /* !!! Update this AND hpidebug.h if you add a new control type!!!*/
280 analog and digital outputs. The CS4224 A/D+D/A has a one sample delay between
301 non-volatile memory on the adapter. A typical call sequence would be to use
310 A setting of 0 indicates that no interrupts are being generated. A DSP boot
311 this property is set to 0. Setting to a non-zero value specifies the number
363 adapter type, i.e ASI8920-0022, 0022 is the extended type.
382 /** Readonly adapter buffer processed count. Returns a buffer processed count
436 May be used as a filter for firmware update images.
460 a bitmask in the Windows WAVE DLL
628 /** Unimplemented - save the attributes of a single control. */
648 /** volumes units are 100ths of a dB
700 /** bit2: 1 when there is a parity error */
702 /** bit3: 1 when there is a bi-phase coding violation */
782 These bitfield values are returned by a call to HPI_Tuner_GetStatus().
783 Multiple fields are returned from a single call.
826 /** The adapter is clocked from a dedicated AES/EBU SampleClock input.*/
836 /** From a network interface e.g. Cobranet or Livewire at either 48 or 96kHz */
842 /*! Update this if you add a new clock source.*/
874 A return value of zero means there was no error.
876 Error codes can be converted to a descriptive string using HPI_GetErrorText()
878 \note When a new error code is added HPI_GetErrorText() MUST be updated.
903 /** The network did not respond in a timely manner. */
907 /** A function or attribute has not been implemented yet. */
910 to access a network resource. */
919 /** A control setting that should have been cached was not. */
921 /** A message buffer in the path to the adapter was smaller
934 /** DSP code failed to bootload. Usually a DSP memory test failure. */
1000 /** Where a SRG is shared amongst streams, an incompatible samplerate
1016 /** A character string is invalid. */
1029 /** I2C transaction failed due to a missing ACK. */
1130 /** An object for containing a single async event.