HomeSort by relevance Sort by last modified time
    Searched full:m_maxsize (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/JavaScriptCore/wtf/
PageAllocatorSymbian.h 48 m_maxSize = MaxSize();
53 Decommit(0, m_maxSize);
60 return (static_cast<const char*>(address) >= m_base && static_cast<const char*>(address) < (m_base + m_maxSize));
64 size_t m_maxSize;
  /external/opencv/otherlibs/highgui/
loadsave.cpp 90 int m_maxsize;
98 m_maxsize = m_len = 0;
105 m_maxsize = m_len = 0;
126 > m_maxsize )
138 m_maxsize = new_size;
  /frameworks/compile/mclinker/lib/LD/
BranchIsland.cpp 28 m_MaxSize(pMaxSize),
83 return m_MaxSize;
  /frameworks/av/libvideoeditor/vss/common/inc/
M4DA_Types.h 194 M4OSA_UInt32 m_maxsize; /**< Maximum size of the AU */ member in struct:__anon18812
  /frameworks/compile/mclinker/include/mcld/LD/
BranchIsland.h 161 size_t m_MaxSize;
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c     [all...]
  /frameworks/av/libvideoeditor/vss/src/
M4READER_Amr.c 382 pAccessUnit->m_maxsize = pStreamHandler->m_maxAUSize;
M4READER_Pcm.c 448 pAccessUnit->m_maxsize = pStreamHandler->m_maxAUSize;
M4VSS3GPP_Clip.c 698 pClipCtxt->AudioAU.m_maxsize = 0;
    [all...]
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorMp3Reader.cpp 595 pAccessUnit->m_maxsize = pStreamHandler->m_maxAUSize;
VideoEditor3gpReader.cpp 833 pAccessUnit->m_maxsize = pStreamHandler->m_maxAUSize;
    [all...]

Completed in 1246 milliseconds