Searched defs:tempBuffer (Results 1 - 13 of 13) sorted by relevance

/external/dng_sdk/source/
H A Ddng_jpeg_image.cpp100 AutoPtr<dng_memory_block> tempBuffer; local
145 tempBuffer);
H A Ddng_read_image.cpp861 dng_pixel_buffer tempBuffer (buffer);
866 tempBuffer.fArea.t = MapRow (row);
868 tempBuffer.fArea.b = tempBuffer.fArea.t + 1;
870 tempBuffer.fData = (void *) buffer.DirtyPixel (row,
874 fImage.Get (tempBuffer);
885 dng_pixel_buffer tempBuffer (buffer);
890 tempBuffer.fArea.t = MapRow (row);
892 tempBuffer.fArea.b = tempBuffer
906 ReorderSubTileBlocks(dng_host &host, const dng_ifd &ifd, dng_pixel_buffer &buffer, AutoPtr<dng_memory_block> &tempBuffer) argument
[all...]
H A Ddng_image_writer.cpp3009 AutoPtr<dng_memory_block> &tempBuffer)
3105 if (!tempBuffer.Get () || tempBuffer->LogicalSize () < tempBufferSize)
3108 tempBuffer.Reset (host.Allocate (tempBufferSize));
3116 tempBuffer->Buffer_uint8 (),
4176 AutoPtr<dng_memory_block> &tempBuffer)
4279 tempBuffer);
4395 AutoPtr<dng_memory_block> tempBuffer; local
4458 tempBuffer);
4680 AutoPtr<dng_memory_block> tempBuffer; local
3006 EncodePredictor(dng_host &host, const dng_ifd &ifd, dng_pixel_buffer &buffer, AutoPtr<dng_memory_block> &tempBuffer) argument
4167 WriteTile(dng_host &host, const dng_ifd &ifd, dng_stream &stream, const dng_image &image, const dng_rect &tileArea, uint32 fakeChannels, AutoPtr<dng_memory_block> &compressedBuffer, AutoPtr<dng_memory_block> &uncompressedBuffer, AutoPtr<dng_memory_block> &subTileBlockBuffer, AutoPtr<dng_memory_block> &tempBuffer) argument
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dmsfmrgts.cpp101 UnicodeString tempBuffer; local
103 tempBuffer = messageFormatter->format(params, 2, tempBuffer, pos, status);
104 if( tempBuffer != "Message with param:BUG" || failure(status, "messageFormat->format"))
106 logln("Formatted with one extra param : " + tempBuffer);
119 //tempBuffer = messageFormatter->format(NULL, 1, tempBuffer, FieldPosition(FieldPosition::DONT_CARE), status);
120 tempBuffer.remove();
121 tempBuffer = messageFormatter->format(NULL, 0, tempBuffer, po
195 UnicodeString tempBuffer; local
[all...]
/external/lzma/CPP/7zip/Archive/7z/
H A D7zEncode.cpp175 CMyComPtr<ISequentialOutStream> tempBuffer = tempBufferSpec; local
177 tempBuffers.Add(tempBuffer);
/external/mesa3d/src/mesa/main/
H A Dimage.c464 GLuint *tempBuffer; local
467 tempBuffer = malloc(count * MAX_PIXEL_BYTES);
468 if (!tempBuffer)
477 GLushort (*dst2)[4] = (GLushort (*)[4]) (useTemp ? tempBuffer : dst);
488 memcpy(dst, tempBuffer, count * 4 * sizeof(GLushort));
492 GLfloat (*dst4)[4] = (GLfloat (*)[4]) (useTemp ? tempBuffer : dst);
504 memcpy(dst, tempBuffer, count * 4 * sizeof(GLfloat));
510 GLubyte (*dst1)[4] = (GLubyte (*)[4]) (useTemp ? tempBuffer : dst);
521 memcpy(dst, tempBuffer, count * 4 * sizeof(GLubyte));
525 GLfloat (*dst4)[4] = (GLfloat (*)[4]) (useTemp ? tempBuffer
[all...]
/external/icu/icu4c/source/common/
H A Duloc.cpp840 char tempBuffer[ULOC_FULLNAME_CAPACITY]; local
844 _ConvertBCP47(tmpLocaleID, localeID, tempBuffer, sizeof(tempBuffer), status);
1562 char tempBuffer[ULOC_FULLNAME_CAPACITY]; local
1570 _ConvertBCP47(tmpLocaleID, localeID, tempBuffer, sizeof(tempBuffer), status);
1634 char tempBuffer[ULOC_FULLNAME_CAPACITY]; local
1649 _ConvertBCP47(tmpLocaleID, localeID, tempBuffer, sizeof(tempBuffer), err);
1985 char tempBuffer[ULOC_FULLNAME_CAPACIT
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_create.cpp545 CFX_ByteTextBuf tempBuffer; local
548 tempBuffer << m_ObjNumArray.ElementAt(i) << " "
568 if ((len = pFile->AppendDWord((FX_DWORD)tempBuffer.GetLength())) < 0) {
577 (FX_DWORD)(tempBuffer.GetLength() + m_Buffer.GetLength()))) < 0) {
584 if (pFile->AppendBlock(tempBuffer.GetBuffer(), tempBuffer.GetLength()) <
591 offset += len + tempBuffer.GetLength() + m_Buffer.GetLength();
593 tempBuffer << m_Buffer;
595 encoder.Initialize(tempBuffer.GetBuffer(), tempBuffer
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.osgi_3.10.100.v20150529-1857.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 740 milliseconds