Home
last modified time | relevance | path

Searched refs:nU32 (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/headers/media_plugin/media/openmax/
DOMX_Component.h110 OMX_U32 nU32; /**< U32 value */ member
/frameworks/av/media/codec2/sfplugin/
DC2OMXNode.cpp228 mAdjustTimestampGapUs = (int32_t)((OMX_PARAM_U32TYPE*)params)->nU32; in setParameter()
DCCodec.cpp287 ptrGapParam.nU32 = int32_t(gap); in configure()
/frameworks/av/media/libstagefright/
DACodec.cpp1079 params.nU32 = (OMX_U32)usageBits; in setupNativeWindowSizeFormatAndUsage()
2355 config.nU32 = (OMX_U32)latency; in setLatency()
2370 *latency = config.nU32; in getLatency()
2392 config.nU32 = (OMX_U32)priority; in setPriority()
2420 config.nU32 = rate; in setOperatingRate()
6909 maxPtsGapParams.nU32 = (uint32_t)mCodec->mMaxPtsGapUs; in setupInputSurface()
/frameworks/av/media/libstagefright/omx/
DOMXNodeInstance.cpp1944 mMaxTimestampGapUs = (int32_t)((OMX_PARAM_U32TYPE*)params)->nU32; in setMaxPtsGapUs()