Enums


Public Member Functions

  • ~ImageTargetCvPixelBuffer ()
  • void *
    getRowPointer (int32_t row)
  • void
    finalize ()
  • ::CVPixelBufferRef
    getCvPixelBuffer () const
  • void
    setRow (int32_t, const void *)
  • int32_t
    getWidth () const
  • int32_t
    getHeight () const
  • getColorModel () const
  • getDataType () const
  • getChannelOrder () const
  • bool
    hasAlpha () const

Static Public Member Functions

  • createRef (ImageSourceRef imageSource, bool convertToYpCbCr=false)
  • void
    translateRgbColorModelToOffsets (ChannelOrder channelOrder, int8_t *red, int8_t *green, int8_t *blue, int8_t *alpha, int8_t *inc)
  • void
    translateGrayColorModelToOffsets (ChannelOrder channelOrder, int8_t *gray, int8_t *alpha, int8_t *inc)
  • bool
    channelOrderHasAlpha (ChannelOrder channelOrder)
  • int8_t
    channelOrderNumChannels (ChannelOrder channelOrder)
  • uint8_t
    dataTypeBytes (DataType dataType)

Protected Member Functions

  • ImageTargetCvPixelBuffer (ImageSourceRef imageSource, bool convertToYpCbCr)
  • void
    convertDataToYpCbCr ()
  • void
    convertDataToAYpCbCr ()
  • void
    setSize (int32_t width, int32_t height)
  • void
    setColorModel (ColorModel colorModel)
  • void
    setDataType (DataType aDataType)
  • void
    setChannelOrder (ChannelOrder aChannelOrder)

Protected Attributes

  • ::CVPixelBufferRef
    mPixelBufferRef
  • size_t
    mRowBytes
  • uint8_t *
    mData
  • bool
    mConvertToYpCbCr
  • int32_t
    mWidth
  • int32_t
    mHeight
  • mColorModel
  • mDataType
  • mChannelOrder