Home
last modified time | relevance | path

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

/frameworks/av/media/module/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/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/libs/native_bridge_support/android_api/libvulkan/proxy/
Dvulkan_xml.go110 Length string `xml:"len,attr"` member
152 Length() cpp_types.FieldInfo methodSpec
166 func (field_info *extendedField) Length() cpp_types.FieldInfo { func
/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/module/codecs/common/include/
DvoType.h169 VO_U32 Length; /*!< Buffer size in byte */ member
/frameworks/av/media/module/extractors/mkv/
DMatroskaExtractor.cpp67 virtual int Length(long long* total, long long* available) { in Length() function