/hardware/intel/common/libwsbm/src/ |
D | wsbm_manager.c | 74 struct _WsbmBufStorage *storage; member 360 struct _WsbmBufStorage *storage; in wsbmBOWaitIdle() local 362 storage = buf->storage; in wsbmBOWaitIdle() 363 if (!storage) in wsbmBOWaitIdle() 366 (void)storage->pool->waitIdle(storage, lazy); in wsbmBOWaitIdle() 372 struct _WsbmBufStorage *storage = buf->storage; in wsbmBOMap() local 376 retval = storage->pool->map(storage, mode, &virtual); in wsbmBOMap() 384 struct _WsbmBufStorage *storage = buf->storage; in wsbmBOUnmap() local 386 if (!storage) in wsbmBOUnmap() 389 storage->pool->unmap(storage); in wsbmBOUnmap() [all …]
|
D | wsbm_pool.h | 86 wsbmBufStorageInit(struct _WsbmBufStorage *storage, in wsbmBufStorageInit() argument 89 int ret = WSBM_MUTEX_INIT(&storage->mutex); in wsbmBufStorageInit() 93 storage->pool = pool; in wsbmBufStorageInit() 94 wsbmAtomicSet(&storage->refCount, 1); in wsbmBufStorageInit() 95 wsbmAtomicSet(&storage->onList, 0); in wsbmBufStorageInit() 96 storage->destroyContainer = NULL; in wsbmBufStorageInit() 101 wsbmBufStorageTakedown(struct _WsbmBufStorage *storage) in wsbmBufStorageTakedown() argument 103 WSBM_MUTEX_FREE(&storage->mutex); in wsbmBufStorageTakedown() 109 struct _WsbmBufStorage *storage = *pStorage; in wsbmBufStorageUnref() local 112 if (storage == NULL) in wsbmBufStorageUnref() [all …]
|
D | wsbm_slabpool.c | 73 struct _WsbmBufStorage storage; member 200 return slabPoolFromPool(sBuf->storage.pool); in slabPoolFromBuf() 206 return containerOf(buf, struct _WsbmSlabBuffer, storage); in slabBuffer() 481 ret = wsbmBufStorageInit(&sBuf->storage, &header->slabPool->pool); in wsbmAllocSlab() 505 wsbmBufStorageTakedown(&sBuf->storage); in wsbmAllocSlab() 560 wsbmBufStorageTakedown(&sBuf->storage); in wsbmSlabFreeBufferLocked() 684 buf->storage.destroyContainer = NULL; in wsbmSlabAllocBuffer() 715 return ((sBuf) ? &sBuf->storage : NULL); in pool_create() 737 ret = wsbmBufStorageInit(&sBuf->storage, pool); in pool_create() 773 return &sBuf->storage; in pool_create() [all …]
|
D | wsbm_driver.h | 45 unsigned long storage[WSBM_MUTEX_SPACE]; member 51 unsigned long storage[WSBM_COND_SPACE]; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/ |
D | 0002-ne_read_simple-uninitialized_variable.diff | 8 struct ebml_type * storage; 12 storage = (struct ebml_type *) (ctx->ancestor->data + desc->offset);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/ |
D | nestegg.c | 951 struct ebml_type * storage; in ne_read_simple() local 954 storage = (struct ebml_type *) (ctx->ancestor->data + desc->offset); in ne_read_simple() 956 if (storage->read) { in ne_read_simple() 962 storage->type = desc->type; in ne_read_simple() 965 desc->id, desc->name, storage, desc->offset); in ne_read_simple() 969 r = ne_read_uint(ctx->io, &storage->v.u, length); in ne_read_simple() 972 r = ne_read_float(ctx->io, &storage->v.f, length); in ne_read_simple() 975 r = ne_read_int(ctx->io, &storage->v.i, length); in ne_read_simple() 978 r = ne_read_string(ctx, &storage->v.s, length); in ne_read_simple() 981 r = ne_read_binary(ctx, &storage->v.b, length); in ne_read_simple() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | usage.dox | 28 A context is a storage area allocated by the calling application that the 32 size, and thus can be allocated with automatic storage or dynamically 44 this storage, as it contains internal implementation details likely to
|
D | usage_dx.dox | 43 iterator storage (of type #vpx_codec_iter_t) to NULL, then calls
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/ |
D | vp8_subpixelvariance16x16_neon.asm | 51 sub sp, sp, #272 ;reserve space on stack for temporary storage 242 sub sp, sp, #528 ;reserve space on stack for temporary storage 311 sub sp, sp, #528 ;reserve space on stack for temporary storage
|
D | vp8_subpixelvariance16x16s_neon.asm | 364 sub sp, sp, #256 ;reserve space on stack for temporary storage 408 sub sp, sp, #256 ;reserve space on stack for temporary storage 457 sub sp, sp, #256 ;reserve space on stack for temporary storage
|
D | sixtappredict16x16_neon.asm | 62 sub sp, sp, #336 ;reserve space on stack for temporary storage
|
D | sixtappredict8x4_neon.asm | 54 sub sp, sp, #32 ;reserve space on stack for temporary storage
|
D | sixtappredict8x8_neon.asm | 55 sub sp, sp, #64 ;reserve space on stack for temporary storage
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/ |
D | sixtappredict8x4_v6.asm | 28 …str r3, [sp, #-184]! ;reserve space on stack for temporary storage, store yoffs…
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/ |
D | filter_altivec.asm | 823 ;# use the stack as temporary storage
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/ |
D | vp9_idct32x32_add_neon.asm | 71 ; Load from output (used as temporary storage) 87 ; Store into output (sometimes as as temporary storage)
|
/hardware/intel/bootstub/ |
D | LICENSE | 139 a storage or distribution medium does not bring the other work under
|
/hardware/ti/omap3/dspbridge/libbridge/ |
D | COPYING | 208 a storage or distribution medium does not bring the other work under
|