Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/rtsp/include/media/stagefright/rtsp/
DTrafficRecorder.h36 Bytes *mBytesArray = NULL; variable
78 mBytesArray = new Bytes[mSize]; in TrafficRecorder()
86 delete[] mBytesArray; in ~TrafficRecorder()
95 mBytesArray[i] = 0; in init()
124 << "\t\t Bytes:" << mBytesArray[i] << "\t\t Accu: " << bytes; in readBytesForLastPeriod()
128 bytes += mBytesArray[i]; in readBytesForLastPeriod()
141 mBytesArray[writeIdx] += bytes; in writeBytes()
145 mBytesArray[writeIdx] = bytes; in writeBytes()