Searched defs:getDimensionCount (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrameFormat.java105 public int getDimensionCount() { method in class:FrameFormat
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();
[all...]

Completed in 60 milliseconds