HomeSort by relevance Sort by last modified time
    Searched defs:MODE_LAST (Results 1 - 6 of 6) sorted by null

  /frameworks/opt/net/voip/src/java/android/net/rtp/
AudioGroup.java 92 private static final int MODE_LAST = 3;
134 if (mode < 0 || mode > MODE_LAST) {
RtpStream.java 48 private static final int MODE_LAST = 2;
136 if (mode < 0 || mode > MODE_LAST) {
  /external/chromium_org/third_party/libwebp/webp/
decode.h 155 MODE_LAST = 13
  /external/webp/include/webp/
decode.h 155 MODE_LAST = 13
  /external/deqp/framework/common/
tcuCompressedTexture.cpp 482 MODE_LAST
    [all...]
  /external/deqp/modules/gles31/functional/
es31fGeometryShaderTests.cpp     [all...]

Completed in 291 milliseconds