Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DInFlightRequest.h98 ERROR_BUF_STRATEGY errorBufStrategy; member
135 errorBufStrategy(ERROR_BUF_CACHE), in InFlightRequest()
156 errorBufStrategy(ERROR_BUF_CACHE),
DCamera3OutputUtils.cpp438 request.errorBufStrategy); in removeInFlightRequestIfReadyLocked()
571 request.errorBufStrategy = ERROR_BUF_RETURN_NOTIFY; in processCaptureResult()
805 ERROR_BUF_STRATEGY errorBufStrategy) { in returnOutputBuffers() argument
814 errorBufStrategy == ERROR_BUF_RETURN_NOTIFY) { in returnOutputBuffers()
840 errorBufStrategy != ERROR_BUF_CACHE) { in returnOutputBuffers()
888 request.errorBufStrategy); in returnAndRemovePendingOutputBuffers()
893 if (request.errorBufStrategy != ERROR_BUF_CACHE || in returnAndRemovePendingOutputBuffers()
1052 r.errorBufStrategy = ERROR_BUF_RETURN_NOTIFY; in notifyError()
1055 r.errorBufStrategy = ERROR_BUF_RETURN; in notifyError()
1395 request.resultExtras, request.errorBufStrategy); in flushInflightRequests()
DCamera3OutputUtils.h59 ERROR_BUF_STRATEGY errorBufStrategy = ERROR_BUF_RETURN);