Lines Matching refs:mBufferArray
251 thiz->mFront = &thiz->mBufferArray[0];
252 thiz->mRear = &thiz->mBufferArray[0];
258 thiz->mBufferArray[i].mDataBuffer = NULL;
259 thiz->mBufferArray[i].mDataSize = 0;
260 thiz->mBufferArray[i].mDataSizeConsumed = 0;
261 thiz->mBufferArray[i].mBufferContext = NULL;
262 thiz->mBufferArray[i].mBufferState = SL_ANDROIDBUFFERQUEUEEVENT_NONE;
265 thiz->mBufferArray[i].mItems.mTsCmdData.mTsCmdCode = ANDROID_MP2TSEVENT_NONE;
266 thiz->mBufferArray[i].mItems.mTsCmdData.mPts = 0;
269 thiz->mBufferArray[i].mItems.mAdtsCmdData.mAdtsCmdCode = ANDROID_ADTSEVENT_NONE;
357 if ((newRear = oldRear + 1) == &thiz->mBufferArray[thiz->mNumBuffers + 1]) {
358 newRear = thiz->mBufferArray;
474 thiz->mBufferArray = NULL;
483 if (NULL != thiz->mBufferArray) {
484 free(thiz->mBufferArray);
485 thiz->mBufferArray = NULL;