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

  /external/python/cpython3/PC/
_testconsole.c 71 HANDLE hInput = ((winconsoleio*)file)->handle;
75 if (!WriteConsoleInputW(hInput, &rec[total], (size - total), &wrote)) {
  /external/aac/libMpegTPDec/src/
tpdec_lib.cpp 193 HANDLE_TRANSPORTDEC hInput;
195 hInput = GetRam_TransportDecoder(0);
196 if (hInput == NULL) {
201 hInput->transportFmt = transportFmt;
209 hInput->parser.adts.decoderCanDoMpeg4 = 1;
211 hInput->parser.adts.decoderCanDoMpeg4 = 0;
212 adtsRead_CrcInit(&hInput->parser.adts);
213 hInput->parser.adts.BufferFullnesStartFlag = 1;
214 hInput->numberOfRawDataBlocks = 0;
218 drmRead_CrcInit(&hInput->parser.drm)
    [all...]
  /external/pdfium/third_party/lcms/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,
  /external/aac/libAACdec/src/
aacdecoder_lib.cpp 167 HANDLE_FDK_BITSTREAM hBs = transportDec_GetBitstream(self->hInput, 0);
201 errTp = transportDec_OutOfBandConfig(self->hInput, conf[layer],
680 hTpDec = self->hInput;
    [all...]
aacdecoder.h 194 HANDLE_TRANSPORTDEC hInput; /*!< Transport layer handle. */
423 The bitstream position of transportDec_GetBitstream(self->hInput) must
aacdecoder.cpp 447 int crcReg = transportDec_CrcStartReg(self->hInput, 0);
468 transportDec_CrcEndReg(self->hInput, crcReg);
674 hBs = transportDec_GetBitstream(self->hInput, 0);
728 terr = transportDec_InBandConfig(self->hInput, config, configLength,
    [all...]

Completed in 186 milliseconds