Home
last modified time | relevance | path

Searched refs:mReprocessType (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3Channel.cpp782 mReprocessType(REPROCESS_TYPE_NONE), in QCamera3ProcessingChannel()
1533 if (config.reprocess_type != mReprocessType) { in startPostProc()
1545 mReprocessType = config.reprocess_type; in startPostProc()
4448 mReprocessType(REPROCESS_TYPE_NONE), in QCamera3ReprocessChannel()
4589 if (mReprocessType == REPROCESS_TYPE_JPEG) { in streamCbRoutine()
4700 if (mReprocessType == REPROCESS_TYPE_JPEG) { in getStreamBufs()
4723 if (mReprocessType == REPROCESS_TYPE_JPEG) { in putStreamBufs()
5107 if (mReprocessType != REPROCESS_TYPE_JPEG) { in overrideFwkMetadata()
5109 mReprocessType); in overrideFwkMetadata()
5214 if (mReprocessType != REPROCESS_TYPE_JPEG && frame->output_buffer != NULL) { in doReprocessOffline()
[all …]
DQCamera3Channel.h277 reprocess_type_t mReprocessType; // Only valid when mPostProcStarted is true. variable
686 reprocess_type_t mReprocessType; variable