Searched refs:mAutomaticWhiteBalanceProgram (Results 1 – 1 of 1) sorted by relevance
473 private ShaderProgram mAutomaticWhiteBalanceProgram; field in BackDropperFilter682 …mAutomaticWhiteBalanceProgram = new ShaderProgram(context, mSharedUtilShader + mAutomaticWhiteBala… in allocateFrames()683 mAutomaticWhiteBalanceProgram.setHostValue("pyramid_depth", (float)mPyramidDepth); in allocateFrames()684 mAutomaticWhiteBalanceProgram.setHostValue("autowb_toggle", mAutoWBToggle); in allocateFrames()753 mAutomaticWhiteBalanceProgram.process(autoWBInputs, mAutoWB); in process()922 mAutomaticWhiteBalanceProgram.setHostValue("autowb_toggle", mAutoWBToggle); in fieldPortValueUpdated()