Home
last modified time | relevance | path

Searched refs:setBufferCount (Results 1 – 6 of 6) sorted by relevance

/aosp12/hardware/interfaces/camera/device/1.0/
H A DICameraDevicePreviewCallback.hal64 setBufferCount(uint32_t count) generates (Status status);
/aosp12/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp158 static void setBufferCount(ANativeWindow* window) { in setBufferCount() function
217 setBufferCount(mNativeSurface->getNativeWindow()); in setupPipelineSurface()
/aosp12/frameworks/native/libs/gui/include/gui/
H A DSurface.h291 virtual int setBufferCount(int bufferCount);
/aosp12/hardware/interfaces/camera/device/1.0/default/
H A DCameraDevice.cpp220 return getStatusT(object->mPreviewCallback->setBufferCount(count)); in sSetBufferCount()
/aosp12/frameworks/native/libs/gui/
H A DSurface.cpp1539 return setBufferCount(static_cast<int32_t>(bufferCount)); in dispatchSetBufferCount()
2042 int Surface::setBufferCount(int bufferCount) in setBufferCount() function in android::Surface
/aosp12/hardware/interfaces/camera/provider/2.4/vts/functional/
H A DVtsHalCameraProviderV2_4TargetTest.cpp365 Return<Status> setBufferCount(uint32_t count) override;
489 Return<Status> PreviewWindowCb::setBufferCount(uint32_t count) { in setBufferCount() function in PreviewWindowCb