Searched defs:use_av_timer (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3HWI.cpp3625 uint8_t* use_av_timer = NULL; local
3628 use_av_timer = &m_debug_avtimer;
3631 use_av_timer =
3635 if (ADD_SET_PARAM_ENTRY_TO_BATCH(mParameters, CAM_INTF_META_USE_AV_TIMER, *use_av_timer)) {
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3HWI.cpp4140 uint8_t* use_av_timer = NULL; local
4144 use_av_timer = &m_debug_avtimer;
4147 use_av_timer =
4149 if (use_av_timer) {
4150 LOGI("Enabling AV timer through Metadata: use_av_timer: %d", *use_av_timer);
4154 if (ADD_SET_PARAM_ENTRY_TO_BATCH(mParameters, CAM_INTF_META_USE_AV_TIMER, *use_av_timer)) {

Completed in 54 milliseconds