Searched defs:refCount (Results 1 - 4 of 4) sorted by relevance

/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_ComponentRegistry.h17 int refCount; member in struct:_ComponentTable
/hardware/ti/omap4xxx/camera/
H A DBaseCameraAdapter.cpp259 int refCount = -1; local
272 refCount = getFrameRefCount(frameBuf, frameType);
283 if ( 0 < refCount )
286 refCount--;
287 setFrameRefCount(frameBuf, frameType, refCount);
291 refCount += getFrameRefCount(frameBuf, CameraFrame::PREVIEW_FRAME_SYNC);
293 refCount += getFrameRefCount(frameBuf, CameraFrame::VIDEO_FRAME_SYNC);
295 refCount += getFrameRefCount(frameBuf, CameraFrame::VIDEO_FRAME_SYNC);
307 CAMHAL_LOGVB("REFCOUNT 0x%x %d", frameBuf, refCount);
312 if ( 0 == refCount )
1208 size_t refCount = 0; local
1365 setFrameRefCount(void* frameBuf, CameraFrame::FrameType frameType, int refCount) argument
[all...]
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp656 if (outputDesc->refCount() == 0) {
1374 uint32_t refCount = hwOutputDesc->strategyRefCount(STRATEGY_SONIFICATION); local
1375 refCount += hwOutputDesc->strategyRefCount(STRATEGY_ENFORCED_AUDIBLE);
1376 for (uint32_t i = 0; i < refCount; i++) {
1406 uint32_t refCount = mOutputs.valueFor(mHardwareOutput)->strategyRefCount(STRATEGY_SONIFICATION); local
1407 refCount += mOutputs.valueFor(mHardwareOutput)->strategyRefCount(STRATEGY_ENFORCED_AUDIBLE);
1408 for (uint32_t i = 0; i < refCount; i++) {
1430 int refCount = dupOutputDesc->mRefCount[i]; local
1431 hwOutputDesc->changeRefCount((AudioSystem::stream_type)i,-refCount);
2309 LOGW("changeRefCount() invalid delta %d for stream %d, refCount
2317 uint32_t AudioPolicyManagerBase::AudioOutputDescriptor::refCount() function in class:android_audio_legacy::AudioPolicyManagerBase::AudioOutputDescriptor
2328 uint32_t refCount = 0; local
[all...]
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXCameraAdapter.cpp2913 unsigned int refCount = 0; local

Completed in 540 milliseconds