Gjsify LogoGjsify Logo

Hierarchy

  • H265Dpb

Index

Constructors

Properties

name: string

Methods

  • Store the picture and perform increase pic_latency_cnt as defined in "C.5.2.3 Additional bumping" process

    Parameters

    Returns void

  • Perform bumping process as defined in C.5.2.4 "Bumping" process. If drain is %TRUE, dpb will remove a #GstH265Picture from internal array so that returned #GstH265Picture could hold the last reference of it

    Parameters

    • drain: boolean

      whether draining or not

    Returns H265Picture

  • clear(): void
  • deleteUnused(): void
  • Delete not needed for output and not referenced all pictures from dpb

    Returns void

  • free(): void
  • getMaxNumPics(): number
  • Find a short or long term reference picture which has matching poc_lsb

    Parameters

    • pocLsb: number

      a picture order count lsb

    Returns H265Picture

  • getSize(): number
  • markAllNonRef(): void
  • needsBump(maxNumReorderPics: number, maxLatencyIncrease: number, maxDecPicBuffering: number): boolean
  • Parameters

    • maxNumReorderPics: number
    • maxLatencyIncrease: number
    • maxDecPicBuffering: number

    Returns boolean

  • numRefPictures(): number
  • setMaxNumPics(maxNumPics: number): void
  • Set the number of maximum allowed pictures to store

    Parameters

    • maxNumPics: number

      the maximum number of picture

    Returns void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method