Searched refs:OMX_G711ENC_INIT_STRUCT (Results 1 – 3 of 3) sorted by relevance
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/ |
D | OMX_G711Encoder.c | 224 OMX_G711ENC_INIT_STRUCT(pComponentPrivate->sPortParam, OMX_PORT_PARAM_TYPE); in OMX_ComponentInit() 232 OMX_G711ENC_INIT_STRUCT(pComponentPrivate->sPriorityMgmt, OMX_PRIORITYMGMTTYPE); in OMX_ComponentInit() 239 OMX_G711ENC_INIT_STRUCT(G711_op, OMX_AUDIO_PARAM_PCMMODETYPE); in OMX_ComponentInit() 252 OMX_G711ENC_INIT_STRUCT(G711_ip, OMX_AUDIO_PARAM_PCMMODETYPE); in OMX_ComponentInit() 279 OMX_G711ENC_INIT_STRUCT(pPortDef_ip, OMX_PARAM_PORTDEFINITIONTYPE); in OMX_ComponentInit() 296 OMX_G711ENC_INIT_STRUCT(pPortDef_op, OMX_PARAM_PORTDEFINITIONTYPE); in OMX_ComponentInit() 313 …OMX_G711ENC_INIT_STRUCT(pComponentPrivate->pCompPort[G711ENC_INPUT_PORT]->pPortFormat, OMX_AUDIO_P… in OMX_ComponentInit() 316 OMX_G711ENC_INIT_STRUCT(pInPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE); in OMX_ComponentInit() 324 …OMX_G711ENC_INIT_STRUCT(pComponentPrivate->pCompPort[G711ENC_OUTPUT_PORT]->pPortFormat, OMX_AUDIO_… in OMX_ComponentInit() 327 OMX_G711ENC_INIT_STRUCT(pOutPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE); in OMX_ComponentInit()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/ |
D | OMX_G711Enc_Utils.h | 161 #define OMX_G711ENC_INIT_STRUCT(_s_, _name_) \ macro
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/ |
D | G711EncTest.c | 168 #define OMX_G711ENC_INIT_STRUCT(_s_, _name_) \ macro 563 OMX_G711ENC_INIT_STRUCT(audioinfo, AUDIO_INFO); in main()
|