HomeSort by relevance Sort by last modified time
    Searched refs:getDimensionCount (Results 1 - 2 of 2) sorted by null

  /system/media/mca/filterfw/java/android/filterfw/core/
FrameFormat.java 105 public int getDimensionCount() {
213 if (specification.getDimensionCount() > 0
214 && getDimensionCount() != specification.getDimensionCount()) {
219 for (int i = 0; i < specification.getDimensionCount(); ++i) {
272 if (specification.getDimensionCount() > 0
273 && getDimensionCount() > 0
274 && getDimensionCount() != specification.getDimensionCount()) {
279 for (int i = 0; i < specification.getDimensionCount(); ++i)
    [all...]
GLFrame.java 85 } else if (format.getDimensionCount() != 2) {

Completed in 31 milliseconds