struct YCbCrChromaSubsampling
{ ... };
auto DebugString() const -> std::string
auto HShift(size_t c) const -> size_t
auto Is420() const -> bool
auto Is422() const -> bool
auto Is440() const -> bool
auto Is444() const -> bool
auto MaxHShift() const -> uint8_t
auto MaxVShift() const -> uint8_t
auto RawHShift(size_t c) const -> uint8_t
auto RawVShift(size_t c) const -> uint8_t
auto Set(const uint8_t* hsample, const uint8_t* vsample) -> Status
auto VShift(size_t c) const -> size_t
auto VisitFields(Visitor* visitor) -> Status
virtual