Home
last modified time | relevance | path

Searched refs:mSize (Results 1 – 2 of 2) sorted by relevance

/external/opencore/android/
Dmetadatadriver.cpp156 if (mMediaAlbumArt != NULL && mMediaAlbumArt->mSize > 0) { in extractAlbumArt()
316 mMediaAlbumArt->mSize = size; in extractEmbeddedAlbumArt()
335 return (mMediaAlbumArt && mMediaAlbumArt->mSize > 0)? OK: BAD_VALUE; in extractExternalAlbumArt()
451 if (mVideoFrame != NULL && mVideoFrame->mSize > 0) { in captureFrame()
514 mVideoFrame->mSize = bitmap->getSize(); in doColorConversion()
515 …splay width (%d) and height (%d), and size (%d)", displayWidth, displayHeight, mVideoFrame->mSize); in doColorConversion()
516 mVideoFrame->mData = new uint8[mVideoFrame->mSize]; in doColorConversion()
524 memcpy(mVideoFrame->mData, (uint8*) bitmap->getPixels(), mVideoFrame->mSize); in doColorConversion()
/external/opencore/nodes/pvmp4ffcomposernode/src/
Dpvmp4ffcn_node.cpp70 Thread(kThreadCallJava), mSize(0), mEnd(mBuffer + kCapacity), in FragmentWriter()
77 LOG_ASSERT(0 == mSize, "The queue should be empty by now."); in ~FragmentWriter()
79 LOGD_IF(0 < mSize, "Flushing %d frags in dtor", mSize); in ~FragmentWriter()
80 while (0 < mSize) // make sure we are flushed in ~FragmentWriter()
107 done = mSize == 0 || iter > kMaxFlushAttempts; in flush()
135 if (mSize == kCapacity) in enqueueMemFragToTrack()
187 ++mSize; in incrPendingRequests()
199 --mSize; in decrPendingRequests()
215 numFrags = mSize; in threadLoop()
223 doneWaiting = mSize > 0 || mExitRequested; in threadLoop()
[all …]