Home
last modified time | relevance | path

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

/frameworks/av/services/oboeservice/
DSharedRingBuffer.cpp45 mDataMemorySizeInBytes = bytesPerFrame * capacityInFrames; in allocate()
46 mSharedMemorySizeInBytes = mDataMemorySizeInBytes + (2 * (sizeof(fifo_counter_t))); in allocate()
89 mDataMemorySizeInBytes, in fillParcelable()
DSharedRingBuffer.h59 int32_t mDataMemorySizeInBytes = 0; variable