Home
last modified time | relevance | path

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

/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDeviceSession.cpp1982 const Size& v4lSize, const Size& thumbSize, in allocateIntermediateBuffers() argument
1993 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() local
2736 status = mOutputThread->allocateIntermediateBuffers(v4lSize, in configureStreams()
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
DExternalCameraDeviceSession.h260 const Size& v4lSize, const Size& thumbSize,