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

1 2 3

  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_buffer_allocator.h 49 DisplayError AllocateBuffer(BufferInfo *buffer_info);
hwc_buffer_allocator.cpp 49 DisplayError HWCBufferAllocator::AllocateBuffer(BufferInfo *buffer_info) {
  /hardware/qcom/display/msm8996/sdm/include/core/
buffer_allocator.h 59 @sa BufferAllocator::AllocateBuffer
70 @sa BufferAllocator::AllocateBuffer
98 virtual DisplayError AllocateBuffer(BufferInfo *buffer_info) = 0;
103 @details This method deallocates the memory allocated using AllocateBuffer method.
  /external/v8/src/heap/
slots-buffer.h 22 SlotsBuffer* AllocateBuffer(SlotsBuffer* next_buffer);
134 buffer = allocator->AllocateBuffer(buffer);
slots-buffer.cc 28 buffer = allocator->AllocateBuffer(buffer);
140 SlotsBuffer* SlotsBufferAllocator::AllocateBuffer(SlotsBuffer* next_buffer) {
  /external/autotest/client/site_tests/camera_V4L2/src/
media_v4l2_device.h 93 bool AllocateBuffer(uint32_t buffer_count);
media_v4l2_device.cc 386 bool V4L2Device::AllocateBuffer(uint32_t buffer_count) {
402 if (!AllocateBuffer(1))
433 if (!AllocateBuffer(req.count))
479 if (!AllocateBuffer(4))
  /external/mesa3d/src/mesa/drivers/dri/common/
dri_util.h 110 __DRIbuffer *(*AllocateBuffer) (__DRIscreen *screenPrivate,
  /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/opencv3/3rdparty/libwebp/dec/
buffer.c 77 static VP8StatusCode AllocateBuffer(WebPDecBuffer* const buffer) {
168 return AllocateBuffer(out);
  /external/webp/src/dec/
buffer.c 86 static VP8StatusCode AllocateBuffer(WebPDecBuffer* const buffer) {
206 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);
  /frameworks/native/include/media/openmax/
OMX_Component.h 504 specification for details on the AllocateBuffer method.
507 OMX_ERRORTYPE (*AllocateBuffer)(
OMX_Core.h 605 or AllocateBuffer indicating the buffer that was emptied.
634 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/msm8974/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/msm8974/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/qcom/media/msm8996/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/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...]

Completed in 592 milliseconds

1 2 3