Searched refs:wnd (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
D | grp_data.c | 54 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/ |
D | rsdFrameBufferObj.cpp | 129 if(mColorTargets[0] && mColorTargets[0]->wnd) { in setActive() 130 rsdGLSetInternalSurface(rsc, mColorTargets[0]->wnd); in setActive()
|
D | rsdAllocation.h | 72 ANativeWindow *wnd; member
|
D | rsdAllocation.cpp | 723 drv->wnd = nw; in rsdAllocationSetSurface()
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 837 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()
|