Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dremote_method_type.h49 enum : std::size_t { Length = sizeof...(MethodTypes) }; enumerator
/frameworks/base/media/mca/filterfw/native/core/
Dgeometry.cpp26 float Point::Length() const { in Length() function in android::filterfw::Point
/frameworks/av/media/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/av/media/extractors/mkv/
DMatroskaExtractor.cpp67 virtual int Length(long long* total, long long* available) { in Length() function