Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HALHeader.h96 reprocess_type_t reprocess_type; member
DQCamera3PostProc.cpp234 if (config.reprocess_type != REPROCESS_TYPE_NONE) { in start()
250 if (config.reprocess_type == REPROCESS_TYPE_JPEG) { in start()
617 if (frame->reproc_config.reprocess_type == REPROCESS_TYPE_NONE) { in needsReprocess()
DQCamera3Channel.cpp1533 if (config.reprocess_type != mReprocessType) { in startPostProc()
1545 mReprocessType = config.reprocess_type; in startPostProc()
1699 reproc_cfg.reprocess_type = getReprocessType(); in setReprocConfig()
5514 mReprocessType = src_config.reprocess_type; in addReprocStreamsFromSource()