Searched defs:chr (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dchv_filter.cpp152 int chr,
160 chr : luma or color indication
181 int chr,
206 if (!chr)
223 if (chr) QP = QP_store[jVal0];
339 if (chr) QP = QP_store[jVal0];
458 int chr,
483 if (!chr)
500 if (chr) QP = QP_store[jVal0];
578 if (chr) Q
176 CombinedHorzVertFilter( uint8 *rec, int width, int height, int16 *QP_store, int chr, uint8 *pp_mod) argument
453 CombinedHorzVertFilter_NoSoftDeblocking( uint8 *rec, int width, int height, int16 *QP_store, int chr, uint8 *pp_mod) argument
[all...]
H A Dchvr_filter.cpp28 int chr,
74 if (!chr)
107 if (chr)
266 if (chr)
435 if (chr)
519 if (chr)
23 CombinedHorzVertRingFilter( uint8 *rec, int width, int height, int16 *QP_store, int chr, uint8 *pp_mod) argument
H A Dpost_filter.cpp181 int chr, int annex_T)
194 if (chr)
210 if (!chr)
396 if (!chr)
176 H263_Deblock(uint8 *rec, int width, int height, int16 *QP_store, uint8 *mode, int chr, int annex_T) argument
/frameworks/base/awt/org/apache/harmony/awt/gl/font/
H A DAndroidFont.java90 public boolean canDisplay(char chr) { argument
95 return isGlyphExists(chr);
H A DCompositeFont.java97 * @param chr specified character
101 public int getCharFontIndex(char chr){ argument
103 if (fontProperties[i].isCharExcluded(chr)){
106 if (fPhysicalFonts[i].canDisplay(chr)){
120 * @param chr specified character
125 public int getCharFontIndex(char chr, int defaultValue){ argument
127 if (fontProperties[i].isCharExcluded(chr)){
130 if (fPhysicalFonts[i].canDisplay(chr)){
142 * @param chr specified character
145 public boolean canDisplay(char chr){ argument
[all...]
/frameworks/base/libs/utils/
H A DResourceTypes.cpp3467 char16_t chr = 0; local
3485 chr = (chr<<4) | c;
3487 tmp.append(String16(&chr, 1));

Completed in 95 milliseconds