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

  /external/aac/libAACdec/src/
aacdecoder_lib.cpp 133 HANDLE_FDK_BITSTREAM hBs = transportDec_GetBitstream(self->hInput, 0);
165 errTp = transportDec_OutOfBandConfig(self->hInput, conf[layer], length[layer], layer);
530 transportDec_SetParam(self->hInput, TPDEC_PARAM_RESET, 1);
574 aacDec->hInput = pIn;
589 transportDec_RegisterSbrCallback(aacDec->hInput, (cbSbr_t)sbrDecoder_Header, (void*)aacDec->hSbrDecoder);
630 tpErr = transportDec_FillData( self->hInput, pBuffer[layer], bufferSize[layer], &pBytesValid[layer], layer );
688 transportDec_GetMissingAccessUnitCount( &n, self->hInput);
716 hBs = transportDec_GetBitstream(self->hInput, 0);
726 err = transportDec_ReadAccessUnit(self->hInput, layer);
767 transportDec_SetParam(self->hInput, TPDEC_PARAM_RESET, 1)
    [all...]
aacdecoder.h 171 HANDLE_TRANSPORTDEC hInput; /*!< Transport layer handle. */
291 The bitstream position of transportDec_GetBitstream(self->hInput) must
aacdecoder.cpp 832 if (transportDec_GetFormat(self->hInput) == TT_MP4_ADTS) {
928 /* self->hInput->asc.m_epConfig = asc->m_epConfig; */
    [all...]
  /external/aac/libMpegTPDec/src/
tpdec_lib.cpp 160 HANDLE_TRANSPORTDEC hInput;
162 hInput = GetRam_TransportDecoder(0);
163 if ( hInput == NULL ) {
168 hInput->transportFmt = transportFmt;
177 hInput->parser.adts.decoderCanDoMpeg4 = 1;
179 hInput->parser.adts.decoderCanDoMpeg4 = 0;
180 adtsRead_CrcInit(&hInput->parser.adts);
181 hInput->parser.adts.BufferFullnesStartFlag = 1;
182 hInput->numberOfRawDataBlocks = 0;
193 FreeRam_TransportDecoder(&hInput);
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/src/
OMX_Core_Wrapper.c 153 OMX_IN OMX_HANDLETYPE hInput, OMX_IN OMX_U32 nPortInput)
158 return OMX_SetupTunnel(hOutput, nPortOutput, hInput, nPortInput);
OMX_Core.c 466 * @param[in] hInput Component to setup the tunnel with.
476 hOutput, OMX_IN OMX_U32 nPortOutput, OMX_IN OMX_HANDLETYPE hInput,
483 if (hOutput == NULL && hInput == NULL)
495 hInput, nPortInput, &oTunnelSetup);
499 if (eError == OMX_ErrorNone && hInput)
501 pCompIn = (OMX_COMPONENTTYPE *) hInput;
503 pCompIn->ComponentTunnelRequest(hInput, nPortInput,
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_core/
SEC_OMX_Core.h 58 OMX_IN OMX_HANDLETYPE hInput,
SEC_OMX_Core.c 259 OMX_IN OMX_HANDLETYPE hInput,
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Core_Wrapper.h 71 OMX_IN OMX_HANDLETYPE hInput,
OMX_Core.h     [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
OMX_Core.c 438 * @param[in] hInput Component to setup the tunnel with.
450 OMX_IN OMX_HANDLETYPE hInput,
457 if (hOutput == NULL && hInput == NULL)
467 eError = pCompOut->ComponentTunnelRequest(hOutput, nPortOutput, hInput, nPortInput, &oTunnelSetup);
471 if (eError == OMX_ErrorNone && hInput)
473 pCompIn = (OMX_COMPONENTTYPE*)hInput;
474 eError = pCompIn->ComponentTunnelRequest(hInput, nPortInput, hOutput, nPortOutput, &oTunnelSetup);
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/
OMX_Core.h     [all...]
  /frameworks/native/include/media/openmax/
OMX_Core.h     [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Core.h     [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Core.h     [all...]

Completed in 2363 milliseconds