OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_tmpbuf
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/3rdparty/openexr/IlmImf/
ImfRgbaFile.cpp
228
Rgba *
_tmpBuf
;
269
_tmpBuf
= new Rgba[_width + N - 1];
283
delete []
_tmpBuf
;
309
(char *) &
_tmpBuf
[-_xMin].g, // base
320
(char *) &
_tmpBuf
[-_xMin].r, // base
328
(char *) &
_tmpBuf
[-_xMin].b, // base
339
(char *) &
_tmpBuf
[-_xMin].a, // base
376
// frame buffer into
_tmpBuf
.
381
_tmpBuf
[j] = _fbBase[_fbYStride * _currentScanLine +
390
RGBAtoYCA (_yw, _width, _writeA,
_tmpBuf
, _tmpBuf)
[
all
...]
/external/libjpeg-turbo/
turbojpeg.c
835
JSAMPLE *
_tmpbuf
[MAX_COMPONENTS], *_tmpbuf2[MAX_COMPONENTS];
local
849
tmpbuf[i]=NULL;
_tmpbuf
[i]=NULL;
922
_tmpbuf
[i]=(JSAMPLE *)malloc(
925
if(!
_tmpbuf
[i]) _throw("tjEncodeYUVPlanes(): Memory allocation failure");
931
(unsigned char *)PAD((size_t)
_tmpbuf
[i], 16);
982
if(
_tmpbuf
[i]!=NULL) free(
_tmpbuf
[i]);
1051
JSAMPLE *
_tmpbuf
=NULL, *ptr; JSAMPROW *tmpbuf[MAX_COMPONENTS];
local
1118
if((
_tmpbuf
=(JSAMPLE *)malloc(sizeof(JSAMPLE)*tmpbufsize))==NULL)
1120
ptr=
_tmpbuf
;
1507
JSAMPLE *
_tmpbuf
[MAX_COMPONENTS];
local
1708
JSAMPLE *
_tmpbuf
=NULL, *ptr; JSAMPROW *tmpbuf[MAX_COMPONENTS];
local
[
all
...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_algo.h
[
all
...]
/prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.1.3/
jackson-core-2.1.3.jar
Completed in 420 milliseconds