Searched refs:mDataMemorySizeInBytes (Results 1 – 2 of 2) sorted by relevance
45 mDataMemorySizeInBytes = bytesPerFrame * capacityInFrames; in allocate()46 mSharedMemorySizeInBytes = mDataMemorySizeInBytes + (2 * (sizeof(fifo_counter_t))); in allocate()89 mDataMemorySizeInBytes, in fillParcelable()
59 int32_t mDataMemorySizeInBytes = 0; variable