Lines Matching full:surround
95 /*********************** MPEG surround decoder library *************************
117 * \brief MPEG Surround input data interface mode.
128 * \brief MPEG Surround output mode.
140 * \brief MPEG Surround binaural HRTF model.
152 * \brief MPEG Surround decoder instance available.
156 0, /*!< MPEG Surround decoder instance not full available. */
157 SAC_INSTANCE_FULL_AVAILABLE /*!< MPEG Surround decoder instance full
162 * \brief MPEG Surround decoder dynamic parameters.
168 SACDEC_OUTPUT_MODE = 0x0001, /*!< Set MPEG Surround decoder output mode. See
171 0x0002, /*!< Multi channel output without MPEG Surround side info. */
173 0x0003, /*!< Set partially complex flag for MPEG Surround.
177 0x0004, /*!< Select signal input interface for MPEG Surround.
180 SACDEC_BS_DELAY = 0x0005, /*!< Select bit stream delay for MPEG Surround.
184 0x0102, /*!< Set binaural quality for MPEG Surround binaural mode.
217 0x0200, /*!< If the given value is unequal to 0 hint the MPEG Surround
221 surround decoder not to parse any new bitstream data until a
224 when the MPEG Surround data is split accross several frames
226 framelength and 2048 surround frame length) and a discontinuity
228 Surround data is in sync (out of band config for example). */
231 states, ...) of the MPEG Surround decoder.
258 * \brief MPEG Surround decoder handle.
263 * \brief Check if the full MPEG Surround decoder instance is allocated.
265 * Check if the full MPEG Surround decoder instance is allocated.
276 * \brief Open one instance of the MPEG Surround decoder.
297 * \brief Init one instance of the MPEG Surround decoder.
299 * Init one instance of the MPEG Surround decoder
329 * \brief Parse MPEG Surround data without header
345 * \brief Parse MPEG Surround data with header. Header is ancType, ancStart,
369 * \brief Apply MPEG Surround upmix.
371 surround frame if it applies.
372 * Downmix framing can be different from surround framing, so depending on the
374 * Surround decoder, it could be that only every second call, for example, of
375 * this function actually surround data was decoded. The returned value of
376 * frameSize will be zero, if no surround data was decoded.
378 * Decoding one MPEG Surround frame. Depending on interface configuration
389 * Otherwise, the MPEG Surround processing is applied to the timesignal
391 * Surround signal is written into pTimeData.
417 * \brief Deallocate a MPEG Surround decoder instance.
424 * \brief Free config dependent MPEG Surround memory.
432 * \brief Set one single MPEG Surround decoder parameter.
446 * \brief Retrieve MPEG Surround decoder library info and fill info list with all depending library infos.
453 * \brief Set one single MPEG Surround decoder parameter.