Searched refs:mLastFormat (Results 1 – 5 of 5) sorted by relevance
36 private FrameFormat mLastFormat = null; field in ToRGBFilter65 if (mLastFormat != null && mLastFormat.getBytesPerSample() == mInputBPP) return; in createProgram()66 mLastFormat = format; in createProgram()
36 private FrameFormat mLastFormat = null; field in ToRGBAFilter65 if (mLastFormat != null && mLastFormat.getBytesPerSample() == mInputBPP) return; in createProgram()66 mLastFormat = format; in createProgram()
38 private FrameFormat mLastFormat = null; field in CropFilter89 if (mLastFormat != null && mLastFormat.getTarget() == format.getTarget()) return; in createProgram()90 mLastFormat = format; in createProgram()
48 private FrameFormat mLastFormat = null; field in ResizeFilter69 if (mLastFormat != null && mLastFormat.getTarget() == format.getTarget()) return; in createProgram()70 mLastFormat = format; in createProgram()
70 DateFormat mLastFormat; field in DateTimeView212 if (display == mLastDisplay && mLastFormat != null) { in update()214 format = mLastFormat; in update()226 mLastFormat = format; in update()355 mLastFormat = null; in clearFormatAndUpdate()