Searched refs:wnd (Results 1 - 5 of 5) sorted by relevance

/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/rs/driver/
H A DrsdFrameBufferObj.cpp129 if(mColorTargets[0] && mColorTargets[0]->wnd) {
130 rsdGLSetInternalSurface(rsc, mColorTargets[0]->wnd);
H A DrsdAllocation.h72 ANativeWindow *wnd; member in struct:DrvAllocation
H A DrsdAllocation.cpp750 drv->wnd = nw;
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp896 nContextSetSurface(JNIEnv *_env, jobject _this, jlong con, jint width, jint height, jobject wnd) argument
900 width, height, (Surface *)wnd);
904 if (wnd == nullptr) {
907 window = android_view_Surface_getNativeWindow(_env, wnd).get();

Completed in 405 milliseconds