Home
last modified time | relevance | path

Searched refs:aValue (Results 1 – 25 of 29) sorted by relevance

12

/external/opencore/codecs_v2/omx/omx_mp3/src/
Dmp3_timestamp.cpp35 void Mp3TimeStampCalc::SetFromInputTimestamp(OMX_TICKS aValue) in SetFromInputTimestamp() argument
37 iCurrentTs = aValue; in SetFromInputTimestamp()
42 void Mp3TimeStampCalc::UpdateTimestamp(uint32 aValue) in UpdateTimestamp() argument
44 iCurrentSamples += aValue; in UpdateTimestamp()
/external/opencore/codecs_v2/omx/omx_aac/src/
Daac_timestamp.cpp35 void AacTimeStampCalc::SetFromInputTimestamp(OMX_TICKS aValue) in SetFromInputTimestamp() argument
37 iCurrentTs = aValue; in SetFromInputTimestamp()
42 void AacTimeStampCalc::UpdateTimestamp(uint32 aValue) in UpdateTimestamp() argument
46 iCurrentSamples += aValue; in UpdateTimestamp()
/external/opencore/codecs_v2/omx/omx_aac/include/
Daac_timestamp.h49 void SetFromInputTimestamp(OMX_TICKS aValue);
51 void UpdateTimestamp(uint32 aValue);
/external/opencore/codecs_v2/omx/omx_mp3/include/
Dmp3_timestamp.h48 void SetFromInputTimestamp(OMX_TICKS aValue);
50 void UpdateTimestamp(uint32 aValue);
/external/opencore/pvmi/pvmf/include/
Dpvmi_kvp_util.h85 uint8* aValue,
107 OsclAny* aValue,
/external/webkit/WebCore/bridge/c/
Dc_runtime.cpp104 void CField::setValueToInstance(ExecState *exec, const Instance *inst, JSValue aValue) const in setValueToInstance()
110 convertValueToNPVariant(exec, aValue, &variant); in setValueToInstance()
/external/opencore/protocols/http_parcom/src/
Dstring_keyvalue_store.cpp158 bool StringKeyValueStore::getValueByKey(const StrCSumPtrLen &aKey, StrPtrLen &aValue, uint32 index) in getValueByKey() argument
161 aValue.setPtrLen("", 0); in getValueByKey()
168 aValue = iFieldVals[tableIndex]; in getValueByKey()
186 aValue.setPtrLen(pStrWrapper->c_str(), pStrWrapper->length()); in getValueByKey()
Dstring_keyvalue_store.h212 bool getValueByKey(const StrCSumPtrLen &aKey, StrPtrLen &aValue, const uint32 index = 0);
/external/webkit/WebCore/bridge/jni/
Djni_runtime.cpp192 void JavaField::setValueToInstance(ExecState* exec, const Instance* i, JSValue aValue) const in setValueToInstance()
195 jvalue javaValue = convertValueToJValue (exec, aValue, _JNIType, type()); in setValueToInstance()
197 …JS_LOG ("setting value %s to %s\n", UString(name()).UTF8String().c_str(), aValue.toString(exec).as… in setValueToInstance()
392 void JavaArray::setValueAt(ExecState* exec, unsigned index, JSValue aValue) const in setValueAt()
405 jvalue aJValue = convertValueToJValue (exec, aValue, arrayType, javaClassName); in setValueAt()
Djni_runtime.h116 … virtual void setValueToInstance(ExecState *exec, const Instance *instance, JSValue aValue) const;
171 virtual void setValueAt(ExecState *exec, unsigned int index, JSValue aValue) const;
/external/opencore/nodes/pvmediaoutputnode/src/
Dpv_media_output_node_inport.h235 PVMFStatus SetMIOParameterInt32(PvmiKeyType aKey, int32 aValue);
236 PVMFStatus SetMIOParameterUint32(PvmiKeyType aKey, uint32 aValue);
237 PVMFStatus SetMIOParameterPchar(PvmiKeyType aKey, char* aValue);
Dpv_media_output_node_inport.cpp2265 PVMFStatus PVMediaOutputNodePort::SetMIOParameterInt32(PvmiKeyType aKey, int32 aValue) in SetMIOParameterInt32() argument
2281 kvp.value.int32_value = aValue; in SetMIOParameterInt32()
2294 PVMFStatus PVMediaOutputNodePort::SetMIOParameterUint32(PvmiKeyType aKey, uint32 aValue) in SetMIOParameterUint32() argument
2310 kvp.value.uint32_value = aValue; in SetMIOParameterUint32()
2324 PVMFStatus PVMediaOutputNodePort::SetMIOParameterPchar(PvmiKeyType aKey, char* aValue) in SetMIOParameterPchar() argument
2340 kvp.value.pChar_value = aValue; in SetMIOParameterPchar()
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtscmain.cpp1001 uint8 aSeries, uint32 aSeriesOffset, uint32 aValue) in SetTimerCounter() argument
1005 aTimerCounter, aSeries, aSeriesOffset, aValue)); in SetTimerCounter()
1015 iTimerValues.iT101 = aValue; in SetTimerCounter()
1018 iTimerValues.iT103 = aValue; in SetTimerCounter()
1021 iTimerValues.iT104 = aValue; in SetTimerCounter()
1024 iTimerValues.iT105 = aValue; in SetTimerCounter()
1027 iTimerValues.iT106 = aValue; in SetTimerCounter()
1030 iTimerValues.iT107 = aValue; in SetTimerCounter()
1033 iTimerValues.iT108 = aValue; in SetTimerCounter()
1036 iTimerValues.iT109 = aValue; in SetTimerCounter()
[all …]
Dtsc_h324m_config.cpp338 uint32 aValue, in PVH324MessageSetTimerCounter() argument
345 iValue(aValue) in PVH324MessageSetTimerCounter()
755 uint32 aValue, in SetTimerCounter() argument
759 iH324M->SetTimerCounter(aTimerCounter, aSeries, aSeriesOffset, aValue); in SetTimerCounter()
1242 uint32 aValue, in SetTimerCounter() argument
1246 …cmd = OSCL_NEW(PVH324MessageSetTimerCounter, (aTimerCounter, aSeries, aSeriesOffset, aValue, aCont… in SetTimerCounter()
/external/webkit/WebCore/bridge/objc/
Dobjc_runtime.mm123 void ObjcField::setValueToInstance(ExecState* exec, const Instance* instance, JSValue aValue) const
126 id value = convertValueToObjcObject(exec, aValue);
147 void ObjcArray::setValueAt(ExecState* exec, unsigned int index, JSValue aValue) const
161 ObjcValue oValue = convertValueToObjcValue (exec, aValue, ObjcObjectType);
Dobjc_runtime.h80 virtual void setValueAt(ExecState *exec, unsigned int index, JSValue aValue) const;
Dobjc_utility.mm206 JSValue aValue = jsString(exec, u);
208 return aValue;
Dobjc_instance.mm299 …ObjcInstance::setValueOfUndefinedField(ExecState* exec, const Identifier& property, JSValue aValue)
313 ObjcValue objcValue = convertValueToObjcValue(exec, aValue, ObjcObjectType);
/external/opencore/pvmi/pvmf/src/
Dpvmi_kvp_util.cpp471 uint8* aValue, in CreateKVPForByteArrayValue() argument
520 oscl_memcpy(aKeyVal.value.pUint8_value, aValue, aValueLen); in CreateKVPForByteArrayValue()
658 OsclAny* aValue, in CreateKVPForKSVValue() argument
700 aKeyVal.value.key_specific_value = aValue; in CreateKVPForKSVValue()
/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
Dpvdl_config_file.h299 void SetExtensionHeaderValue(OSCL_String &aValue) in SetExtensionHeaderValue() argument
301 OSCL_HeapString<OsclMemAllocator> fieldValue(aValue); in SetExtensionHeaderValue()
/external/webkit/WebCore/bridge/qt/
Dqt_instance.cpp372 void QtField::setValueToInstance(ExecState* exec, const Instance* inst, JSValue aValue) const in setValueToInstance()
385 QVariant val = convertValueToQVariant(exec, aValue, argtype, 0); in setValueToInstance()
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
Dtsc_h324m_config.h77 uint32 aValue,
166 uint32 aValue,
Dtsc_h324m_config_interface.h322 uint32 aValue,
/external/opencore/protocols/systems/3g-324m_pvterminal/common/include/
Dpv_2way_h324m_interface.h292 uint32 aValue,
/external/webkit/WebCore/bridge/
Dtestbindings.mm122 return @"aValue";

12