OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BYTES_PER_SAMPLE_UNSPECIFIED
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FrameFormat.java
52
public static final int
BYTES_PER_SAMPLE_UNSPECIFIED
= 1;
207
if (specification.getBytesPerSample() !=
BYTES_PER_SAMPLE_UNSPECIFIED
265
if (specification.getBytesPerSample() !=
BYTES_PER_SAMPLE_UNSPECIFIED
266
&& getBytesPerSample() !=
BYTES_PER_SAMPLE_UNSPECIFIED
/frameworks/base/media/mca/filterfw/java/android/filterfw/format/
ObjectFormat.java
72
return FrameFormat.
BYTES_PER_SAMPLE_UNSPECIFIED
;
Completed in 137 milliseconds