Searched refs:mSize (Results 1 – 14 of 14) sorted by relevance
25 sb->mSize = size; in alloc()43 SharedBuffer* sb = alloc(mSize); in edit()55 if (buf->mSize == newSize) return buf; in editResize()58 buf->mSize = newSize; in editResize()64 const size_t mySize = mSize; in editResize()
93 size_t mSize; variable112 return mSize; in size()127 return (((const SharedBuffer*)data)-1)->mSize; in sizeFromData()
34 this->mSize.mWidth = width; in I3DMacroscopic_SetSize()35 this->mSize.mHeight = height; in I3DMacroscopic_SetSize()36 this->mSize.mDepth = depth; in I3DMacroscopic_SetSize()55 SLmillimeter width = this->mSize.mWidth; in I3DMacroscopic_GetSize()56 SLmillimeter height = this->mSize.mHeight; in I3DMacroscopic_GetSize()57 SLmillimeter depth = this->mSize.mDepth; in I3DMacroscopic_GetSize()215 this->mSize.mWidth = 0; in I3DMacroscopic_init()216 this->mSize.mHeight = 0; in I3DMacroscopic_init()217 this->mSize.mDepth = 0; in I3DMacroscopic_init()
75 SLuint32 size = this->mSize; in IMetadataTraversal_GetChildMIMETypeSize()127 this->mSize = 0; in IMetadataTraversal_init()
66 oldRear->mSize = size; in IBufferQueue_Enqueue()193 bufferHeader->mSize = 0; in IBufferQueue_init()
112 track->mAvail = oldFront->mSize; in track_check()139 track->mAvail = oldFront->mSize; in track_check()292 track->mAvail = newFront->mSize; in IOutputMixExt_FillBuffer()
225 if (ar->mBufferQueue.mSizeConsumed + pBuff->size < oldFront->mSize) { in audioRecorder_callback()237 pBuff->size = oldFront->mSize - ar->mBufferQueue.mSizeConsumed; in audioRecorder_callback()
207 size_t mSize; member220 SLuint32 mSize; member408 } mSize; member644 SLuint32 mSize; member
790 if (ap->mBufferQueue.mSizeConsumed + pBuff->size < oldFront->mSize) { in audioTrack_callBack_pullFromBuffQueue()799 pBuff->size = oldFront->mSize - ap->mBufferQueue.mSizeConsumed; in audioTrack_callBack_pullFromBuffQueue()
607 memset(this, 0x55, class__->mSize); // catch broken applications that continue using interfaces in IObject_Destroy()
1048 this = (IObject *) calloc(1, class__->mSize); in construct()
42 : mCount(1), mSize(0) in Assembly()45 mSize = size; in Assembly()69 return mSize; in size()80 mSize = newSize; in resize()97 size_t adjustedLength = (mBase - pageStart) * sizeof(uint32_t) + mSize; in ensureMbaseExecutable()
76 size_t mSize; variable
81 mSize = 0; in Vector()129 if (newUsed > mSize) { in ensure()130 size_t newSize = mSize * 2 + 10; in ensure()135 mSize = newSize; in ensure()144 size_t mSize; member in acc::Vector229 int mSize; member in acc::Compiler::CodeBuf234 munmap(pProgramBase, mSize); in release()241 bool overflow = newSize > mSize; in check()256 mSize = 0; in CodeBuf()266 mSize = size; in init()[all …]