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

  /external/parameter-framework/upstream/remote-processor/
Message.cpp 138 allocateData(getDataSize());
226 allocateData(uiSize - sizeof(_ucMsgId));
262 void CMessage::allocateData(size_t size)
  /external/opencv/cxcore/src/
cxarray.cpp 54 Cv_iplAllocateImageData allocateData;
64 Cv_iplAllocateImageData allocateData,
73 if( !createHeader || !allocateData || !deallocate || !createROI || !cloneImage )
75 if( createHeader || allocateData || deallocate || createROI || cloneImage )
81 CvIPL.allocateData = allocateData;
982 if( !CvIPL.allocateData )
998 CvIPL.allocateData( img, 0, 0 );
    [all...]
  /external/opencv3/modules/core/src/
array.cpp 61 Cv_iplAllocateImageData allocateData;
71 Cv_iplAllocateImageData allocateData,
76 int count = (createHeader != 0) + (allocateData != 0) + (deallocate != 0) +
84 CvIPL.allocateData = allocateData;
834 if( !CvIPL.allocateData )
850 CvIPL.allocateData( img, 0, 0 );
    [all...]

Completed in 686 milliseconds