Codec Engine Application Programming Interface (API)  ce-w08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ISPHDEC1_Params Struct Reference

Defines the creation time parameters for all ISPHDEC1 instance objects. More...

#include <isphdec1.h>

Collaboration diagram for ISPHDEC1_Params:
Collaboration graph

Data Fields

XDAS_Int16 size
XDAS_Int16 compandingLaw
XDAS_Int16 packingType
XDAS_Int16 codecSelection
XDAS_Int16 bitRate
XDAS_Int16 reserved
XDAS_Int8 ** tablesPtr

Detailed Description

Defines the creation time parameters for all ISPHDEC1 instance objects.

@remarks    Some of the fields in this structure are optional and depend
            on the class of speech decoder you're creating.

@remarks This structure may be extended by individual codec implementations allowing customization with vendor specific parameters.  The presence of vendor specific extensions will be detected by the value of the @c size parameter.
Remarks:
The size field must be correctly set by the caller. See https://processors.wiki.ti.com/index.php/Extending_data_structures_in_XDM for more details.

Field Documentation

XDAS_Int16 ISPHDEC1_Params::size

Size of this structure in bytes. Because this structure can be extended, this field must be correctly set by the caller.

XDAS_Int16 ISPHDEC1_Params::compandingLaw

Optional, codec-specific companding law. See your codec-specific interface documentation options.

See also:
ISPEECH1_PCM_CompandingLaw
ISPEECH1_G726_CompandingLaw
XDAS_Int16 ISPHDEC1_Params::packingType

Optional, codec-specific packing type. See your codec-specific interface documentation options.

See also:
ISPEECH1_AMR_PackingType
ISPEECH1_G726_PackingType
ISPEECH1_WBAMR_PackingType
XDAS_Int16 ISPHDEC1_Params::codecSelection

Optional, codec-specific selection. See your codec-specific interface documentation options.

See also:
ISPEECH1_AMR_CodecSelect
ISPHDEC1_Status.codecSelection
XDAS_Int16 ISPHDEC1_Params::bitRate

Optional, codec-specific bit rate. See your codec-specific interface documentation options.

See also:
ISPEECH1_AMR_BitRate
ISPEECH1_G723_BitRate
ISPEECH1_G726_BitRate
ISPEECH1_WBAMR_BitRate
XDAS_Int16 ISPHDEC1_Params::reserved

Reserved - serves to pad this structure.

XDAS_Int8** ISPHDEC1_Params::tablesPtr

Optional pointer to the codec's initialization tables.


The documentation for this struct was generated from the following file:
Copyright 2013, Texas Instruments Incorporated