Searched refs:mReprocessType (Results 1 – 4 of 4) sorted by relevance
3412 mReprocessType(REPROCESS_TYPE_NONE), in QCamera3ReprocessChannel()3558 if (mReprocessType == REPROCESS_TYPE_JPEG) { in streamCbRoutine()3618 if (mReprocessType == REPROCESS_TYPE_JPEG) { in getStreamBufs()3641 if (mReprocessType == REPROCESS_TYPE_JPEG) { in putStreamBufs()4130 if (mReprocessType != REPROCESS_TYPE_JPEG && frame->output_buffer != NULL) { in doReprocessOffline()4167 } else if (mReprocessType == REPROCESS_TYPE_JPEG) { in doReprocessOffline()4377 mReprocessType = src_config.reprocess_type; in addReprocStreamsFromSource()4378 CDBG("%s: mReprocessType is %d", __func__, mReprocessType); in addReprocStreamsFromSource()
542 reprocess_type_t mReprocessType; variable