Home
last modified time | relevance | path

Searched defs:Length (Results 1 – 12 of 12) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DLimitedInputStream.cs73 public override long Length property in Google.Protobuf.LimitedInputStream
DByteString.cs102 public int Length property in Google.Protobuf.ByteString
/frameworks/base/media/mca/filterfw/native/core/
Dgeometry.cpp26 float Point::Length() const { in Length() function in android::filterfw::Point
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dremote_method_type.h49 enum : std::size_t { Length = sizeof...(MethodTypes) }; enumerator
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dbitstream_io.cpp120 PV_STATUS BitstreamPutBits(BitstreamEncVideo *stream, Int Length, UInt Value) in BitstreamPutBits()
168 PV_STATUS BitstreamPutGT16Bits(BitstreamEncVideo *stream, Int Length, ULong Value) in BitstreamPutGT16Bits()
/frameworks/base/media/mca/filterpacks/native/base/
Dvec_types.h40 T Length() { in Length() function
Dgeometry.cpp27 float Point::Length() const { in Length() function in android::filterfw::Point
/frameworks/av/media/libstagefright/codecs/common/include/
DvoType.h169 VO_U32 Length; /*!< Buffer size in byte */ member
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Drepeated_composite_container.cc82 static Py_ssize_t Length(RepeatedCompositeContainer* self) { in Length() function
Dmap_container.cc314 Py_ssize_t MapReflectionFriend::Length(PyObject* _self) { in Length() function in google::protobuf::python::MapReflectionFriend
Ddescriptor_containers.cc257 static Py_ssize_t Length(PyContainer* self) { in Length() function
/frameworks/av/media/extractors/mkv/
DMatroskaExtractor.cpp67 virtual int Length(long long* total, long long* available) { in Length() function