Searched refs:mHdrMergeScript (Results 1 – 1 of 1) sorted by relevance
42 private ScriptC_hdr_merge mHdrMergeScript; field in ViewfinderProcessor79 mHdrMergeScript = new ScriptC_hdr_merge(rs); in ViewfinderProcessor()81 mHdrMergeScript.set_gPrevFrame(mPrevAllocation); in ViewfinderProcessor()150 mHdrMergeScript.set_gFrameCounter(mFrameCounter++); in run()151 mHdrMergeScript.set_gCurrentFrame(mInputAllocation); in run()152 mHdrMergeScript.set_gCutPointX(mCutPointX); in run()154 mHdrMergeScript.set_gDoMerge(1); in run()156 mHdrMergeScript.set_gDoMerge(0); in run()160 mHdrMergeScript.forEach_mergeHdrFrames(mPrevAllocation, mOutputAllocation); in run()