Home
last modified time | relevance | path

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

/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/
H A DEmulatedSensor.h360 enum ProcessType { REPROCESS, HIGH_QUALITY, REGULAR }; enumerator
H A DEmulatedSensor.cpp869 treat_as_reprocess ? REPROCESS in threadLoop()
918 ? REPROCESS in threadLoop()
1551 case REPROCESS: in ProcessYUV420()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3HWI.h466 REPROCESS, enumerator
H A 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()
/aosp12/hardware/interfaces/camera/metadata/3.2/
H A Dtypes.hal958 * REPROCESS. For legacy HAL3, this tag is redundant.</p>