HomeSort by relevance Sort by last modified time
    Searched defs:tmpBuf (Results 1 - 18 of 18) sorted by null

  /frameworks/av/cmds/screenrecord/
Overlay.cpp 271 char tmpBuf[5];
272 snprintf(tmpBuf, sizeof(tmpBuf), ".%03d", msec);
273 strlcat(buf, tmpBuf, bufLen);
  /prebuilts/go/darwin-x86/src/runtime/
string.go 15 type tmpBuf [tmpStringBufSize]byte
22 func concatstrings(buf *tmpBuf, a []string) string {
57 func concatstring2(buf *tmpBuf, a [2]string) string {
61 func concatstring3(buf *tmpBuf, a [3]string) string {
65 func concatstring4(buf *tmpBuf, a [4]string) string {
69 func concatstring5(buf *tmpBuf, a [5]string) string {
75 func slicebytetostring(buf *tmpBuf, b []byte) string {
102 func rawstringtmp(buf *tmpBuf, l int) (s string, b []byte) {
132 func stringtoslicebyte(buf *tmpBuf, s string) []byte {
181 func slicerunetostring(buf *tmpBuf, a []rune) string
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
string.go 15 type tmpBuf [tmpStringBufSize]byte
22 func concatstrings(buf *tmpBuf, a []string) string {
57 func concatstring2(buf *tmpBuf, a [2]string) string {
61 func concatstring3(buf *tmpBuf, a [3]string) string {
65 func concatstring4(buf *tmpBuf, a [4]string) string {
69 func concatstring5(buf *tmpBuf, a [5]string) string {
75 func slicebytetostring(buf *tmpBuf, b []byte) string {
102 func rawstringtmp(buf *tmpBuf, l int) (s string, b []byte) {
132 func stringtoslicebyte(buf *tmpBuf, s string) []byte {
181 func slicerunetostring(buf *tmpBuf, a []rune) string
    [all...]
  /external/aac/libMpegTPEnc/src/
tpenc_latm.cpp 788 FDK_BITSTREAM tmpBuf;
790 FDKinitBitStream( &tmpBuf, hBs->hBitBuf.Buffer, hBs->hBitBuf.bufSize, 0, BS_WRITER ) ;
791 FDKpushFor( &tmpBuf, hAss->audioMuxLengthBytesPos );
792 FDKwriteBits( &tmpBuf, hAss->audioMuxLengthBytes, 13 );
793 FDKsyncCache( &tmpBuf );
  /external/deqp/framework/delibs/decpp/
deBlockBuffer.cpp 72 Message tmpBuf [64];
77 int numToRead = rnd.getInt(1, DE_LENGTH_OF_ARRAY(tmpBuf));
78 int numRead = m_buffer.tryRead(numToRead, &tmpBuf[0]);
82 const Message& msg = tmpBuf[ndx];
91 m_buffer.write(numRead-ndx-1, &tmpBuf[ndx+1]);
139 Message tmpBuf[64];
143 int writeSize = rnd.getInt(1, de::min(m_numMessages-msgNdx, DE_LENGTH_OF_ARRAY(tmpBuf)));
145 tmpBuf[ndx] = Message(m_threadId, (deUint16)msgNdx++);
147 m_buffer.write(writeSize, &tmpBuf[0]);
  /build/tools/zipalign/
ZipFile.cpp 788 uint8_t tmpBuf[32768];
794 count = fread(tmpBuf, 1, sizeof(tmpBuf), srcFp);
800 *pCRC32 = crc32(*pCRC32, tmpBuf, count);
802 if (fwrite(tmpBuf, 1, count, dstFp) != count) {
844 uint8_t tmpBuf[32768];
853 readSize = sizeof(tmpBuf);
857 count = fread(tmpBuf, 1, readSize, srcFp);
864 *pCRC32 = crc32(*pCRC32, tmpBuf, count);
866 if (fwrite(tmpBuf, 1, count, dstFp) != count)
    [all...]
  /frameworks/base/tools/aapt/
ZipFile.cpp 647 unsigned char tmpBuf[32768];
653 count = fread(tmpBuf, 1, sizeof(tmpBuf), srcFp);
659 *pCRC32 = crc32(*pCRC32, tmpBuf, count);
661 if (fwrite(tmpBuf, 1, count, dstFp) != count) {
701 unsigned char tmpBuf[32768];
710 readSize = sizeof(tmpBuf);
714 count = fread(tmpBuf, 1, readSize, srcFp);
721 *pCRC32 = crc32(*pCRC32, tmpBuf, count);
723 if (fwrite(tmpBuf, 1, count, dstFp) != count)
    [all...]
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
DexData.java 37 private byte tmpBuf[] = new byte[4];
448 mDexFile.readFully(tmpBuf, 0, 1);
449 return tmpBuf[0];
456 mDexFile.readFully(tmpBuf, 0, 2);
458 return (short) ((tmpBuf[1] & 0xff) | ((tmpBuf[0] & 0xff) << 8));
460 return (short) ((tmpBuf[0] & 0xff) | ((tmpBuf[1] & 0xff) << 8));
468 mDexFile.readFully(tmpBuf, 0, 4);
471 return (tmpBuf[3] & 0xff) | ((tmpBuf[2] & 0xff) << 8)
    [all...]
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 750 char *tmpBuf = new char[cb->lockedWidth * cb->lockedHeight * bpp];
755 char *dst = tmpBuf;
766 tmpBuf);
768 delete [] tmpBuf;
    [all...]
  /external/deqp/execserver/tools/
xsTest.cpp 697 deUint8 tmpBuf[1024*16];
700 deMemset(&tmpBuf, 'a', sizeof(tmpBuf));
705 XS_CHECK(deFile_write(file, &tmpBuf[0], de::min((int)sizeof(tmpBuf), DATA_SIZE-numWritten), &numWrittenInBatch) == DE_FILERESULT_SUCCESS);
  /art/dexdump/
dexdump.cc     [all...]
  /dalvik/dexdump/
DexDump.cpp     [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-buffer/4.1.0.CR3/
netty-buffer-4.1.0.CR3.jar 
  /external/deqp/modules/glshared/
glsShaderExecUtil.cpp 657 tcu::TextureLevel tmpBuf;
672 tmpBuf.setStorage(readFormat, framebufferW, framebufferH);
677 glu::readPixels(m_renderCtx, 0, 0, tmpBuf.getAccess());
681 deMemcpy(dstPtrBase, tmpBuf.getAccess().getDataPtr(), numValues*outVecSize*sizeof(deUint32));
686 const deUint32* srcPtr = (const deUint32*)tmpBuf.getAccess().getDataPtr() + valNdx*4;
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCamera2HWICallbacks.cpp 584 unsigned char *tmpBuf = new unsigned char[offset.frame_len];
585 if (tmpBuf == NULL) {
586 LOGH("tmpBuf == NULL ");
600 outMakeupData.yBuf = tmpBuf; // Y buffer pointer
601 outMakeupData.uvBuf = tmpBuf + offset.mp[0].len; // VU buffer pointer
607 memcpy((unsigned char*)pFrame->buffer, tmpBuf, offset.frame_len);
610 if (tmpBuf != NULL) {
611 delete[] tmpBuf;
612 tmpBuf = NULL;
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
VideoDecoderPerfTest.java 125 ByteBuffer tmpBuf = ByteBuffer.allocate(w * h * 3 / 2);
128 while ((sampleSize = extractor.readSampleData(tmpBuf, 0 /* offset */)) > 0) {
133 copied.put(tmpBuf);
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.cpp     [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 819 milliseconds