Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/aacenc/src/
Dgrp_data.c54 Word32 wnd; in groupShortData() local
63 for (wnd=0; wnd<TRANS_FAC; wnd++) { in groupShortData()
67 if (mdctSpectrum[wnd*FRAME_LEN_SHORT+line] != 0) break; in groupShortData()
106 wnd = 0; in groupShortData()
110 Word32 thresh = sfbThreshold->sfbShort[wnd][sfb]; in groupShortData()
112 thresh = L_add(thresh, sfbThreshold->sfbShort[wnd+j][sfb]); in groupShortData()
117 wnd += groupLen[grp]; in groupShortData()
121 wnd = 0; in groupShortData()
125 Word32 energy = sfbEnergy->sfbShort[wnd][sfb]; in groupShortData()
127 energy = L_add(energy, sfbEnergy->sfbShort[wnd+j][sfb]); in groupShortData()
[all …]
/frameworks/rs/driver/
DrsdFrameBufferObj.cpp129 if(mColorTargets[0] && mColorTargets[0]->wnd) { in setActive()
130 rsdGLSetInternalSurface(rsc, mColorTargets[0]->wnd); in setActive()
DrsdAllocation.h72 ANativeWindow *wnd; member
DrsdAllocation.cpp723 drv->wnd = nw; in rsdAllocationSetSurface()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp837 nContextSetSurface(JNIEnv *_env, jobject _this, jlong con, jint width, jint height, jobject wnd) in nContextSetSurface() argument
841 width, height, (Surface *)wnd); in nContextSetSurface()
845 if (wnd == nullptr) { in nContextSetSurface()
848 window = android_view_Surface_getNativeWindow(_env, wnd).get(); in nContextSetSurface()