HomeSort by relevance Sort by last modified time
    Searched refs:AllocateBuffer (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /external/chromium_org/remoting/client/jni/
jni_frame_consumer.h 56 void AllocateBuffer(const webrtc::DesktopSize& source_size);
58 // Frees a frame buffer previously allocated by AllocateBuffer.
jni_frame_consumer.cc 101 AllocateBuffer(source_size);
108 void JniFrameConsumer::AllocateBuffer(const webrtc::DesktopSize& source_size) {
  /packages/apps/OMA-DM/engine/dmlib/api/native/
dmstring.h 281 char* AllocateBuffer( int nLen );
  /external/chromium_org/remoting/client/plugin/
pepper_view.h 70 webrtc::DesktopFrame* AllocateBuffer();
72 // Frees a frame buffer previously allocated by AllocateBuffer.
pepper_view.cc 94 webrtc::DesktopFrame* buffer = AllocateBuffer();
97 buffer = AllocateBuffer();
226 webrtc::DesktopFrame* PepperView::AllocateBuffer() {
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
dri_util.h 110 __DRIbuffer *(*AllocateBuffer) (__DRIscreen *screenPrivate,
  /external/mesa3d/src/mesa/drivers/dri/common/
dri_util.h 110 __DRIbuffer *(*AllocateBuffer) (__DRIscreen *screenPrivate,
  /packages/apps/OMA-DM/engine/dmlib/dmengine/dm_persist/src/
SyncML_DM_Archiver.cc 214 char *orgFilePath = strOrgFilePathBuffer.AllocateBuffer(XPL_FS_MAX_FILE_NAME_LENGTH);
215 char *tmpFilePath =strTmpFilePathBuffer.AllocateBuffer(XPL_FS_MAX_FILE_NAME_LENGTH);
216 char *bakFilePath = strBakFilePathBuffer.AllocateBuffer(XPL_FS_MAX_FILE_NAME_LENGTH);
499 char *orgFilePath = strOrgFilePathBuffer.AllocateBuffer(XPL_FS_MAX_FILE_NAME_LENGTH);
500 char *tmpFilePath =strTmpFilePathBuffer.AllocateBuffer(XPL_FS_MAX_FILE_NAME_LENGTH);
501 char *bakFilePath = strBakFilePathBuffer.AllocateBuffer(XPL_FS_MAX_FILE_NAME_LENGTH);
502 char *cmtFilePath = strCmtFilePathBuffer.AllocateBuffer(XPL_FS_MAX_FILE_NAME_LENGTH);
  /packages/apps/OMA-DM/engine/dmlib/dmengine/dm_tnm/src/
dm_tree_plugin_util.cc 48 char *file_name = strFileNameBuffer.AllocateBuffer(XPL_FS_MAX_FILE_NAME_LENGTH);
177 char *file_name = strFileNameBuffer.AllocateBuffer(XPL_FS_MAX_FILE_NAME_LENGTH);
178 char *file_bak_name = strFileBakNameBuffer.AllocateBuffer(XPL_FS_MAX_FILE_NAME_LENGTH);
  /hardware/intel/common/wrs_omxil_core/base/inc/
portbase.h 77 OMX_ERRORTYPE AllocateBuffer(OMX_BUFFERHEADERTYPE **ppBuffer,
componentbase.h 197 static OMX_ERRORTYPE AllocateBuffer(
  /external/chromium_org/third_party/libwebp/dec/
buffer.c 78 static VP8StatusCode AllocateBuffer(WebPDecBuffer* const buffer) {
195 status = AllocateBuffer(out);
  /external/webp/src/dec/
buffer.c 78 static VP8StatusCode AllocateBuffer(WebPDecBuffer* const buffer) {
195 status = AllocateBuffer(out);
  /packages/apps/OMA-DM/engine/dmlib/dmengine/dm_ua/src/
SYNCML_DM_TreeMount.cc 127 char *line = strLineBuffer.AllocateBuffer(DM_MAX_CONFIG_LINE);
dmConfigManager.cc 87 char *line = strLineBuffer.AllocateBuffer(DM_MAX_CONFIG_LINE);
140 char *line = strLineBuffer.AllocateBuffer(DM_MAX_CONFIG_LINE);
  /frameworks/av/media/libstagefright/omx/
SoftOMXComponent.cpp 54 mComponent->AllocateBuffer = AllocateBufferWrapper;
209 return me->allocateBuffer(buffer, portIndex, appPrivate, size);
298 OMX_ERRORTYPE SoftOMXComponent::allocateBuffer(
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/core/
Exynos_OMX_Component_Register.c 164 (NULL == component->AllocateBuffer) ||
  /packages/apps/OMA-DM/engine/dmlib/dmtapi/native/src/
dmstring.cc 287 char* DMString::AllocateBuffer( int nLen )
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wabapi.h 16 #define WAB_IWABOBJECT_METHODS(IPURE) MAPIMETHOD(GetLastError) (THIS_ HRESULT hResult,ULONG ulFlags,LPMAPIERROR *lppMAPIError) IPURE; MAPIMETHOD(AllocateBuffer) (THIS_ ULONG cbSize,LPVOID *lppBuffer) IPURE; MAPIMETHOD(AllocateMore) (THIS_ ULONG cbSize,LPVOID lpObject,LPVOID *lppBuffer) IPURE; MAPIMETHOD(FreeBuffer) (THIS_ LPVOID lpBuffer) IPURE; MAPIMETHOD(Backup) (THIS_ LPSTR lpFileName) IPURE; MAPIMETHOD(Import) (THIS_ LPSTR lpImportParam) IPURE; MAPIMETHOD(Find) (THIS_ LPADRBOOK lpIAB,HWND hWnd) IPURE; MAPIMETHOD(VCardDisplay) (THIS_ LPADRBOOK lpIAB,HWND hWnd,LPSTR lpszFileName) IPURE; MAPIMETHOD(LDAPUrl) (THIS_ LPADRBOOK lpIAB,HWND hWnd,ULONG ulFlags,LPSTR lpszURL,LPMAILUSER *lppMailUser) IPURE; MAPIMETHOD(VCardCreate) (THIS_ LPADRBOOK lpIAB,ULONG ulFlags,LPSTR lpszVCard,LPMAILUSER lpMailUser) IPURE; MAPIMETHOD(VCardRetrieve) (THIS_ LPADRBOOK lpIAB,ULONG ulFlags,LPSTR lpszVCard,LPMAILUSER *lppMailUser) IPURE; MAPIMETHOD(GetMe) (THIS_ LPADRBOOK lpIAB,ULONG ulFlags,DWORD *lpdwAction,SBinary *lpsbEID,ULONG ulParam) IPURE; MAPIMETHOD(SetMe) (THIS_ LPADRBOOK lpIAB,ULONG ulFlags,SBinary sbEID,ULONG ulParam) IPURE;
76 STDMETHODIMP WABOpenEx(LPADRBOOK *lppAdrBook,LPWABOBJECT *lppWABObject,LPWAB_PARAM lpWP,DWORD Reserved,ALLOCATEBUFFER *fnAllocateBuffer,ALLOCATEMORE *fnAllocateMore,FREEBUFFER *fnFreeBuffer);
78 typedef HRESULT (WINAPI WABOPENEX)(LPADRBOOK *lppAdrBook,LPWABOBJECT *lppWABObject,LPWAB_PARAM lpWP,DWORD Reserved,ALLOCATEBUFFER *fnAllocateBuffer,ALLOCATEMORE *fnAllocateMore,FREEBUFFER *fnFreeBuffer);
  /external/chromium_org/v8/src/
mark-compact.h 235 SlotsBuffer* AllocateBuffer(SlotsBuffer* next_buffer);
355 buffer = allocator->AllocateBuffer(buffer);
  /frameworks/native/include/media/openmax/
OMX_Component.h 504 specification for details on the AllocateBuffer method.
507 OMX_ERRORTYPE (*AllocateBuffer)(
OMX_Core.h 574 or AllocateBuffer indicating the buffer that was emptied.
603 or AllocateBuffer indicating the buffer that was filled.
    [all...]
  /hardware/qcom/media/mm-core/inc/
OMX_Component.h 487 specification for details on the AllocateBuffer method.
490 OMX_ERRORTYPE (*AllocateBuffer)(
OMX_Core.h 566 or AllocateBuffer indicating the buffer that was emptied.
595 or AllocateBuffer indicating the buffer that was filled.
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Component.h 487 specification for details on the AllocateBuffer method.
490 OMX_ERRORTYPE (*AllocateBuffer)(

Completed in 828 milliseconds

1 2 3 4