asString() const | vrs::ImageContentBlockSpec | |
clear() | vrs::ImageContentBlockSpec | |
core() const | vrs::ImageContentBlockSpec | |
getBlockSize() const | vrs::ImageContentBlockSpec | |
getBytesPerPixel() const | vrs::ImageContentBlockSpec | inline |
getBytesPerPixel(PixelFormat pixel) | vrs::ImageContentBlockSpec | static |
getChannelCountPerPixel() const | vrs::ImageContentBlockSpec | inline |
getChannelCountPerPixel(PixelFormat pixel) | vrs::ImageContentBlockSpec | static |
getCodecName() const | vrs::ImageContentBlockSpec | inline |
getCodecQuality() const | vrs::ImageContentBlockSpec | inline |
getDefaultStride() const | vrs::ImageContentBlockSpec | |
getDefaultStride2() const | vrs::ImageContentBlockSpec | |
getHeight() const | vrs::ImageContentBlockSpec | inline |
getImageFormat() const | vrs::ImageContentBlockSpec | inline |
getImageFormatAsString() const | vrs::ImageContentBlockSpec | |
getKeyFrameIndex() const | vrs::ImageContentBlockSpec | inline |
getKeyFrameTimestamp() const | vrs::ImageContentBlockSpec | inline |
getPixelFormat() const | vrs::ImageContentBlockSpec | inline |
getPixelFormatAsString() const | vrs::ImageContentBlockSpec | |
getPixelFormatAsString(PixelFormat pixelFormat) | vrs::ImageContentBlockSpec | inlinestatic |
getPlaneCount() const | vrs::ImageContentBlockSpec | inline |
getPlaneCount(PixelFormat pixelFormat) | vrs::ImageContentBlockSpec | static |
getPlaneHeight(uint32_t planeIndex) const | vrs::ImageContentBlockSpec | |
getPlaneStride(uint32_t planeIndex) const | vrs::ImageContentBlockSpec | |
getRawImageSize() const | vrs::ImageContentBlockSpec | |
getRawStride() const | vrs::ImageContentBlockSpec | inline |
getRawStride2() const (defined in vrs::ImageContentBlockSpec) | vrs::ImageContentBlockSpec | inline |
getStride() const | vrs::ImageContentBlockSpec | |
getWidth() const | vrs::ImageContentBlockSpec | inline |
ImageContentBlockSpec()=default (defined in vrs::ImageContentBlockSpec) | vrs::ImageContentBlockSpec | |
ImageContentBlockSpec(const ImageContentBlockSpec &)=default (defined in vrs::ImageContentBlockSpec) | vrs::ImageContentBlockSpec | |
ImageContentBlockSpec(const ImageContentBlockSpec &imageSpec, double keyFrameTimestamp, uint32_t keyFrameIndex) (defined in vrs::ImageContentBlockSpec) | vrs::ImageContentBlockSpec | |
ImageContentBlockSpec(ImageFormat imageFormat, PixelFormat pixelFormat, uint32_t width=0, uint32_t height=0, uint32_t stride=0, uint32_t stride2=0, string codecName={}, uint8_t codecQuality=kQualityUndefined, double keyFrameTimestamp=kInvalidTimestamp, uint32_t keyFrameIndex=0) | vrs::ImageContentBlockSpec | |
ImageContentBlockSpec(ImageFormat imageFormat, uint32_t width=0, uint32_t height=0) | vrs::ImageContentBlockSpec | |
ImageContentBlockSpec(PixelFormat pixelFormat, uint32_t width, uint32_t height, uint32_t stride=0, uint32_t stride2=0) | vrs::ImageContentBlockSpec | |
ImageContentBlockSpec(string codecName, uint8_t codecQuality, PixelFormat pixelFormat, uint32_t width, uint32_t height, uint32_t stride=0, uint32_t stride2=0) | vrs::ImageContentBlockSpec | |
ImageContentBlockSpec(const string &formatStr) | vrs::ImageContentBlockSpec | explicit |
isQualityValid(uint8_t quality) | vrs::ImageContentBlockSpec | inlinestatic |
kInvalidTimestamp (defined in vrs::ImageContentBlockSpec) | vrs::ImageContentBlockSpec | static |
kQualityUndefined (defined in vrs::ImageContentBlockSpec) | vrs::ImageContentBlockSpec | static |
operator!=(const ImageContentBlockSpec &rhs) const (defined in vrs::ImageContentBlockSpec) | vrs::ImageContentBlockSpec | |
operator=(const ImageContentBlockSpec &)=default | vrs::ImageContentBlockSpec | |
operator==(const ImageContentBlockSpec &rhs) const | vrs::ImageContentBlockSpec | |
sanityCheckStrides() const | vrs::ImageContentBlockSpec | |
set(ContentParser &parser) | vrs::ImageContentBlockSpec | |