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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
cvei.h 54 #define MAX_LAYER 2
151 int iFrameWidth[MAX_LAYER];
155 int iFrameHeight[MAX_LAYER];
159 int iBitRate[MAX_LAYER];
163 float iFrameRate[MAX_LAYER];
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
ComposingText.java 58 public static final int MAX_LAYER = 3;
69 mStringLayer = new ArrayList[MAX_LAYER];
70 mCursor = new int[MAX_LAYER];
71 for (int i = 0; i < MAX_LAYER; i++) {
81 for (int i = 0; i < MAX_LAYER; i++) {
158 if (layer >= MAX_LAYER - 1) {
384 for (int lv = 0; lv < MAX_LAYER; lv++) {
574 for (int i = 0; i < MAX_LAYER; i++) {

Completed in 3857 milliseconds