Home
last modified time | relevance | path

Searched refs:nValue (Results 1 – 25 of 31) sorted by relevance

12

/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
DOMX_Types.h255 OMX_U32 nValue; /**< actual value */ member
263 OMX_S32 nValue; /**< actual value */ member
DOMX_Component.h253 OMX_U8 nValue[1]; member
/hardware/qcom/media/mm-core/omxcore/inc/
DOMX_Types.h255 OMX_U32 nValue; /**< actual value */ member
263 OMX_S32 nValue; /**< actual value */ member
DOMX_Component.h253 OMX_U8 nValue[1]; member
/hardware/ti/omap4xxx/domx/omx_core/inc/
DOMX_Types.h255 OMX_U32 nValue; /**< actual value */ member
263 OMX_S32 nValue; /**< actual value */ member
DOMX_Component.h253 OMX_U8 nValue[1]; member
/hardware/ti/omap4xxx/security/tf_daemon/
Dsmc_properties_parser.c511 uint32_t nValue; in SMCPropGetSystemPropertyAsInt() local
514 if (libString2GetStringAsInt(pValue, &nValue) == S_SUCCESS) in SMCPropGetSystemPropertyAsInt()
516 return nValue; in SMCPropGetSystemPropertyAsInt()
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
DG726DecTest.c816 pCompPrivateStructVolume->sVolume.nValue = 50; /* actual volume */ in main()
1149 pCompPrivateStructVolume->sVolume.nValue = 0x8000; in main()
1159 pCompPrivateStructVolume->sVolume.nValue = 0x1000; in main()
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
DG722EncTest.c604 pCompPrivateStructGain->sVolume.nValue = 50; /* actual volume */
1036 pCompPrivateStructGain->sVolume.nValue = 0x8000;
1047 pCompPrivateStructGain->sVolume.nValue = 0x1000;
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
DG711DecTest.c847 pCompPrivateStructVolume->sVolume.nValue = 50; /* actual volume */ in main()
1370 pCompPrivateStructVolume->sVolume.nValue = 0x8000; in main()
1379 pCompPrivateStructVolume->sVolume.nValue = 0x1000; in main()
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
DG729DecTest.c770 … pCompPrivateStructVolume->sVolume.nValue = 0x4000; /*actual volume */ in main()
1156 pCompPrivateStructVolume->sVolume.nValue = 0x7500; in main()
1166 pCompPrivateStructVolume->sVolume.nValue = 0x2500; in main()
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
DWBAmrDecTest.c1153 pCompPrivateStructVolume->sVolume.nValue = 50; /* actual volume */
1434 pCompPrivateStructVolume->sVolume.nValue = 0x8000;
1443 pCompPrivateStructVolume->sVolume.nValue = 0x1000;
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
DWbAmrEncTest.c1021 pCompPrivateStructGain->sVolume.nValue = 50; /* actual volume */
1397 pCompPrivateStructGain->sVolume.nValue = 0x8000;
1409 pCompPrivateStructGain->sVolume.nValue = 0x2000;
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
DAmrEncTest.c1101 pCompPrivateStructGain->sVolume.nValue = 50; /* actual volume */
1362 pCompPrivateStructGain->sVolume.nValue = 0x8000;
1374 pCompPrivateStructGain->sVolume.nValue = 0x2000;
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
DG726EncTest.c1212 pCompPrivateStructGain->sVolume.nValue = 0x8000;
1224 pCompPrivateStructGain->sVolume.nValue = 0x2000;
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
DAacEncTest.c1152 pCompPrivateStructGain->sVolume.nValue = Act_volume; /* actual volume */
1943 pCompPrivateStructGain->sVolume.nValue = 0x8000;
1955 pCompPrivateStructGain->sVolume.nValue = 0x2000;
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
DOMX_G722Encoder.c1256 cmd_data.param1 = pGainStructure->sVolume.nValue; in SetConfig()
1270 if(pGainStructure->sVolume.nValue > 4096) in SetConfig()
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
DG722DecTest.c1239 pCompPrivateStructVolume.sVolume.nValue = nVolume; /* actual volume */ in omxSetConfigVolume()
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
DOMX_VideoDec_Utils.c5253 OMX_U32 nValue = 0; local
5284 VIDDEC_LoadDWORD(nValue, pData);
5285 nWidth = nValue;
5286 VIDDEC_LoadDWORD(nValue, pData);
5287 nHeight = nValue;
5297 VIDDEC_LoadDWORD(nValue, pData);
5298 nActualCompression = nValue;
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
DOMX_G726Encoder.c991 cmd_data.param1 = pGainStructure->sVolume.nValue; in SetConfig()
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
DOMX_G729Decoder.c1247 cmd_data.param1 = pVolumeStructure->sVolume.nValue; in SetConfig()
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
DOMX_G726Decoder.c1203 cmd_data.param1 = pVolumeStructure->sVolume.nValue; in SetConfig()
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
DOMX_G722Decoder.c1180 cmd_data.param1 = pVolumeStructure->sVolume.nValue; in SetConfig()
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
DOMX_G711Decoder.c1224 cmd_data.param1 = pVolumeStructure->sVolume.nValue; in SetConfig()
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
DOMX_G729Encoder.c1163 cmd_data.param1 = pGainStructure->sVolume.nValue; in SetConfig()

12