Home
last modified time | relevance | path

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

/hardware/interfaces/renderscript/1.0/vts/functional/
DVtsMiscellaneousTests.cpp174 NativeWindow nativeWindow = context->allocationGetNativeWindow(allocationRecv); in TEST_F() local
175 ASSERT_NE(NativeWindow(0), nativeWindow); in TEST_F()
177 ((ANativeWindow *)nativeWindow)->incStrong(nullptr); in TEST_F()
178 native_window_api_connect((ANativeWindow*)nativeWindow, in TEST_F()
181 context->allocationSetNativeWindow(allocationSend, nativeWindow); in TEST_F()
/hardware/intel/common/libmix/videodecoder/
DVideoDecoderDefs.h157 void* nativeWindow; member
DVideoDecoderBase.cpp926 mVASurfaceAttrib->private_data = (void *)mConfigBuffer.nativeWindow; in setupVA()
1340 surfExtBuf.private_data = (void *)mConfigBuffer.nativeWindow; in createSurfaceFromHandle()
/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderBase.cpp560 p->nativeWindow = port_def.format.video.pNativeWindow; in PrepareConfigBuffer()
561 LOGD("NativeWindow = %p", p->nativeWindow); in PrepareConfigBuffer()
/hardware/interfaces/renderscript/1.0/
DIContext.hal144 * @return nativeWindow NativeWindow object associated with allocation
148 generates (NativeWindow nativeWindow);
157 * @pram nativeWindow NativeWindow to associate with allocation