Searched defs:C2LinearRange (Results 1 - 1 of 1) sorted by relevance

/hardware/google/av/codec2/include/
H A DC2Buffer.h442 class C2LinearRange : public _C2LinearRangeAspect { class in inherits:_C2LinearRangeAspect
444 inline constexpr C2LinearRange(const _C2LinearCapacityAspect &parent, size_t offset, size_t size) function in class:C2LinearRange
447 inline constexpr C2LinearRange(const _C2LinearRangeAspect &parent, size_t offset, size_t size) function in class:C2LinearRange
450 inline constexpr C2LinearRange intersect(size_t offset, size_t size) const {
451 return C2LinearRange(*this, offset, size);
463 inline constexpr C2LinearRange range(size_t offset, size_t size) const {
464 return C2LinearRange(*this, offset, size);

Completed in 61 milliseconds