upipe-framers/uref_h265_flow.h header reference

Upipe h265 flow definition attributes for uref More

Header inclusion [link] 

Members [link] 

Functions [link] 

Description [link] 

Upipe h265 flow definition attributes for uref

Members detail [link] 

#define _UPIPE_FRAMERS_UREF_H265_FLOW_H_ [link] 

This macro is declared in upipe-framers/uref_h265_flow.h source file, line 31.

int uref_h265_flow_cmp_level(struct uref *uref1, struct uref *uref2) [link] 

This function is declared in upipe-framers/uref_h265_flow.h source file, line 48.

This function compares the level attribute in two urefs.

Parameter list:

  • uref1: pointer to the first uref
  • uref2: pointer to the second uref

The return value is 0 if both attributes are absent or identical

int uref_h265_flow_cmp_profile(struct uref *uref1, struct uref *uref2) [link] 

This function is declared in upipe-framers/uref_h265_flow.h source file, line 41.

This function compares the profile attribute in two urefs.

Parameter list:

  • uref1: pointer to the first uref
  • uref2: pointer to the second uref

The return value is 0 if both attributes are absent or identical

int uref_h265_flow_cmp_profile_compatibility(struct uref *uref1, struct uref *uref2) [link] 

This function is declared in upipe-framers/uref_h265_flow.h source file, line 45.

This function compares the profile compatibility attribute in two urefs.

Parameter list:

  • uref1: pointer to the first uref
  • uref2: pointer to the second uref

The return value is 0 if both attributes are absent or identical

int uref_h265_flow_cmp_profile_constraint(struct uref *uref1, struct uref *uref2) [link] 

This function is declared in upipe-framers/uref_h265_flow.h source file, line 47.

This function compares the profile constraint attribute in two urefs.

Parameter list:

  • uref1: pointer to the first uref
  • uref2: pointer to the second uref

The return value is 0 if both attributes are absent or identical

int uref_h265_flow_cmp_profile_space(struct uref *uref1, struct uref *uref2) [link] 

This function is declared in upipe-framers/uref_h265_flow.h source file, line 43.

This function compares the profile space attribute in two urefs.

Parameter list:

  • uref1: pointer to the first uref
  • uref2: pointer to the second uref

The return value is 0 if both attributes are absent or identical

int uref_h265_flow_cmp_tier(struct uref *uref1, struct uref *uref2) [link] 

This function is declared in upipe-framers/uref_h265_flow.h source file, line 40.

This function compares the tier attribute in two urefs.

Parameter list:

  • uref1: pointer to the first uref
  • uref2: pointer to the second uref

The return value is 0 if both attributes are absent or identical

int uref_h265_flow_copy_level(struct uref *uref, struct uref *uref_src) [link] 

This function is declared in upipe-framers/uref_h265_flow.h source file, line 48.

This function copies the level attribute from an uref to another.

Parameter list:

  • uref: pointer to the uref
  • uref_src: pointer to the source uref

The return value is an error code

int uref_h265_flow_copy_profile(struct uref *uref, struct uref *uref_src) [link] 

This function is declared in upipe-framers/uref_h265_flow.h source file, line 41.

This function copies the profile attribute from an uref to another.

Parameter list:

  • uref: pointer to the uref
  • uref_src: pointer to the source uref

The return value is an error code

int uref_h265_flow_copy_profile_compatibility(struct uref *uref, struct uref *uref_src) [link] 

This function is declared in upipe-framers/uref_h265_flow.h source file, line 45.

This function copies the profile compatibility attribute from an uref to another.

Parameter list:

  • uref: pointer to the uref
  • uref_src: pointer to the source uref

The return value is an error code

int uref_h265_flow_copy_profile_constraint(struct uref *uref, struct uref *uref_src) [link] 

This function is declared in upipe-framers/uref_h265_flow.h source file, line 47.

This function copies the profile constraint attribute from an uref to another.

Parameter list:

  • uref: pointer to the uref
  • uref_src: pointer to the source uref

The return value is an error code

int uref_h265_flow_copy_profile_space(struct uref *uref, struct uref *uref_src) [link] 

This function is declared in upipe-framers/uref_h265_flow.h source file, line 43.

This function copies the profile space attribute from an uref to another.

Parameter list:

  • uref: pointer to the uref
  • uref_src: pointer to the source uref

The return value is an error code

int uref_h265_flow_copy_tier(struct uref *uref, struct uref *uref_src) [link] 

This function is declared in upipe-framers/uref_h265_flow.h source file, line 40.

This function copies the tier attribute from an uref to another.

Parameter list:

  • uref: pointer to the uref
  • uref_src: pointer to the source uref

The return value is an error code

int uref_h265_flow_delete_level(struct uref *uref) [link] 

This function is declared in upipe-framers/uref_h265_flow.h source file, line 48.

This function deletes the level attribute of a uref.

Parameter list:

  • uref: pointer to the uref

The return value is an error code

int uref_h265_flow_delete_profile(struct uref *uref) [link] 

This function is declared in upipe-framers/uref_h265_flow.h source file, line 41.

This function deletes the profile attribute of a uref.

Parameter list:

  • uref: pointer to the uref

The return value is an error code

int uref_h265_flow_delete_profile_compatibility(struct uref *uref) [link] 

This function is declared in upipe-framers/uref_h265_flow.h source file, line 45.

This function deletes the profile compatibility attribute of a uref.

Parameter list:

  • uref: pointer to the uref

The return value is an error code

int uref_h265_flow_delete_profile_constraint(struct uref *uref) [link] 

This function is declared in upipe-framers/uref_h265_flow.h source file, line 47.

This function deletes the profile constraint attribute of a uref.

Parameter list:

  • uref: pointer to the uref

The return value is an error code

int uref_h265_flow_delete_profile_space(struct uref *uref) [link] 

This function is declared in upipe-framers/uref_h265_flow.h source file, line 43.

This function deletes the profile space attribute of a uref.

Parameter list:

  • uref: pointer to the uref

The return value is an error code

int uref_h265_flow_delete_tier(struct uref *uref) [link] 

This function is declared in upipe-framers/uref_h265_flow.h source file, line 40.

This function deletes a tier attribute from a uref.

Parameter list:

  • uref: pointer to the uref

The return value is an error code

int uref_h265_flow_get_level(struct uref *uref, uint8_t *p) [link] 

This function is declared in upipe-framers/uref_h265_flow.h source file, line 48.

This function returns the level attribute of a uref.

Parameter list:

  • uref: pointer to the uref
  • p: pointer to the retrieved value (modified during execution)

The return value is an error code

int uref_h265_flow_get_profile(struct uref *uref, uint8_t *p) [link] 

This function is declared in upipe-framers/uref_h265_flow.h source file, line 41.

This function returns the profile attribute of a uref.

Parameter list:

  • uref: pointer to the uref
  • p: pointer to the retrieved value (modified during execution)

The return value is an error code

int uref_h265_flow_get_profile_compatibility(struct uref *uref, uint64_t *p) [link] 

This function is declared in upipe-framers/uref_h265_flow.h source file, line 45.

This function returns the profile compatibility attribute of a uref.

Parameter list:

  • uref: pointer to the uref
  • p: pointer to the retrieved value (modified during execution)

The return value is an error code

int uref_h265_flow_get_profile_constraint(struct uref *uref, uint64_t *p) [link] 

This function is declared in upipe-framers/uref_h265_flow.h source file, line 47.

This function returns the profile constraint attribute of a uref.

Parameter list:

  • uref: pointer to the uref
  • p: pointer to the retrieved value (modified during execution)

The return value is an error code

int uref_h265_flow_get_profile_space(struct uref *uref, uint8_t *p) [link] 

This function is declared in upipe-framers/uref_h265_flow.h source file, line 43.

This function returns the profile space attribute of a uref.

Parameter list:

  • uref: pointer to the uref
  • p: pointer to the retrieved value (modified during execution)

The return value is an error code

int uref_h265_flow_get_tier(struct uref *uref) [link] 

This function is declared in upipe-framers/uref_h265_flow.h source file, line 40.

This function returns the presence of a tier attribute in a uref.

Parameter list:

  • uref: pointer to the uref

The return value is an error code

int uref_h265_flow_match_level(struct uref *uref, uint8_t min, uint8_t max) [link] 

This function is declared in upipe-framers/uref_h265_flow.h source file, line 48.

This function compares the level attribute to given values.

Parameter list:

  • uref: pointer to the uref
  • min: minimum value
  • max: maximum value

The return value is an error code

int uref_h265_flow_match_profile(struct uref *uref, uint8_t min, uint8_t max) [link] 

This function is declared in upipe-framers/uref_h265_flow.h source file, line 41.

This function compares the profile attribute to given values.

Parameter list:

  • uref: pointer to the uref
  • min: minimum value
  • max: maximum value

The return value is an error code

int uref_h265_flow_match_profile_compatibility(struct uref *uref, uint64_t min, uint64_t max) [link] 

This function is declared in upipe-framers/uref_h265_flow.h source file, line 45.

This function compares the profile compatibility attribute to given values.

Parameter list:

  • uref: pointer to the uref
  • min: minimum value
  • max: maximum value

The return value is an error code

int uref_h265_flow_match_profile_constraint(struct uref *uref, uint64_t min, uint64_t max) [link] 

This function is declared in upipe-framers/uref_h265_flow.h source file, line 47.

This function compares the profile constraint attribute to given values.

Parameter list:

  • uref: pointer to the uref
  • min: minimum value
  • max: maximum value

The return value is an error code

int uref_h265_flow_match_profile_space(struct uref *uref, uint8_t min, uint8_t max) [link] 

This function is declared in upipe-framers/uref_h265_flow.h source file, line 43.

This function compares the profile space attribute to given values.

Parameter list:

  • uref: pointer to the uref
  • min: minimum value
  • max: maximum value

The return value is an error code

int uref_h265_flow_set_level(struct uref *uref, uint8_t v) [link] 

This function is declared in upipe-framers/uref_h265_flow.h source file, line 48.

This function sets the level attribute of a uref.

Parameter list:

  • uref: pointer to the uref
  • v: value to set

The return value is an error code

int uref_h265_flow_set_profile(struct uref *uref, uint8_t v) [link] 

This function is declared in upipe-framers/uref_h265_flow.h source file, line 41.

This function sets the profile attribute of a uref.

Parameter list:

  • uref: pointer to the uref
  • v: value to set

The return value is an error code

int uref_h265_flow_set_profile_compatibility(struct uref *uref, uint64_t v) [link] 

This function is declared in upipe-framers/uref_h265_flow.h source file, line 45.

This function sets the profile compatibility attribute of a uref.

Parameter list:

  • uref: pointer to the uref
  • v: value to set

The return value is an error code

int uref_h265_flow_set_profile_constraint(struct uref *uref, uint64_t v) [link] 

This function is declared in upipe-framers/uref_h265_flow.h source file, line 47.

This function sets the profile constraint attribute of a uref.

Parameter list:

  • uref: pointer to the uref
  • v: value to set

The return value is an error code

int uref_h265_flow_set_profile_space(struct uref *uref, uint8_t v) [link] 

This function is declared in upipe-framers/uref_h265_flow.h source file, line 43.

This function sets the profile space attribute of a uref.

Parameter list:

  • uref: pointer to the uref
  • v: value to set

The return value is an error code

int uref_h265_flow_set_tier(struct uref *uref) [link] 

This function is declared in upipe-framers/uref_h265_flow.h source file, line 40.

This function sets a tier attribute in a uref.

Parameter list:

  • uref: pointer to the uref

The return value is an error code

Valid XHTML 1.0 StrictGenerated by cmassiot on Sun Dec 14 18:31:17 2025 using MkDoc