Searched refs:mAuxBuffer (Results 1 – 2 of 2) sorted by relevance
128 mAuxBuffer = b; in compress()163 mCInfo.image_width = mAuxBuffer.width; in compress()164 mCInfo.image_height = mAuxBuffer.height; in compress()176 size_t rowStride = mAuxBuffer.stride * 3; in compress()182 (mAuxBuffer.img + (i + mCInfo.next_scanline) * rowStride); in compress()243 if (mAuxBuffer.streamId == 0) { in cleanUp()244 delete[] mAuxBuffer.img; in cleanUp()246 mListener->onJpegInputDone(mAuxBuffer); in cleanUp()
85 StreamBuffer mJpegBuffer, mAuxBuffer; variable