Searched defs:dataBuffer (Results 1 - 25 of 53) sorted by relevance

123

/external/webrtc/talk/app/webrtc/objc/
H A DRTCDataChannel+Internal.h35 @property(nonatomic, readonly) const webrtc::DataBuffer* dataBuffer; variable
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
H A DbtCollisionObject.cpp72 const char* btCollisionObject::serialize(void* dataBuffer, btSerializer* serializer) const argument
75 btCollisionObjectData* dataOut = (btCollisionObjectData*)dataBuffer;
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
H A DbtScaledBvhTriangleMeshShape.h64 ///fills the dataBuffer and returns the struct name (and 0 on failure)
65 virtual const char* serialize(void* dataBuffer, btSerializer* serializer) const;
84 ///fills the dataBuffer and returns the struct name (and 0 on failure)
85 SIMD_FORCE_INLINE const char* btScaledBvhTriangleMeshShape::serialize(void* dataBuffer, btSerializer* serializer) const argument
87 btScaledTriangleMeshShapeData* scaledMeshData = (btScaledTriangleMeshShapeData*) dataBuffer;
H A DbtStaticPlaneShape.h65 ///fills the dataBuffer and returns the struct name (and 0 on failure)
66 virtual const char* serialize(void* dataBuffer, btSerializer* serializer) const;
88 ///fills the dataBuffer and returns the struct name (and 0 on failure)
89 SIMD_FORCE_INLINE const char* btStaticPlaneShape::serialize(void* dataBuffer, btSerializer* serializer) const argument
91 btStaticPlaneShapeData* planeData = (btStaticPlaneShapeData*) dataBuffer;
H A DbtCylinderShape.h132 ///fills the dataBuffer and returns the struct name (and 0 on failure)
133 virtual const char* serialize(void* dataBuffer, btSerializer* serializer) const;
198 ///fills the dataBuffer and returns the struct name (and 0 on failure)
199 SIMD_FORCE_INLINE const char* btCylinderShape::serialize(void* dataBuffer, btSerializer* serializer) const argument
201 btCylinderShapeData* shapeData = (btCylinderShapeData*) dataBuffer;
H A DbtCapsuleShape.h117 ///fills the dataBuffer and returns the struct name (and 0 on failure)
118 virtual const char* serialize(void* dataBuffer, btSerializer* serializer) const;
120 SIMD_FORCE_INLINE void deSerializeFloat(struct btCapsuleShapeData* dataBuffer);
173 ///fills the dataBuffer and returns the struct name (and 0 on failure)
174 SIMD_FORCE_INLINE const char* btCapsuleShape::serialize(void* dataBuffer, btSerializer* serializer) const argument
176 btCapsuleShapeData* shapeData = (btCapsuleShapeData*) dataBuffer;
185 SIMD_FORCE_INLINE void btCapsuleShape::deSerializeFloat(btCapsuleShapeData* dataBuffer) argument
187 m_implicitShapeDimensions.deSerializeFloat(dataBuffer->m_convexInternalShapeData.m_implicitShapeDimensions);
188 m_collisionMargin = dataBuffer->m_convexInternalShapeData.m_collisionMargin;
189 m_localScaling.deSerializeFloat(dataBuffer
[all...]
H A DbtCollisionShape.cpp98 ///fills the dataBuffer and returns the struct name (and 0 on failure)
99 const char* btCollisionShape::serialize(void* dataBuffer, btSerializer* serializer) const argument
101 btCollisionShapeData* shapeData = (btCollisionShapeData*) dataBuffer;
H A DbtConeShape.h97 ///fills the dataBuffer and returns the struct name (and 0 on failure)
98 virtual const char* serialize(void* dataBuffer, btSerializer* serializer) const;
158 ///fills the dataBuffer and returns the struct name (and 0 on failure)
159 SIMD_FORCE_INLINE const char* btConeShape::serialize(void* dataBuffer, btSerializer* serializer) const argument
161 btConeShapeData* shapeData = (btConeShapeData*) dataBuffer;
H A DbtMultiSphereShape.cpp157 ///fills the dataBuffer and returns the struct name (and 0 on failure)
158 const char* btMultiSphereShape::serialize(void* dataBuffer, btSerializer* serializer) const argument
160 btMultiSphereShapeData* shapeData = (btMultiSphereShapeData*) dataBuffer;
H A DbtStridingMeshInterface.cpp216 ///fills the dataBuffer and returns the struct name (and 0 on failure)
217 const char* btStridingMeshInterface::serialize(void* dataBuffer, btSerializer* serializer) const argument
219 btStridingMeshInterfaceData* trimeshData = (btStridingMeshInterfaceData*) dataBuffer;
H A DbtBvhTriangleMeshShape.cpp371 ///fills the dataBuffer and returns the struct name (and 0 on failure)
372 const char* btBvhTriangleMeshShape::serialize(void* dataBuffer, btSerializer* serializer) const argument
374 btTriangleMeshShapeData* trimeshData = (btTriangleMeshShapeData*) dataBuffer;
H A DbtCompoundShape.cpp324 ///fills the dataBuffer and returns the struct name (and 0 on failure)
325 const char* btCompoundShape::serialize(void* dataBuffer, btSerializer* serializer) const argument
328 btCompoundShapeData* shapeData = (btCompoundShapeData*) dataBuffer;
H A DbtConvexHullShape.cpp175 ///fills the dataBuffer and returns the struct name (and 0 on failure)
176 const char* btConvexHullShape::serialize(void* dataBuffer, btSerializer* serializer) const argument
179 btConvexHullShapeData* shapeData = (btConvexHullShapeData*) dataBuffer;
H A DbtConvexInternalShape.h137 ///fills the dataBuffer and returns the struct name (and 0 on failure)
138 virtual const char* serialize(void* dataBuffer, btSerializer* serializer) const;
165 ///fills the dataBuffer and returns the struct name (and 0 on failure)
166 SIMD_FORCE_INLINE const char* btConvexInternalShape::serialize(void* dataBuffer, btSerializer* serializer) const argument
168 btConvexInternalShapeData* shapeData = (btConvexInternalShapeData*) dataBuffer;
H A DbtTriangleInfoMap.h81 ///fills the dataBuffer and returns the struct name (and 0 on failure)
82 virtual const char* serialize(void* dataBuffer, btSerializer* serializer) const;
122 ///fills the dataBuffer and returns the struct name (and 0 on failure)
123 SIMD_FORCE_INLINE const char* btTriangleInfoMap::serialize(void* dataBuffer, btSerializer* serializer) const argument
125 btTriangleInfoMapData* tmapData = (btTriangleInfoMapData*) dataBuffer;
203 ///fills the dataBuffer and returns the struct name (and 0 on failure)
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
H A DbtGeneric6DofSpringConstraint.h71 ///fills the dataBuffer and returns the struct name (and 0 on failure)
72 virtual const char* serialize(void* dataBuffer, btSerializer* serializer) const;
103 ///fills the dataBuffer and returns the struct name (and 0 on failure)
104 SIMD_FORCE_INLINE const char* btGeneric6DofSpringConstraint::serialize(void* dataBuffer, btSerializer* serializer) const argument
106 btGeneric6DofSpringConstraintData2* dof = (btGeneric6DofSpringConstraintData2*)dataBuffer;
H A DbtGearConstraint.h99 ///fills the dataBuffer and returns the struct name (and 0 on failure)
100 virtual const char* serialize(void* dataBuffer, btSerializer* serializer) const;
133 ///fills the dataBuffer and returns the struct name (and 0 on failure)
134 SIMD_FORCE_INLINE const char* btGearConstraint::serialize(void* dataBuffer, btSerializer* serializer) const argument
136 btGearConstraintData* gear = (btGearConstraintData*)dataBuffer;
H A DbtPoint2PointConstraint.h122 ///fills the dataBuffer and returns the struct name (and 0 on failure)
123 virtual const char* serialize(void* dataBuffer, btSerializer* serializer) const;
163 ///fills the dataBuffer and returns the struct name (and 0 on failure)
164 SIMD_FORCE_INLINE const char* btPoint2PointConstraint::serialize(void* dataBuffer, btSerializer* serializer) const argument
166 btPoint2PointConstraintData2* p2pData = (btPoint2PointConstraintData2*)dataBuffer;
H A DbtTypedConstraint.cpp109 ///fills the dataBuffer and returns the struct name (and 0 on failure)
110 const char* btTypedConstraint::serialize(void* dataBuffer, btSerializer* serializer) const argument
112 btTypedConstraintData2* tcd = (btTypedConstraintData2*) dataBuffer;
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
H A DbtCapsuleShape.java77 public void deSerializeFloat(btCapsuleShapeData dataBuffer) { argument
78 CollisionJNI.btCapsuleShape_deSerializeFloat(swigCPtr, this, btCapsuleShapeData.getCPtr(dataBuffer), dataBuffer);
H A DbtTriangleInfoMap.java117 public String serialize(long dataBuffer, SWIGTYPE_p_btSerializer serializer) { argument
118 return CollisionJNI.btTriangleInfoMap_serialize(swigCPtr, this, dataBuffer, SWIGTYPE_p_btSerializer.getCPtr(serializer));
H A DbtQuantizedBvh.java147 public String serialize(long dataBuffer, SWIGTYPE_p_btSerializer serializer) { argument
148 return CollisionJNI.btQuantizedBvh_serialize__SWIG_1(swigCPtr, this, dataBuffer, SWIGTYPE_p_btSerializer.getCPtr(serializer));
H A DbtStridingMeshInterface.java129 public String serialize(long dataBuffer, SWIGTYPE_p_btSerializer serializer) { argument
130 return CollisionJNI.btStridingMeshInterface_serialize(swigCPtr, this, dataBuffer, SWIGTYPE_p_btSerializer.getCPtr(serializer));
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
H A DbtGImpactShape.cpp221 ///fills the dataBuffer and returns the struct name (and 0 on failure)
222 const char* btGImpactMeshShape::serialize(void* dataBuffer, btSerializer* serializer) const argument
224 btGImpactMeshShapeData* trimeshData = (btGImpactMeshShapeData*) dataBuffer;
/external/aac/libMpegTPEnc/src/
H A Dtpenc_lib.cpp576 FDK_BITSTREAM *dataBuffer,
590 tpErr = CreateStreamMuxConfig(hLatmConfig, dataBuffer, 0, &hTpEnc->callbacks);
594 if (transportEnc_writeASC(dataBuffer, cc, &hTpEnc->callbacks) != 0) {
574 transportEnc_GetConf(HANDLE_TRANSPORTENC hTpEnc, CODER_CONFIG *cc, FDK_BITSTREAM *dataBuffer, UINT *confType) argument

Completed in 814 milliseconds

123