MCPcopy Create free account
hub / github.com/IENT/YUView / byte_aligned

Method byte_aligned

YUViewLib/src/parser/common/SubByteReader.cpp:312–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310}
311
312bool SubByteReader::byte_aligned() const
313{
314 return (this->posInBufferBits == 0 || this->posInBufferBits == 8);
315}
316
317/* Is there more data? If the current position in the sei_payload() syntax
318 structure is not the position of the last (least significant, right- most)

Callers 14

readBytesMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected