Searched refs:v4lSize (Results 1 – 2 of 2) sorted by relevance
1601 const Size& v4lSize, const Size& thumbSize, in allocateIntermediateBuffers() argument1612 if (mYu12Frame == nullptr || mYu12Frame->mWidth != v4lSize.width || in allocateIntermediateBuffers()1613 mYu12Frame->mHeight != v4lSize.height) { in allocateIntermediateBuffers()1615 mYu12Frame = new AllocatedFrame(v4lSize.width, v4lSize.height); in allocateIntermediateBuffers()1639 if (sz == v4lSize) { in allocateIntermediateBuffers()2372 Size v4lSize = {v4l2Fmt.width, v4l2Fmt.height}; in configureStreams() local2390 status = mOutputThread->allocateIntermediateBuffers(v4lSize, in configureStreams()
121 const Size& v4lSize, const Size& thumbSize,