Searched defs:wnd (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/driver/
H A DrsdAllocation.h69 ANativeWindow *wnd; member in struct:DrvAllocation
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dgrp_data.c54 Word32 wnd; local
63 for (wnd=0; wnd<TRANS_FAC; wnd++) {
67 if (mdctSpectrum[wnd*FRAME_LEN_SHORT+line] != 0) break;
106 wnd = 0;
110 Word32 thresh = sfbThreshold->sfbShort[wnd][sfb];
112 thresh = L_add(thresh, sfbThreshold->sfbShort[wnd+j][sfb]);
117 wnd += groupLen[grp];
121 wnd
[all...]
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp283 nContextSetSurface(JNIEnv *_env, jobject _this, jlong con, jint width, jint height, jobject wnd) argument
285 LOG_API("nContextSetSurface, con(%p), width(%i), height(%i), surface(%p)", (RsContext)con, width, height, (Surface *)wnd);
288 if (wnd == NULL) {
291 window = android_view_Surface_getNativeWindow(_env, wnd).get();

Completed in 166 milliseconds