Searched refs:origdata (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tif_dirread.c | 838 void* origdata; in TIFFReadDirEntryByteArray() local 856 err=TIFFReadDirEntryArray(tif,direntry,&count,1,&origdata); in TIFFReadDirEntryByteArray() 857 if ((err!=TIFFReadDirEntryErrOk)||(origdata==0)) in TIFFReadDirEntryByteArray() 867 *value=(uint8*)origdata; in TIFFReadDirEntryByteArray() 873 m=(int8*)origdata; in TIFFReadDirEntryByteArray() 879 _TIFFfree(origdata); in TIFFReadDirEntryByteArray() 884 *value=(uint8*)origdata; in TIFFReadDirEntryByteArray() 891 _TIFFfree(origdata); in TIFFReadDirEntryByteArray() 901 ma=(uint16*)origdata; in TIFFReadDirEntryByteArray() 919 ma=(int16*)origdata; in TIFFReadDirEntryByteArray() [all …]
|
/external/opencv3/3rdparty/libtiff/ |
D | tif_dirread.c | 838 void* origdata; in TIFFReadDirEntryByteArray() local 856 err=TIFFReadDirEntryArray(tif,direntry,&count,1,&origdata); in TIFFReadDirEntryByteArray() 857 if ((err!=TIFFReadDirEntryErrOk)||(origdata==0)) in TIFFReadDirEntryByteArray() 867 *value=(uint8*)origdata; in TIFFReadDirEntryByteArray() 873 m=(int8*)origdata; in TIFFReadDirEntryByteArray() 879 _TIFFfree(origdata); in TIFFReadDirEntryByteArray() 884 *value=(uint8*)origdata; in TIFFReadDirEntryByteArray() 891 _TIFFfree(origdata); in TIFFReadDirEntryByteArray() 901 ma=(uint16*)origdata; in TIFFReadDirEntryByteArray() 919 ma=(int16*)origdata; in TIFFReadDirEntryByteArray() [all …]
|
/external/opencv3/modules/core/src/ |
D | cuda_host_mem.cpp | 89 u->data = u->origdata = static_cast<uchar*>(data0); in allocate() 97 u->data = u->origdata = static_cast<uchar*>(ptr); in allocate() 120 cudaFreeHost(u->origdata); in deallocate() 121 u->origdata = 0; in deallocate()
|
D | umatrix.cpp | 57 data = origdata = 0; in UMatData() 69 data = origdata = 0; in ~UMatData()
|
D | ocl.cpp | 4258 CV_Assert(u->origdata != 0); in allocate() 4276 handle = u->origdata; in allocate() 4306 memcpy(handle, u->origdata, u->size); in allocate() 4324 u->size, u->origdata, &retval); in allocate() 4328 u->size, u->origdata, &retval); in allocate() 4414 memcpy(u->origdata, u->handle, u->size); in deallocate() 4434 … AlignedDataPtr<false, true> alignedPtr(u->origdata, u->size, CV_OPENCL_DATA_PTR_ALIGNMENT); in deallocate() 4474 u->data = u->origdata; in deallocate()
|
D | matrix.cpp | 192 u->data = u->origdata = data; in allocate() 217 fastFree(u->origdata); in deallocate() 218 u->origdata = 0; in deallocate()
|
/external/tcpdump/ |
D | print-smb.c | 1036 const u_char *origdata; in nbt_tcp_print() local 1039 origdata = data; in nbt_tcp_print() 1045 ecode = origdata[4]; in nbt_tcp_print()
|
/external/opencv3/modules/python/src2/ |
D | cv2.cpp | 147 u->data = u->origdata = (uchar*)PyArray_DATA((PyArrayObject*) o); in allocate()
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | mat.hpp | 491 uchar* origdata; member
|