HomeSort by relevance Sort by last modified time
    Searched full:bufferlist (Results 1 - 16 of 16) sorted by null

  /hardware/intel/img/hwcomposer/merrifield/include/
VirtualDevice.h 73 class BufferList {
75 BufferList(VirtualDevice& vd, const char* name, uint32_t limit, uint32_t format, uint32_t usage);
115 BufferList mCscBuffers;
116 BufferList mRgbUpscaleBuffers;
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3BufferManager.h 213 typedef std::list<BufferEntry> BufferList;
268 BufferList freeBuffers;
303 * Add a buffer entry to the BufferList. This method needs to be called with mLock held.
305 status_t addBufferToBufferListLocked(BufferList &bufList, const BufferEntry &buffer);
308 * Remove all buffers from the BufferList.
315 status_t removeBuffersFromBufferListLocked(BufferList &bufList, int streamId);
320 * GraphicBufferEntry will be removed from the BufferList if a GraphicBufferEntry is found.
325 GraphicBufferEntry getFirstBufferFromBufferListLocked(BufferList& buffers, int streamId);
333 bool inline hasBufferForStreamLocked(BufferList& buffers, int streamId);
Camera3BufferManager.cpp 147 BufferList& freeBufs = currentSet.freeBuffers;
471 status_t Camera3BufferManager::addBufferToBufferListLocked(BufferList& bufList,
479 status_t Camera3BufferManager::removeBuffersFromBufferListLocked(BufferList& bufferList,
481 BufferList::iterator i = bufferList.begin();
482 while (i != bufferList.end()) {
486 __FUNCTION__, streamId, bufferList.size());
489 i = bufferList.erase(i);
499 bool Camera3BufferManager::hasBufferForStreamLocked(BufferList& buffers, int streamId)
    [all...]
  /hardware/ti/omap4-aah/domx/test/sample_proxy/
test_sample_proxy.c 169 BufferList *_pT = _pL; \
182 typedef struct _BufferList BufferList;
188 BufferList *pNextBuf;
204 BufferList *pInBufferList;
205 BufferList *pOutBufferList;
225 BufferList *pInBufferList;
226 BufferList *pOutBufferList;
580 BufferList *pList;
643 BufferList *pList;
677 BufferList *pBufferList
    [all...]
  /hardware/ti/omap4xxx/domx/test/sample_proxy/
test_sample_proxy.c 169 BufferList *_pT = _pL; \
182 typedef struct _BufferList BufferList;
188 BufferList *pNextBuf;
204 BufferList *pInBufferList;
205 BufferList *pOutBufferList;
225 BufferList *pInBufferList;
226 BufferList *pOutBufferList;
580 BufferList *pList;
643 BufferList *pList;
677 BufferList *pBufferList
    [all...]
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMX3A.cpp 1690 CameraBuffer *bufferlist; local
1885 CameraBuffer *bufferlist = NULL; local
    [all...]
OMXFocus.cpp 717 CameraBuffer *bufferlist; local
732 bufferlist = mMemMgr.allocateBufferList(0, 0, NULL, areasSize, 1);
733 focusAreas = (OMX_ALGOAREASTYPE*) bufferlist[0].opaque;
797 sharedBuffer.pSharedBuff = (OMX_U8 *) camera_buffer_get_omx_ptr (&bufferlist[0]);
816 if (NULL != bufferlist)
818 mMemMgr.freeBufferList (bufferlist);
OMXCapabilities.cpp 2402 CameraBuffer *bufferlist; local
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/
OMX_AacEnc_Utils.h 291 typedef struct _BUFFERLIST BUFFERLIST;
300 BUFFERLIST *pNextBuf;
301 BUFFERLIST *pPrevBuf;
469 BUFFERLIST *pInputBufferList;
471 BUFFERLIST *pOutputBufferList;
  /external/webrtc/webrtc/modules/audio_device/mac/
audio_device_mac.cc     [all...]
  /hardware/intel/img/hwcomposer/merrifield/common/devices/
VirtualDevice.cpp 548 struct VirtualDevice::BufferList::HeldBuffer : public RefBase {
549 HeldBuffer(BufferList& list, buffer_handle_t handle, uint32_t w, uint32_t h)
569 BufferList& mList;
575 VirtualDevice::BufferList::BufferList(VirtualDevice& vd, const char* name,
588 buffer_handle_t VirtualDevice::BufferList::get(uint32_t width, uint32_t height, sp<RefBase>* heldBuffer)
622 void VirtualDevice::BufferList::clear()
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEncoder.c 264 OMX_MALLOC_GENERIC(pComponentPrivate->pInputBufferList, BUFFERLIST);
269 OMX_MALLOC_GENERIC(pComponentPrivate->pOutputBufferList, BUFFERLIST);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/
OMX_WmaDec_Utils.h 551 typedef struct _BUFFERLIST BUFFERLIST;
606 BUFFERLIST *pInputBufferList;
615 BUFFERLIST *pOutputBufferList;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDecoder.c 240 OMX_MALLOC_GENERIC(pComponentPrivate->pInputBufferList, BUFFERLIST);
262 OMX_MALLOC_GENERIC(pComponentPrivate->pOutputBufferList, BUFFERLIST);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ks.h     [all...]
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/0.13.2/
grpc-core-0.13.2.jar 

Completed in 2764 milliseconds