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

1 2 3

  /external/mesa3d/src/mesa/drivers/dri/common/
dri_util.h 110 __DRIbuffer *(*AllocateBuffer) (__DRIscreen *screenPrivate,
dri_util.c 512 return driDriverAPI.AllocateBuffer(screen, attachment, format,
  /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/webp/src/dec/
buffer.c 78 static VP8StatusCode AllocateBuffer(WebPDecBuffer* const buffer) {
195 status = AllocateBuffer(out);
  /frameworks/av/media/libstagefright/omx/
SoftOMXComponent.cpp 54 mComponent->AllocateBuffer = AllocateBufferWrapper;
209 return me->allocateBuffer(buffer, portIndex, appPrivate, size);
298 OMX_ERRORTYPE SoftOMXComponent::allocateBuffer(
  /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/v8/src/heap/
mark-compact.h 231 SlotsBuffer* AllocateBuffer(SlotsBuffer* next_buffer);
341 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 586 or AllocateBuffer indicating the buffer that was emptied.
615 or AllocateBuffer indicating the buffer that was filled.
    [all...]
  /hardware/intel/common/utils/ISV/include/
isv_omxcomponent.h 158 static OMX_ERRORTYPE AllocateBuffer(
  /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)(
OMX_Core.h 557 or AllocateBuffer indicating the buffer that was emptied.
586 or AllocateBuffer indicating the buffer that was filled.
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Component.h 487 specification for details on the AllocateBuffer method.
490 OMX_ERRORTYPE (*AllocateBuffer)(
OMX_Core.h 557 or AllocateBuffer indicating the buffer that was emptied.
586 or AllocateBuffer indicating the buffer that was filled.
    [all...]
  /hardware/ti/omap4-aah/domx/omx_core/inc/
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/ti/omap4xxx/domx/omx_core/inc/
OMX_Component.h 487 specification for details on the AllocateBuffer method.
490 OMX_ERRORTYPE (*AllocateBuffer)(
OMX_Core.h 557 or AllocateBuffer indicating the buffer that was emptied.
586 or AllocateBuffer indicating the buffer that was filled.
    [all...]
  /hardware/intel/common/utils/ISV/omx/
isv_omxcomponent.cpp 102 mBaseComponent.AllocateBuffer = AllocateBuffer;
565 OMX_ERRORTYPE ISVComponent::AllocateBuffer(
    [all...]
  /hardware/intel/common/wrs_omxil_core/base/src/
componentbase.cpp 286 handle->AllocateBuffer = AllocateBuffer;
967 OMX_ERRORTYPE ComponentBase::AllocateBuffer(
1016 return port->AllocateBuffer(ppBuffer, nPortIndex, pAppPrivate, nSizeBytes);
    [all...]
  /hardware/qcom/media/mm-core/omxcore/src/common/
omx_core_cmp.cpp 57 component->AllocateBuffer = &qc_omx_component_allocate_buffer;
  /hardware/qcom/media/mm-core/src/common/
omx_core_cmp.cpp 57 component->AllocateBuffer = &qc_omx_component_allocate_buffer;

Completed in 321 milliseconds

1 2 3