Searched refs:pBits (Results 1 - 7 of 7) sorted by relevance

/external/aac/libMpegTPEnc/include/
H A Dtpenc_lib.h240 * \param pBits Pointer to an int, where the current amount of frame bits is passed
247 TRANSPORTENC_ERROR transportEnc_EndAccessUnit( HANDLE_TRANSPORTENC hTp, int *pBits);
/external/aac/libMpegTPEnc/src/
H A Dtpenc_latm.h220 * \param pBits pointer to an int, where the current frame bit count is contained,
226 int *pBits);
H A Dtpenc_adts.cpp257 int *pBits)
307 /* Correct *pBits to reflect the amount of bits of the current subframe */
308 *pBits -= hAdts->subFrameStartBit;
311 *pBits += 16;
255 adtsWrite_EndRawDataBlock(HANDLE_ADTS hAdts, HANDLE_FDK_BITSTREAM hBs, int *pBits) argument
/external/icu4c/tools/toolutil/
H A Dpkg_genc.c625 getArchitecture(uint16_t *pCPU, uint16_t *pBits, UBool *pIsBigEndian, const char *optMatchArch) { argument
655 *pBits=32;
666 *pBits= *pCPU==IMAGE_FILE_MACHINE_I386 ? 32 : 64;
697 *pBits= buffer.header32.e_ident[EI_CLASS]==ELFCLASS32 ? 32 : 64; /* only 32 or 64: see check above */
699 if(*pBits!=32 && *pBits!=64) {
704 if(*pBits!=32) {
728 * *pBits is ignored in the calling code, so this need not be precise.
730 *pBits= *pCPU==IMAGE_FILE_MACHINE_I386 ? 32 : 64;
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DTexture.cpp799 loadImageData(0, 0, width, height, format, type, unpackAlignment, pixels, locked.Pitch, locked.pBits, &description);
822 memcpy(locked.pBits, pixels, imageSize);
857 loadImageData(xoffset, yoffset, width, height, format, type, unpackAlignment, pixels, locked.Pitch, locked.pBits, &description);
905 memcpy((void*)((BYTE*)locked.pBits + i * locked.Pitch), (void*)((BYTE*)pixels + i * inputPitch), inputPitch);
978 if (destLock.pBits && sourceLock.pBits)
980 unsigned char *source = (unsigned char*)sourceLock.pBits;
981 unsigned char *dest = (unsigned char*)destLock.pBits;
H A DContext.cpp2144 unsigned char *source = (unsigned char*)lock.pBits;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 139 milliseconds