Home
last modified time | relevance | path

Searched refs:REPROCESS_TYPE_NONE (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3HALHeader.h60 REPROCESS_TYPE_NONE, enumerator
H A DQCamera3Channel.h785 reprocess_type_t getReprocessType() override { return REPROCESS_TYPE_NONE; } in getReprocessType()
H A DQCamera3PostProc.cpp234 if (config.reprocess_type != REPROCESS_TYPE_NONE) { in start()
617 if (frame->reproc_config.reprocess_type == REPROCESS_TYPE_NONE) { in needsReprocess()
H A DQCamera3Channel.cpp782 mReprocessType(REPROCESS_TYPE_NONE), in QCamera3ProcessingChannel()
4227 expectedReprocess = REPROCESS_TYPE_NONE; in getReprocessType()
4448 mReprocessType(REPROCESS_TYPE_NONE), in QCamera3ReprocessChannel()