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

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrameFormat.java44 public static final int TARGET_GPU = 3; field in class:FrameFormat
363 case TARGET_GPU: return "gpu";
388 return FrameFormat.TARGET_GPU;

Completed in 198 milliseconds