Home
last modified time | relevance | path

Searched refs:nMax (Results 1 – 17 of 17) sorted by relevance

/hardware/qcom/media/mm-core/omxcore/inc/
DOMX_Types.h257 OMX_U32 nMax; /**< maximum for value (i.e. nValue <= nMax) */ member
265 OMX_S32 nMax; /**< maximum for value (i.e. nValue <= nMax) */ member
/hardware/qcom/media/mm-core/inc/
DOMX_Types.h257 OMX_U32 nMax; /**< maximum for value (i.e. nValue <= nMax) */ member
265 OMX_S32 nMax; /**< maximum for value (i.e. nValue <= nMax) */ member
DOMX_QCOMExtns.h551 OMX_S32 nMax; member
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
DOMX_Types.h257 OMX_U32 nMax; /**< maximum for value (i.e. nValue <= nMax) */ member
265 OMX_S32 nMax; /**< maximum for value (i.e. nValue <= nMax) */ member
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
DOMX_Types.h257 OMX_U32 nMax; /**< maximum for value (i.e. nValue <= nMax) */ member
265 OMX_S32 nMax; /**< maximum for value (i.e. nValue <= nMax) */ member
/hardware/ti/omap4-aah/domx/omx_core/inc/
DOMX_Types.h274 OMX_U32 nMax; /**< maximum for value (i.e. nValue <= nMax) */ member
282 OMX_S32 nMax; /**< maximum for value (i.e. nValue <= nMax) */ member
/hardware/ti/omap4xxx/domx/omx_core/inc/
DOMX_Types.h257 OMX_U32 nMax; /**< maximum for value (i.e. nValue <= nMax) */ member
265 OMX_S32 nMax; /**< maximum for value (i.e. nValue <= nMax) */ member
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
DG722EncTest.c606 pCompPrivateStructGain->sVolume.nMax = 100; /* max volume */
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
DG726DecTest.c818 pCompPrivateStructVolume->sVolume.nMax = 100; /* max volume */ in main()
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
DG711DecTest.c849 pCompPrivateStructVolume->sVolume.nMax = 100; /* max volume */ in main()
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
DG729DecTest.c772 pCompPrivateStructVolume->sVolume.nMax = 100; /* max volume */ in main()
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
DG722DecTest.c1241 pCompPrivateStructVolume.sVolume.nMax = 100; /* max volume */ in omxSetConfigVolume()
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
DWBAmrDecTest.c1155 pCompPrivateStructVolume->sVolume.nMax = 100; /* max volume */
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
DAmrEncTest.c1103 pCompPrivateStructGain->sVolume.nMax = 100; /* max volume */
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
DWbAmrEncTest.c1023 pCompPrivateStructGain->sVolume.nMax = 100; /* max volume */
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
DAacEncTest.c1154 pCompPrivateStructGain->sVolume.nMax = Max_volume; /* max volume */
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
Domx_video_base.cpp1746 pParam->nMax = max; in get_parameter()