Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.h441 enum ProcessType { REPROCESS, HIGH_QUALITY, REGULAR }; enumerator
DEmulatedSensor.cpp942 ProcessType process_type = treat_as_reprocess ? REPROCESS in threadLoop()
1789 case REPROCESS: in ProcessYUV420()
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.h466 REPROCESS, enumerator
DQCamera3HWI.cpp4508 dispatchResultMetadataWithLock(frame_number, REPROCESS, false/*isHdrPlus*/); in handleInputBufferWithLock()
4668 RequestType requestType = (requestIter->input_buffer != nullptr) ? REPROCESS : in handlePendingResultMetadataWithLock()
4673 } else if (requestType == REPROCESS) { in handlePendingResultMetadataWithLock()
4696 if (requestType != REPROCESS) { in handlePendingResultMetadataWithLock()
4713 bool isLiveRequest = requestType != REPROCESS && !isHdrPlus; in dispatchResultMetadataWithLock()
4717 RequestType thisRequestType = (iter->input_buffer != nullptr) ? REPROCESS : in dispatchResultMetadataWithLock()
/hardware/interfaces/camera/metadata/3.2/
Dtypes.hal958 * REPROCESS. For legacy HAL3, this tag is redundant.</p>