Searched refs:getInputFormat (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DImageCombineFilter.java78 int target = getInputFormat(mInputNames[0]).getTarget();
80 if (target != getInputFormat(inputName).getTarget()) {
H A DToGrayFilter.java78 int inputChannels = getInputFormat("image").getBytesPerSample();
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilter.java175 public final FrameFormat getInputFormat(String portName) { method in class:Filter

Completed in 119 milliseconds