Searched refs:sh (Results 26 - 30 of 30) sorted by relevance

12

/frameworks/rs/cpu_ref/linkloader/include/impl/
H A DELFObject.hxx1082 ELFSectionHeaderTy *sh = (*shtab)[i]; local
1083 if (sh->getType() != SHT_REL && sh->getType() != SHT_RELA) {
1090 const char *reltab_name = sh->getName();
1092 if (sh->getType() == SHT_REL) {
1134 ELFSectionHeaderTy *sh = (*shtab)[i]; local
1135 if (sh->getType() == SHT_PROGBITS || sh->getType() == SHT_NOBITS) {
/frameworks/base/core/java/android/content/res/
H A DCompatibilityInfo.java504 float sh = height/(float)newHeight;
505 float scale = sw < sh ? sw : sh;
/frameworks/rs/
H A Dupdate_rs_prebuilts.sh104 source build/envsetup.sh
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java705 * @param sh the SurfaceHolder to use for video display
707 public void setDisplay(SurfaceHolder sh) { argument
708 mSurfaceHolder = sh;
710 if (sh != null) {
711 surface = sh.getSurface();
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp358 float sh = rsc->getHeight(); local
360 SC_DrawQuad(x, sh - y, z,
361 x+w, sh - y, z,
362 x+w, sh - (y+h), z,
363 x, sh - (y+h), z);

Completed in 4219 milliseconds

12