Home
last modified time | relevance | path

Searched refs:configureConsumerQueueLocked (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OutputStream.h309 status_t configureConsumerQueueLocked(bool allowPreviewRespace);
DCamera3SharedOutputStream.cpp262 res = configureConsumerQueueLocked(false/*allowPreviewRespace*/); in configureQueueLocked()
DCamera3OutputStream.cpp524 if ((res = configureConsumerQueueLocked(true /*allowPreviewRespace*/)) != OK) { in configureQueueLocked()
548 status_t Camera3OutputStream::configureConsumerQueueLocked(bool allowPreviewRespace) { in configureConsumerQueueLocked() function in android::camera3::Camera3OutputStream