Home | History | Annotate | Download | only in src

Lines Matching refs:adif

110  * \brief encodes ADIF Header
112 * \param adif pointer to ADIF_INFO structure
113 * \param hBitStream handle of bitstream, where the ADIF header is written into
114 * \param adif_buffer_fullness buffer fullness value for the ADIF header
119 ADIF_INFO *adif,
125 * \brief Get bit demand of a ADIF header
127 * \param adif pointer to ADIF_INFO structure
129 * \return amount of bits required to write the ADIF header according to the data
130 * contained in the adif parameter
132 int adifWrite_GetHeaderBits( ADIF_INFO *adif );