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

  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Encoder.c 218 pComponentPrivate->pCompPort[G711ENC_INPUT_PORT] = pCompPort;
253 pComponentPrivate->G711Params[G711ENC_INPUT_PORT] = G711_ip;
255 G711_ip->nPortIndex = G711ENC_INPUT_PORT;
280 pComponentPrivate->pPortDef[G711ENC_INPUT_PORT] = pPortDef_ip;
282 pPortDef_ip->nPortIndex = G711ENC_INPUT_PORT;
312 G711ENC_OMX_MALLOC_STRUCT(pComponentPrivate->pCompPort[G711ENC_INPUT_PORT]->pPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE);
313 OMX_G711ENC_INIT_STRUCT(pComponentPrivate->pCompPort[G711ENC_INPUT_PORT]->pPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE);
315 pInPortFormat = pComponentPrivate->pCompPort[G711ENC_INPUT_PORT]->pPortFormat;
318 pInPortFormat->nPortIndex = G711ENC_INPUT_PORT;
704 pComponentPrivate->pPortDef[G711ENC_INPUT_PORT]->nPortIndex)
    [all...]
OMX_G711Enc_Utils.c 118 nIpBufSize = pComponentPrivate->pPortDef[G711ENC_INPUT_PORT]->nBufferSize;
191 arr[1] = G711ENC_INPUT_PORT;
235 pComponentPrivate->pLcmlBufHeader[G711ENC_INPUT_PORT] = pTemp_lcml;
427 OMX_G711ENC_MEMFREE_STRUCT(pComponentPrivate->pPortDef[G711ENC_INPUT_PORT]);
429 OMX_G711ENC_MEMFREE_STRUCT(pComponentPrivate->G711Params[G711ENC_INPUT_PORT]);
432 OMX_G711ENC_MEMFREE_STRUCT(pComponentPrivate->pCompPort[G711ENC_INPUT_PORT]->pPortFormat);
434 OMX_G711ENC_MEMFREE_STRUCT(pComponentPrivate->pCompPort[G711ENC_INPUT_PORT]);
501 pTemp_lcml = pComponentPrivate->pLcmlBufHeader[G711ENC_INPUT_PORT];
527 OMX_G711ENC_MEMFREE_STRUCT(pComponentPrivate->pLcmlBufHeader[G711ENC_INPUT_PORT]);
652 pComponentPrivate->pPortDef[G711ENC_INPUT_PORT]->bEnabled= FALSE
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/
OMX_G711Enc_Utils.h 433 * @param G711ENC_INPUT_PORT Input port
440 G711ENC_INPUT_PORT = 0,
    [all...]

Completed in 406 milliseconds