Home
last modified time | relevance | path

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

/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDeviceSession.cpp1646 const Size& v4lSize, const Size& thumbSize, in allocateIntermediateBuffers() argument
1657 if (mYu12Frame == nullptr || mYu12Frame->mWidth != v4lSize.width || in allocateIntermediateBuffers()
1658 mYu12Frame->mHeight != v4lSize.height) { in allocateIntermediateBuffers()
1660 mYu12Frame = new AllocatedFrame(v4lSize.width, v4lSize.height); in allocateIntermediateBuffers()
1684 if (sz == v4lSize) { in allocateIntermediateBuffers()
2421 Size v4lSize = {v4l2Fmt.width, v4l2Fmt.height}; in configureStreams() local
2439 status = mOutputThread->allocateIntermediateBuffers(v4lSize, in configureStreams()
/hardware/interfaces/camera/device/default/
DExternalCameraDeviceSession.cpp405 Size v4lSize = {v4l2Fmt.width, v4l2Fmt.height}; in configureStreams() local
423 v4lSize, mMaxThumbResolution, in_requestedConfiguration.streams, blobBufferSize); in configureStreams()
2137 const Size& v4lSize, const Size& thumbSize, const std::vector<Stream>& streams, in allocateIntermediateBuffers() argument
2147 if (mYu12Frame == nullptr || mYu12Frame->mWidth != v4lSize.width || in allocateIntermediateBuffers()
2148 mYu12Frame->mHeight != v4lSize.height) { in allocateIntermediateBuffers()
2150 mYu12Frame = std::make_shared<AllocatedFrame>(v4lSize.width, v4lSize.height); in allocateIntermediateBuffers()
2173 if (sz == v4lSize) { in allocateIntermediateBuffers()
DExternalCameraDeviceSession.h171 Status allocateIntermediateBuffers(const Size& v4lSize, const Size& thumbSize,
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
DExternalCameraDeviceSession.h121 const Size& v4lSize, const Size& thumbSize,