Searched refs:mDataMemorySizeInBytes (Results 1 – 2 of 2) sorted by relevance
47 mDataMemorySizeInBytes = bytesPerFrame * capacityInFrames; in allocate()48 mSharedMemorySizeInBytes = mDataMemorySizeInBytes + (2 * (sizeof(fifo_counter_t))); in allocate()91 mDataMemorySizeInBytes, in fillParcelable()
70 int32_t mDataMemorySizeInBytes = 0; variable