ABI | Symbols | Types |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
gst_clock_add_observation_unapplied ( GstClock* clock, GstClockTime slave, GstClockTime master, gdouble* r_squared, GstClockTime* internal, GstClockTime* external, GstClockTime* rate_num, GstClockTime* rate_denom ) |
|---|---|
| Type | FUNC |
| Source | gstclock.c |
| Params | 8 |
| Return | gboolean |
| Size | 1221 |
| Bind | GLOBAL |
| Vis | DEFAULT |
| Ndx | 11 |
| Status | ADDED |
|
|
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | clock | GstClock* | 8 | %rdi |
| 1 | slave | GstClockTime | 8 | %rsi |
| 2 | master | GstClockTime | 8 | %rdx |
| 3 | r_squared | gdouble* | 8 | %rcx |
| 4 | internal | GstClockTime* | 8 | %r8 |
| 5 | external | GstClockTime* | 8 | %r9 |
| 6 | rate_num | GstClockTime* | 8 | stack + 0 |
| 7 | rate_denom | GstClockTime* | 8 | stack + 8 |
| RETURN | ||||
| .retval | gboolean | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. | ||
| 0 | rate_num | GstClockTime* |
| 8 | rate_denom | GstClockTime* |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | gboolean |
| %rdi | clock | GstClock* |
| %rsi | slave | GstClockTime |
| %rdx | master | GstClockTime |
| %rcx | r_squared | gdouble* |
| %r8 | internal | GstClockTime* |
| %r9 | external | GstClockTime* |