Searched refs:wnd (Results 1 - 4 of 4) 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;
105 wnd = 0;
109 Word32 thresh = sfbThreshold->sfbShort[wnd][sfb];
111 thresh = L_add(thresh, sfbThreshold->sfbShort[wnd+j][sfb]);
116 wnd += groupLen[grp];
120 wnd
[all...]
/frameworks/rs/driver/
H A DrsdFrameBufferObj.cpp128 if(mColorTargets[0] && mColorTargets[0]->wnd) {
129 rsdGLSetInternalSurface(rsc, mColorTargets[0]->wnd);
H A DrsdAllocation.h70 ANativeWindow *wnd; member in struct:DrvAllocation
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp908 nContextSetSurface(JNIEnv *_env, jobject _this, jlong con, jint width, jint height, jobject wnd) argument
912 width, height, (Surface *)wnd);
916 if (wnd == nullptr) {
919 window = android_view_Surface_getNativeWindow(_env, wnd).get();

Completed in 582 milliseconds