/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
D | OMX_Types.h | 255 OMX_U32 nValue; /**< actual value */ member 263 OMX_S32 nValue; /**< actual value */ member
|
D | OMX_Component.h | 253 OMX_U8 nValue[1]; member
|
/hardware/qcom/media/mm-core/omxcore/inc/ |
D | OMX_Types.h | 255 OMX_U32 nValue; /**< actual value */ member 263 OMX_S32 nValue; /**< actual value */ member
|
D | OMX_Component.h | 253 OMX_U8 nValue[1]; member
|
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
D | OMX_Types.h | 255 OMX_U32 nValue; /**< actual value */ member 263 OMX_S32 nValue; /**< actual value */ member
|
D | OMX_Component.h | 253 OMX_U8 nValue[1]; member
|
/hardware/ti/omap4xxx/security/tf_daemon/ |
D | smc_properties_parser.c | 511 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/ |
D | G726DecTest.c | 816 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/ |
D | G722EncTest.c | 604 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/ |
D | G711DecTest.c | 847 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/ |
D | G729DecTest.c | 770 … 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/ |
D | WBAmrDecTest.c | 1153 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/ |
D | WbAmrEncTest.c | 1021 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/ |
D | AmrEncTest.c | 1101 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/ |
D | G726EncTest.c | 1212 pCompPrivateStructGain->sVolume.nValue = 0x8000; 1224 pCompPrivateStructGain->sVolume.nValue = 0x2000;
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/ |
D | AacEncTest.c | 1152 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/ |
D | OMX_G722Encoder.c | 1256 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/ |
D | G722DecTest.c | 1239 pCompPrivateStructVolume.sVolume.nValue = nVolume; /* actual volume */ in omxSetConfigVolume()
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/ |
D | OMX_VideoDec_Utils.c | 5253 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/ |
D | OMX_G726Encoder.c | 991 cmd_data.param1 = pGainStructure->sVolume.nValue; in SetConfig()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/ |
D | OMX_G729Decoder.c | 1247 cmd_data.param1 = pVolumeStructure->sVolume.nValue; in SetConfig()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/ |
D | OMX_G726Decoder.c | 1203 cmd_data.param1 = pVolumeStructure->sVolume.nValue; in SetConfig()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/ |
D | OMX_G722Decoder.c | 1180 cmd_data.param1 = pVolumeStructure->sVolume.nValue; in SetConfig()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/ |
D | OMX_G711Decoder.c | 1224 cmd_data.param1 = pVolumeStructure->sVolume.nValue; in SetConfig()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/ |
D | OMX_G729Encoder.c | 1163 cmd_data.param1 = pGainStructure->sVolume.nValue; in SetConfig()
|