OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDimensionCount
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/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 26 milliseconds