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

  /external/aac/libMpegTPDec/src/
tpdec_lib.cpp 162 HANDLE_TRANSPORTDEC hInput;
164 hInput = GetRam_TransportDecoder(0);
165 if ( hInput == NULL ) {
170 hInput->transportFmt = transportFmt;
179 hInput->parser.adts.decoderCanDoMpeg4 = 1;
181 hInput->parser.adts.decoderCanDoMpeg4 = 0;
182 adtsRead_CrcInit(&hInput->parser.adts);
183 hInput->parser.adts.BufferFullnesStartFlag = 1;
184 hInput->numberOfRawDataBlocks = 0;
188 drmRead_CrcInit(&hInput->parser.drm)
    [all...]
  /external/aac/libAACdec/src/
aacdecoder_lib.cpp 138 HANDLE_FDK_BITSTREAM hBs = transportDec_GetBitstream(self->hInput, 0);
170 errTp = transportDec_OutOfBandConfig(self->hInput, conf[layer], length[layer], layer);
616 transportDec_SetParam(self->hInput, TPDEC_PARAM_RESET, 1);
660 aacDec->hInput = pIn;
675 transportDec_RegisterSbrCallback(aacDec->hInput, (cbSbr_t)sbrDecoder_Header, (void*)aacDec->hSbrDecoder);
724 tpErr = transportDec_FillData( self->hInput, pBuffer[layer], bufferSize[layer], &pBytesValid[layer], layer );
782 transportDec_GetMissingAccessUnitCount( &n, self->hInput);
815 hBs = transportDec_GetBitstream(self->hInput, 0);
825 err = transportDec_ReadAccessUnit(self->hInput, layer);
867 transportDec_SetParam(self->hInput, TPDEC_PARAM_RESET, 1)
    [all...]
aacdecoder.h 172 HANDLE_TRANSPORTDEC hInput; /*!< Transport layer handle. */
304 The bitstream position of transportDec_GetBitstream(self->hInput) must
aacdecoder.cpp 341 pTp = self->hInput;
878 if (transportDec_GetFormat(self->hInput) == TT_MP4_ADTS) {
999 /* self->hInput->asc.m_epConfig = asc->m_epConfig; */
    [all...]
  /hardware/ti/omap4-aah/domx/omx_core/src/
OMX_Core_Wrapper.c 149 OMX_IN OMX_HANDLETYPE hInput, OMX_IN OMX_U32 nPortInput)
154 return OMX_SetupTunnel(hOutput, nPortOutput, hInput, nPortInput);
OMX_Core.c 479 * @param[in] hInput Component to setup the tunnel with.
489 hOutput, OMX_IN OMX_U32 nPortOutput, OMX_IN OMX_HANDLETYPE hInput,
496 if (hOutput == NULL && hInput == NULL)
508 hInput, nPortInput, &oTunnelSetup);
512 if (eError == OMX_ErrorNone && hInput)
514 pCompIn = (OMX_COMPONENTTYPE *) hInput;
516 pCompIn->ComponentTunnelRequest(hInput, nPortInput,
  /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,
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_Core_Wrapper.h 71 OMX_IN OMX_HANDLETYPE hInput,
OMX_Core.h     [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Core_Wrapper.h 71 OMX_IN OMX_HANDLETYPE hInput,
OMX_Core.h     [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmsgmt.c 200 cmsHTRANSFORM hInput; // From whatever input color space. 16 bits to DBL
226 cmsDoTransform(t -> hInput, In, &LabIn1, 1);
355 Chain.hInput = cmsCreateExtendedTransform(ContextID,
382 if (Chain.hInput && Chain.hForward && Chain.hReverse) {
404 if (Chain.hInput) cmsDeleteTransform(Chain.hInput);
cmssamp.c 64 cmsBool BlackPointAsDarkerColorant(cmsHPROFILE hInput,
77 cmsContext ContextID = cmsGetProfileContextID(hInput);
80 if (!cmsIsIntentSupported(hInput, Intent, LCMS_USED_AS_INPUT)) {
87 dwFormat = cmsFormatterForColorspaceOfProfile(hInput, 2, FALSE);
90 Space = cmsGetColorSpace(hInput);
112 xform = cmsCreateTransformTHR(ContextID, hInput, dwFormat,
  /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);
  /frameworks/native/include/media/openmax/
OMX_Core.h     [all...]
  /hardware/intel/common/utils/ISV/omx/
isv_omxcore.cpp 284 OMX_IN OMX_HANDLETYPE __maybe_unused hInput,
  /hardware/qcom/media/msm8974/mm-core/inc/
OMX_Core.h     [all...]
  /hardware/qcom/media/msm8974/mm-core/omxcore/inc/
OMX_Core.h     [all...]
  /hardware/qcom/media/msm8996/mm-core/inc/
OMX_Core.h     [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Core.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sqlext.h     [all...]

Completed in 1692 milliseconds