Searched refs:hInput (Results 1 – 6 of 6) sorted by relevance
/external/aac/libMpegTPDec/src/ |
D | tpdec_lib.cpp | 160 HANDLE_TRANSPORTDEC hInput; in C_ALLOC_MEM() local 162 hInput = GetRam_TransportDecoder(0); in C_ALLOC_MEM() 163 if ( hInput == NULL ) { in C_ALLOC_MEM() 168 hInput->transportFmt = transportFmt; in C_ALLOC_MEM() 177 hInput->parser.adts.decoderCanDoMpeg4 = 1; in C_ALLOC_MEM() 179 hInput->parser.adts.decoderCanDoMpeg4 = 0; in C_ALLOC_MEM() 180 adtsRead_CrcInit(&hInput->parser.adts); in C_ALLOC_MEM() 181 hInput->parser.adts.BufferFullnesStartFlag = 1; in C_ALLOC_MEM() 182 hInput->numberOfRawDataBlocks = 0; in C_ALLOC_MEM() 193 FreeRam_TransportDecoder(&hInput); in C_ALLOC_MEM() [all …]
|
/external/aac/libAACdec/src/ |
D | aacdecoder_lib.cpp | 133 HANDLE_FDK_BITSTREAM hBs = transportDec_GetBitstream(self->hInput, 0); in aacDecoder_GetFreeBytes() 165 errTp = transportDec_OutOfBandConfig(self->hInput, conf[layer], length[layer], layer); in aacDecoder_ConfigRaw() 610 transportDec_SetParam(self->hInput, TPDEC_PARAM_RESET, 1); in aacDecoder_SetParam() 654 aacDec->hInput = pIn; in aacDecoder_Open() 669 …transportDec_RegisterSbrCallback(aacDec->hInput, (cbSbr_t)sbrDecoder_Header, (void*)aacDec->hSbrDe… in aacDecoder_Open() 718 …tpErr = transportDec_FillData( self->hInput, pBuffer[layer], bufferSize[layer], &pBytesValid[layer… in aacDecoder_Fill() 776 transportDec_GetMissingAccessUnitCount( &n, self->hInput); in aacDecoder_EstimateNumberOfLostFrames() 804 hBs = transportDec_GetBitstream(self->hInput, 0); in aacDecoder_DecodeFrame() 814 err = transportDec_ReadAccessUnit(self->hInput, layer); in aacDecoder_DecodeFrame() 856 transportDec_SetParam(self->hInput, TPDEC_PARAM_RESET, 1); in aacDecoder_DecodeFrame() [all …]
|
D | aacdecoder.cpp | 355 pTp = self->hInput; in CDataStreamElement_Read() 885 if (transportDec_GetFormat(self->hInput) == TT_MP4_ADTS) { in CAacDecoder_Init() 1123 HANDLE_FDK_BITSTREAM bs = transportDec_GetBitstream(self->hInput, 0); in CAacDecoder_DecodeFrame() 1134 …if ( (transportDec_GetAuBitsRemaining(self->hInput, 0) < 15) && (flags & (AACDEC_CONCEAL|AACDEC_FL… in CAacDecoder_DecodeFrame() 1265 self->hInput in CAacDecoder_DecodeFrame() 1370 self->hInput in CAacDecoder_DecodeFrame() 1435 self->hInput, in CAacDecoder_DecodeFrame() 1491 bitCnt = transportDec_GetAuBitsRemaining(self->hInput, 0); in CAacDecoder_DecodeFrame() 1567 if ( transportDec_GetAuBitsTotal(self->hInput, 0) > 0 ) { in CAacDecoder_DecodeFrame() 1568 INT unreadBits = transportDec_GetAuBitsRemaining(self->hInput, 0); in CAacDecoder_DecodeFrame() [all …]
|
D | aacdecoder.h | 172 HANDLE_TRANSPORTDEC hInput; /*!< Transport layer handle. */ member
|
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ |
D | cmsgmt.c | 200 cmsHTRANSFORM hInput; // From whatever input color space. 16 bits to DBL member 226 cmsDoTransform(t -> hInput, In, &LabIn1, 1); in GamutSampler() 355 Chain.hInput = cmsCreateExtendedTransform(ContextID, in _cmsCreateGamutCheckPipeline() 382 if (Chain.hInput && Chain.hForward && Chain.hReverse) { in _cmsCreateGamutCheckPipeline() 404 if (Chain.hInput) cmsDeleteTransform(Chain.hInput); in _cmsCreateGamutCheckPipeline()
|
D | cmssamp.c | 64 cmsBool BlackPointAsDarkerColorant(cmsHPROFILE hInput, in BlackPointAsDarkerColorant() argument 77 cmsContext ContextID = cmsGetProfileContextID(hInput); in BlackPointAsDarkerColorant() 80 if (!cmsIsIntentSupported(hInput, Intent, LCMS_USED_AS_INPUT)) { in BlackPointAsDarkerColorant() 87 dwFormat = cmsFormatterForColorspaceOfProfile(hInput, 2, FALSE); in BlackPointAsDarkerColorant() 90 Space = cmsGetColorSpace(hInput); in BlackPointAsDarkerColorant() 112 xform = cmsCreateTransformTHR(ContextID, hInput, dwFormat, in BlackPointAsDarkerColorant()
|