Searched refs:amrParams (Results 1 – 9 of 9) sorted by relevance
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/ |
D | OMX_WbAmrEncoder.c | 273 pComponentPrivate->amrParams = amr_op; in OMX_ComponentInit() 897 if (pComponentPrivate->amrParams == NULL) { in GetParameter() 902 pComponentPrivate->amrParams, in GetParameter() 1110 if (((WBAMRENC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate)->amrParams == NULL) { in SetParameter() 1115 pHandle->pComponentPrivate)->amrParams, in SetParameter() 1122 pComponentPrivate->amrParams->eAMRBandMode = SN_AUDIO_BR660; in SetParameter() 1125 pComponentPrivate->amrParams->eAMRBandMode = SN_AUDIO_BR885; in SetParameter() 1128 pComponentPrivate->amrParams->eAMRBandMode = SN_AUDIO_BR1265; in SetParameter() 1131 pComponentPrivate->amrParams->eAMRBandMode = SN_AUDIO_BR1425; in SetParameter() 1134 pComponentPrivate->amrParams->eAMRBandMode = SN_AUDIO_BR1585; in SetParameter() [all …]
|
D | OMX_WbAmrEnc_Utils.c | 465 OMX_MEMFREE_STRUCT(pComponentPrivate->amrParams); in WBAMRENC_FreeCompResources() 1053 … pComponentPrivate->pAlgParam->iBitrate = pComponentPrivate->amrParams->eAMRBandMode; in WBAMRENC_HandleCommand() 1054 … pComponentPrivate->pAlgParamDTX->iVADFlag = pComponentPrivate->amrParams->eAMRDTXMode; in WBAMRENC_HandleCommand()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/ |
D | OMX_AmrEncoder.c | 290 pComponentPrivate->amrParams = amr_op; in OMX_ComponentInit() 954 if (pComponentPrivate->amrParams == NULL) { in GetParameter() 958 …memcpy(ComponentParameterStructure, pComponentPrivate->amrParams, sizeof(OMX_AUDIO_PARAM_AMRTYPE)); in GetParameter() 1129 … if (((AMRENC_COMPONENT_PRIVATE *) pHandle->pComponentPrivate)->amrParams == NULL) { in SetParameter() 1135 … pHandle->pComponentPrivate)->amrParams, pCompAmrParam, sizeof(OMX_AUDIO_PARAM_AMRTYPE)); in SetParameter() 1140 pComponentPrivate->amrParams->eAMRBandMode = SN_AUDIO_BR122; in SetParameter() 1144 pComponentPrivate->amrParams->eAMRBandMode = SN_AUDIO_BR102; in SetParameter() 1148 pComponentPrivate->amrParams->eAMRBandMode = SN_AUDIO_BR795; in SetParameter() 1152 pComponentPrivate->amrParams->eAMRBandMode = SN_AUDIO_BR74; in SetParameter() 1156 pComponentPrivate->amrParams->eAMRBandMode = SN_AUDIO_BR67; in SetParameter() [all …]
|
D | OMX_AmrEnc_Utils.c | 455 OMX_MEMFREE_STRUCT(pComponentPrivate->amrParams); in NBAMRENC_FreeCompResources() 966 pComponentPrivate->pAlgParam->iBitrate = pComponentPrivate->amrParams->eAMRBandMode; in NBAMRENC_HandleCommand() 969 if (pComponentPrivate->amrParams->eAMRDTXMode == OMX_AUDIO_AMRDTXModeOnAuto) { in NBAMRENC_HandleCommand()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/ |
D | OMX_AmrDecoder.c | 249 pHandle->pComponentPrivate)->amrParams[NBAMRDEC_INPUT_PORT] = amr_ip; in OMX_ComponentInit() 251 … pHandle->pComponentPrivate)->amrParams[NBAMRDEC_OUTPUT_PORT] = (OMX_AUDIO_PARAM_AMRTYPE*)amr_op; in OMX_ComponentInit() 887 … memcpy(ComponentParameterStructure,pComponentPrivate->amrParams[NBAMRDEC_INPUT_PORT], in GetParameter() 893 … memcpy(ComponentParameterStructure, pComponentPrivate->amrParams[NBAMRDEC_OUTPUT_PORT], in GetParameter() 903 …memcpy(ComponentParameterStructure, pComponentPrivate->amrParams[NBAMRDEC_OUTPUT_PORT], sizeof(OMX… in GetParameter() 1056 pHandle->pComponentPrivate)->amrParams[NBAMRDEC_INPUT_PORT], in SetParameter() 1062 pHandle->pComponentPrivate)->amrParams[NBAMRDEC_OUTPUT_PORT], in SetParameter() 1123 …memcpy(pComponentPrivate->amrParams[NBAMRDEC_OUTPUT_PORT], amr_op, sizeof(OMX_AUDIO_PARAM_PCMMODET… in SetParameter()
|
D | OMX_AmrDec_Utils.c | 228 pComponentPrivate->iAmrChannels = pComponentPrivate->amrParams[NBAMRDEC_OUTPUT_PORT]->nChannels; in NBAMRDECFill_LCMLInitParams() 231 pComponentPrivate->amrParams[NBAMRDEC_INPUT_PORT]->eAMRDTXMode; in NBAMRDECFill_LCMLInitParams() 539 OMX_MEMFREE_STRUCT(pComponentPrivate->amrParams[NBAMRDEC_INPUT_PORT]); in NBAMRDEC_FreeCompResources() 540 OMX_MEMFREE_STRUCT(pComponentPrivate->amrParams[NBAMRDEC_OUTPUT_PORT]); in NBAMRDEC_FreeCompResources() 2700 …r->nFilledLen / (1 * (((OMX_AUDIO_PARAM_PCMMODETYPE*)pComponentPrivate->amrParams[NBAMRDEC_OUTPUT_… in NBAMRDECLCML_Callback() 2701 …e_stmp = (time_stmp / ((OMX_AUDIO_PARAM_PCMMODETYPE*)pComponentPrivate->amrParams[NBAMRDEC_OUTPUT_… in NBAMRDECLCML_Callback()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/ |
D | OMX_AmrDecoder.h | 587 …OMX_AUDIO_PARAM_AMRTYPE* amrParams[NUM_OF_PORTS]; /*amrParams[Output] = OMX_AUDIO_PARAM_PCMMODETYP… member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/inc/ |
D | OMX_WbAmrEnc_Utils.h | 568 OMX_AUDIO_PARAM_AMRTYPE* amrParams; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/ |
D | OMX_AmrEnc_Utils.h | 725 OMX_AUDIO_PARAM_AMRTYPE* amrParams; member
|