Searched refs:pValue (Results 1 - 25 of 59) sorted by path

123

/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp826 static status_t parseValueWithUnit(const char* str, uint32_t* pValue) { argument
833 *pValue = value;
836 *pValue = value * 1000000; // check for overflow?
/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.c709 * pValue pointer to parameter value
721 int Downmix_setParameter(downmix_object_t *pDownmixer, int32_t param, uint32_t size, void *pValue) { argument
725 pDownmixer, param, *(int16_t *)pValue, *(int32_t *)pValue);
735 value16 = *(int16_t *)pValue;
763 * pValue pointer to variable to hold retrieved value
767 * *pValue updated with parameter value
777 int Downmix_getParameter(downmix_object_t *pDownmixer, int32_t param, uint32_t *pSize, void *pValue) { argument
787 pValue16 = (int16_t *)pValue;
H A DEffectDownmix.h96 int Downmix_setParameter(downmix_object_t *pDownmixer, int32_t param, uint32_t size, void *pValue);
97 int Downmix_getParameter(downmix_object_t *pDownmixer, int32_t param, uint32_t *pSize, void *pValue);
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp141 int BassBoost_setParameter (EffectContext *pContext, void *pParam, void *pValue);
145 void *pValue);
146 int Virtualizer_setParameter (EffectContext *pContext, void *pParam, void *pValue);
150 void *pValue);
151 int Equalizer_setParameter (EffectContext *pContext, void *pParam, void *pValue);
155 void *pValue);
156 int Volume_setParameter (EffectContext *pContext, void *pParam, void *pValue);
160 void *pValue);
1991 // pValue - pointer to variable to hold retrieved value
1995 // *pValue update
2003 BassBoost_getParameter(EffectContext *pContext, void *pParam, uint32_t *pValueSize, void *pValue) argument
2076 BassBoost_setParameter(EffectContext *pContext, void *pParam, void *pValue) argument
2121 Virtualizer_getParameter(EffectContext *pContext, void *pParam, uint32_t *pValueSize, void *pValue) argument
2226 Virtualizer_setParameter(EffectContext *pContext, void *pParam, void *pValue) argument
2280 Equalizer_getParameter(EffectContext *pContext, void *pParam, uint32_t *pValueSize, void *pValue) argument
2457 Equalizer_setParameter(EffectContext *pContext, void *pParam, void *pValue) argument
2538 Volume_getParameter(EffectContext *pContext, void *pParam, uint32_t *pValueSize, void *pValue) argument
2632 Volume_setParameter(EffectContext *pContext, void *pParam, void *pValue) argument
[all...]
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp183 int Reverb_setParameter (ReverbContext *pContext, void *pParam, void *pValue);
187 void *pValue);
1526 // pValue - pointer to variable to hold retrieved value
1530 // *pValue updated with parameter value
1541 void *pValue){
1554 *(uint16_t *)pValue = pContext->nextPreset;
1643 pProperties = (t_reverb_settings *) pValue;
1681 *(int16_t *)pValue = ReverbGetRoomLevel(pContext);
1684 // *(int16_t *)pValue);
1687 *(int16_t *)pValue
1538 Reverb_getParameter(ReverbContext *pContext, void *pParam, uint32_t *pValueSize, void *pValue) argument
1755 Reverb_setParameter(ReverbContext *pContext, void *pParam, void *pValue) argument
[all...]
/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp296 void *pValue)
300 t_agc_settings *pProperties = (t_agc_settings *)pValue;
332 *(int16_t *) pValue = (int16_t)(agc->target_level_dbfs() * -100);
333 ALOGV("AgcGetParameter() target level %d milliBels", *(int16_t *) pValue);
336 *(int16_t *) pValue = (int16_t)(agc->compression_gain_db() * 100);
337 ALOGV("AgcGetParameter() comp gain %d milliBels", *(int16_t *) pValue);
340 *(bool *) pValue = (bool)agc->is_limiter_enabled();
342 (*(int16_t *) pValue != 0) ? "true" : "false");
357 int AgcSetParameter (preproc_effect_t *effect, void *pParam, void *pValue) argument
361 t_agc_settings *pProperties = (t_agc_settings *)pValue;
293 AgcGetParameter(preproc_effect_t *effect, void *pParam, uint32_t *pValueSize, void *pValue) argument
456 AecGetParameter(preproc_effect_t *effect, void *pParam, uint32_t *pValueSize, void *pValue) argument
481 AecSetParameter(preproc_effect_t *effect, void *pParam, void *pValue) argument
603 NsSetParameter(preproc_effect_t *effect, void *pParam, void *pValue) argument
[all...]
/frameworks/av/media/libeffects/testlibs/
H A DEffectEqualizer.cpp118 int Equalizer_getParameter(AudioEqualizer * pEqualizer, int32_t *pParam, uint32_t *pValueSize, void *pValue);
119 int Equalizer_setParameter(AudioEqualizer * pEqualizer, int32_t *pParam, void *pValue);
351 // pValue - pointer to variable to hold retrieved value
355 // *pValue updated with parameter value
363 int Equalizer_getParameter(AudioEqualizer * pEqualizer, int32_t *pParam, uint32_t *pValueSize, void *pValue) argument
419 *(uint16_t *)pValue = (uint16_t)kNumBands;
420 ALOGV("Equalizer_getParameter() EQ_PARAM_NUM_BANDS %d", *(int16_t *)pValue);
424 *(int16_t *)pValue = -9600;
425 *((int16_t *)pValue + 1) = 4800;
427 *(int32_t *)pValue, *((int32_
532 Equalizer_setParameter(AudioEqualizer * pEqualizer, int32_t *pParam, void *pValue) argument
[all...]
H A DEffectReverb.c741 * pValue - pointer to variable to hold retrieved value
745 * *pValue updated with parameter value
754 void *pValue) {
768 pValue16 = (int16_t *)pValue;
807 pValue32 = (int32_t *) pValue;
808 pValue16 = (int16_t *) pValue;
809 pProperties = (t_reverb_settings *) pValue;
1012 pReverb, param, *(int *)pValue);
1026 * pValue - pointer to parameter value
1037 void *pValue) {
753 Reverb_getParameter(reverb_object_t *pReverb, int32_t param, uint32_t *pSize, void *pValue) argument
1036 Reverb_setParameter(reverb_object_t *pReverb, int32_t param, uint32_t size, void *pValue) argument
[all...]
H A DEffectReverb.h333 int Reverb_setParameter (reverb_object_t *pReverb, int32_t param, uint32_t size, void *pValue);
334 int Reverb_getParameter(reverb_object_t *pReverb, int32_t param, uint32_t *pSize, void *pValue);
/frameworks/compile/mclinker/include/mcld/ADT/
H A DBinTree.h431 BinaryTree& join(TreeIteratorBase& pPosition, const DataType& pValue) { argument
433 node->data = const_cast<DataType*>(&pValue);
H A DHashEntry.h56 void setValue(const ValueType& pValue) { m_Value = pValue; } argument
H A DTreeBase.h109 explicit Node(const value_type& pValue) : NodeBase(), data(&pValue) {} argument
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DAlignFragment.h21 int64_t pValue,
36 void setEmitNops(bool pValue) { m_bEmitNops = pValue; } argument
H A DFillFragment.h22 FillFragment(int64_t pValue,
H A DFragment.h43 void setParent(SectionData* pValue) { m_pParent = pValue; } argument
/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h376 /// @param [in] pValue Common symbols' value are alignment constraints
392 LDSymbol::ValueType pValue = 0x0,
438 LDSymbol::ValueType pValue = 0x0,
467 LDSymbol::ValueType pValue,
477 LDSymbol::ValueType pValue,
494 LDSymbol::ValueType pValue,
505 LDSymbol::ValueType pValue,
516 LDSymbol::ValueType pValue,
527 LDSymbol::ValueType pValue,
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFReaderIf.h106 uint64_t getSymValue(uint64_t pValue,
H A DLDSymbol.h119 void setValue(ValueType pValue) { m_Value = pValue; } argument
H A DMsgHandler.h35 void addTaggedVal(intptr_t pValue,
71 inline const MsgHandler& operator<<(const MsgHandler& pHandler, int pValue) { argument
72 pHandler.addTaggedVal(pValue, DiagnosticEngine::ak_sint);
77 unsigned int pValue) {
78 pHandler.addTaggedVal(pValue, DiagnosticEngine::ak_uint);
82 inline const MsgHandler& operator<<(const MsgHandler& pHandler, long pValue) { argument
83 pHandler.addTaggedVal(pValue, DiagnosticEngine::ak_sint);
88 unsigned long pValue) {
89 pHandler.addTaggedVal(pValue, DiagnosticEngine::ak_uint);
94 unsigned long long pValue) {
76 operator <<(const MsgHandler& pHandler, unsigned int pValue) argument
87 operator <<(const MsgHandler& pHandler, unsigned long pValue) argument
93 operator <<(const MsgHandler& pHandler, unsigned long long pValue) argument
99 operator <<(const MsgHandler& pHandler, bool pValue) argument
[all...]
H A DNamePool.h72 LDSymbol::ValueType pValue,
H A DResolver.h55 LDSymbol::ValueType pValue) const = 0;
H A DStaticResolver.h108 LDSymbol::ValueType pValue) const;
/frameworks/compile/mclinker/include/mcld/Script/
H A DOperand.h71 void setValue(uint64_t pValue) { m_Value = pValue; } argument
95 explicit IntOperand(uint64_t pValue);
102 void setValue(uint64_t pValue) { m_Value = pValue; } argument
109 static IntOperand* create(uint64_t pValue);
/frameworks/compile/mclinker/include/mcld/Support/
H A DAllocators.h36 static void construct(value_type* pPtr, const value_type& pValue) { argument
37 new (pPtr) value_type(pValue);
72 static void construct(value_type* pPtr, const value_type& pValue) { argument
73 new (pPtr) value_type(pValue);
115 // pPtr, and using its copy constructor to initialized its value to pValue.
118 // @param pValue the value to be constructed
119 void construct(pointer pPtr, const_reference pValue) { argument
120 chunk_type::construct(pPtr, pValue);
125 // pValue.
342 void construct(pointer pObject, const DataType& pValue) { argument
396 construct(DataType* pObject, const DataType& pValue) argument
399 construct(pointer pObject, const_reference pValue) argument
[all...]
H A DLEB128.h23 size_t encode(ByteType*& pBuf, IntType pValue);
36 size_t size(IntType pValue) { argument
38 while (pValue > 0x80) {
39 pValue >>= 7;
52 size_t encode<uint64_t>(ByteType*& pBuf, uint64_t pValue);
55 size_t encode<uint32_t>(ByteType*& pBuf, uint32_t pValue);
61 size_t encode<int64_t>(ByteType*& pBuf, int64_t pValue);
64 size_t encode<int32_t>(ByteType*& pBuf, int32_t pValue);
96 size_t encode(char*& pBuf, IntType pValue) { argument
97 return encode<IntType>(reinterpret_cast<ByteType*&>(pBuf), pValue);
[all...]

Completed in 1405 milliseconds

123