Searched refs:v4lSize (Results 1 – 2 of 2) sorted by relevance
1982 const Size& v4lSize, const Size& thumbSize, in allocateIntermediateBuffers() argument1993 if (mYu12Frame == nullptr || mYu12Frame->mWidth != v4lSize.width || in allocateIntermediateBuffers()1994 mYu12Frame->mHeight != v4lSize.height) { in allocateIntermediateBuffers()1996 mYu12Frame = new AllocatedFrame(v4lSize.width, v4lSize.height); in allocateIntermediateBuffers()2020 if (sz == v4lSize) { in allocateIntermediateBuffers()2719 Size v4lSize = {v4l2Fmt.width, v4l2Fmt.height}; in configureStreams() local2736 status = mOutputThread->allocateIntermediateBuffers(v4lSize, in configureStreams()
260 const Size& v4lSize, const Size& thumbSize,