HomeSort by relevance Sort by last modified time
    Searched defs:updateFrameSize (Results 1 - 3 of 3) sorted by null

  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
FisheyeFilter.java 116 updateFrameSize(inputFormat.getWidth(), inputFormat.getHeight());
136 private void updateFrameSize(int width, int height) {
SharpenFilter.java 114 updateFrameSize(inputFormat.getWidth(), inputFormat.getHeight());
127 private void updateFrameSize(int width, int height) {
GrainFilter.java 133 private void updateFrameSize(int width, int height) {
176 updateFrameSize(inputFormat.getWidth(), inputFormat.getHeight());

Completed in 159 milliseconds