Searched refs:wnd (Results 1 - 5 of 5) sorted by relevance
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
H A D | grp_data.c | 54 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/rs/driver/ |
H A D | rsdFrameBufferObj.cpp | 129 if(mColorTargets[0] && mColorTargets[0]->wnd) { 130 rsdGLSetInternalSurface(rsc, mColorTargets[0]->wnd);
|
H A D | rsdAllocation.h | 69 ANativeWindow *wnd; member in struct:DrvAllocation
|
H A D | rsdAllocation.cpp | 665 drv->wnd = nw;
|
/frameworks/base/graphics/jni/ |
H A D | android_renderscript_RenderScript.cpp | 224 nContextSetSurface(JNIEnv *_env, jobject _this, RsContext con, jint width, jint height, jobject wnd) argument 226 LOG_API("nContextSetSurface, con(%p), width(%i), height(%i), surface(%p)", con, width, height, (Surface *)wnd); 229 if (wnd == NULL) { 232 window = android_view_Surface_getNativeWindow(_env, wnd).get();
|
Completed in 107 milliseconds