OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateByteBuffer
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
ViESurfaceRenderer.java
126
public ByteBuffer
CreateByteBuffer
(int width, int height) {
127
Logging.d(TAG, "
CreateByteBuffer
" + width + ":" + height);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
scardssp.h
387
virtual HRESULT WINAPI
CreateByteBuffer
(DWORD dwAllocSize,LPBYTEBUFFER *ppbyBuff) = 0;
408
HRESULT (WINAPI *
CreateByteBuffer
)(ISCardTypeConv *This,DWORD dwAllocSize,LPBYTEBUFFER *ppbyBuff);
431
#define ISCardTypeConv_CreateByteBuffer(This,dwAllocSize,ppbyBuff) (This)->lpVtbl->
CreateByteBuffer
(This,dwAllocSize,ppbyBuff)
[
all
...]
Completed in 2661 milliseconds