Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.h469 REPROCESS, enumerator
DQCamera3HWI.cpp4504 dispatchResultMetadataWithLock(frame_number, REPROCESS, false/*isHdrPlus*/); in handleInputBufferWithLock()
4655 RequestType requestType = (requestIter->input_buffer != nullptr) ? REPROCESS : in handlePendingResultMetadataWithLock()
4660 } else if (requestType == REPROCESS) { in handlePendingResultMetadataWithLock()
4683 if (requestType != REPROCESS) { in handlePendingResultMetadataWithLock()
4700 bool isLiveRequest = requestType != REPROCESS && !isHdrPlus; in dispatchResultMetadataWithLock()
4704 RequestType thisRequestType = (iter->input_buffer != nullptr) ? REPROCESS : in dispatchResultMetadataWithLock()
/hardware/interfaces/camera/metadata/3.2/
Dtypes.hal956 * REPROCESS. For legacy HAL3, this tag is redundant.</p>