HomeSort by relevance Sort by last modified time
    Searched refs:G726Params (Results 1 - 6 of 6) sorted by null

  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Encoder.c 246 pComponentPrivate->G726Params[G726ENC_OUTPUT_PORT] = G726_op;
251 pComponentPrivate->G726Params[G726ENC_INPUT_PORT] = G726_ip;
710 pComponentPrivate->G726Params[G726ENC_OUTPUT_PORT]->nPortIndex) {
711 memcpy(ComponentParameterStructure, pComponentPrivate->G726Params[G726ENC_OUTPUT_PORT], sizeof(OMX_AUDIO_PARAM_PCMMODETYPE));
    [all...]
OMX_G726Enc_Utils.c 283 arr[7] = pComponentPrivate->G726Params[G726ENC_OUTPUT_PORT]->eG726Mode-1; /* 0 - 16kbps Codec Selection */
488 OMX_NBMEMFREE_STRUCT(pComponentPrivate->G726Params[G726ENC_INPUT_PORT]);
489 OMX_NBMEMFREE_STRUCT(pComponentPrivate->G726Params[G726ENC_OUTPUT_PORT]);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Decoder.c 269 pComponentPrivate->G726Params = NULL;
275 pComponentPrivate->G726Params = G726_ip;
751 pComponentPrivate->G726Params->nPortIndex) {
752 memcpy(ComponentParameterStructure, pComponentPrivate->G726Params,
    [all...]
OMX_G726Dec_Utils.c 256 if (pComponentPrivate->G726Params->eG726Mode == OMX_AUDIO_G726Mode16){
260 else if (pComponentPrivate->G726Params->eG726Mode == OMX_AUDIO_G726Mode24){
264 else if (pComponentPrivate->G726Params->eG726Mode == OMX_AUDIO_G726Mode32){
268 else if (pComponentPrivate->G726Params->eG726Mode == OMX_AUDIO_G726Mode40){
498 G726D_OMX_FREE(pComponentPrivate->G726Params);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/
OMX_G726Dec_Utils.h 423 OMX_AUDIO_PARAM_G726TYPE* G726Params;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/inc/
OMX_G726Enc_Utils.h 509 OMX_AUDIO_PARAM_G726TYPE* G726Params[G726ENC_NUM_OF_PORTS];
    [all...]

Completed in 61 milliseconds