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

  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEncoder.c 244 pComponentPrivate->pCompPort[WBAMRENC_INPUT_PORT] = pCompPort;
299 pComponentPrivate->pPortDef[WBAMRENC_INPUT_PORT] = pPortDef_ip;
301 pPortDef_ip->nPortIndex = WBAMRENC_INPUT_PORT;
334 OMX_MALLOC_GENERIC(pComponentPrivate->pCompPort[WBAMRENC_INPUT_PORT]->pPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE);
335 OMX_WBCONF_INIT_STRUCT(pComponentPrivate->pCompPort[WBAMRENC_INPUT_PORT]->pPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE);
340 pPortFormat = pComponentPrivate->pCompPort[WBAMRENC_INPUT_PORT]->pPortFormat;
342 pPortFormat->nPortIndex = WBAMRENC_INPUT_PORT;
346 amr_ip->nPortIndex = WBAMRENC_INPUT_PORT;
    [all...]
OMX_WbAmrEnc_Utils.c 122 nIpBufSize = pComponentPrivate->pPortDef[WBAMRENC_INPUT_PORT]->nBufferSize;
201 arr[1] = WBAMRENC_INPUT_PORT;
251 pComponentPrivate->pLcmlBufHeader[WBAMRENC_INPUT_PORT] = pTemp_lcml;
462 OMX_MEMFREE_STRUCT(pComponentPrivate->pPortDef[WBAMRENC_INPUT_PORT]);
467 OMX_MEMFREE_STRUCT(pComponentPrivate->pCompPort[WBAMRENC_INPUT_PORT]->pPortFormat);
469 OMX_MEMFREE_STRUCT(pComponentPrivate->pCompPort[WBAMRENC_INPUT_PORT]);
542 pTemp_lcml = pComponentPrivate->pLcmlBufHeader[WBAMRENC_INPUT_PORT];
596 OMX_MEMFREE_STRUCT(pComponentPrivate->pLcmlBufHeader[WBAMRENC_INPUT_PORT]);
732 pComponentPrivate->pPortDef[WBAMRENC_INPUT_PORT]->bEnabled = FALSE;
733 pComponentPrivate->pPortDef[WBAMRENC_INPUT_PORT]->bPopulated = FALSE
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/inc/
OMX_WbAmrEnc_Utils.h 348 * @param WBAMRENC_INPUT_PORT Input port
355 WBAMRENC_INPUT_PORT = 0,
    [all...]

Completed in 493 milliseconds