ABI | Symbols | Types |
Contents |
Info |
Calling sequence |
Stack frame layout |
Registers usage |
Signature |
gst_clock_adjust_with_calibration ( GstClock* clock, GstClockTime internal_target, GstClockTime cinternal, GstClockTime cexternal, GstClockTime cnum, GstClockTime cdenom ) |
---|---|
Type | FUNC |
Source | gstclock.c |
Params | 6 |
Return | GstClockTime |
Size | 133 |
Bind | GLOBAL |
Vis | DEFAULT |
Ndx | 11 |
Status | ADDED |
|
|
Pos | Name | Type | Size | Passed |
---|---|---|---|---|
INPUT(S) | ||||
0 | clock | GstClock* | 8 | %rdi |
1 | internal_target | GstClockTime | 8 | %rsi |
2 | cinternal | GstClockTime | 8 | %rdx |
3 | cexternal | GstClockTime | 8 | %rcx |
4 | cnum | GstClockTime | 8 | %r8 |
5 | cdenom | GstClockTime | 8 | %r9 |
RETURN | ||||
.retval | GstClockTime | 8 | %rax |
Offset | Contents | Type |
---|---|---|
local space, return address, etc. |
Name | Contents | Type |
---|---|---|
%rax | .retval | GstClockTime |
%rdi | clock | GstClock* |
%rsi | internal_target | GstClockTime |
%rdx | cinternal | GstClockTime |
%rcx | cexternal | GstClockTime |
%r8 | cnum | GstClockTime |
%r9 | cdenom | GstClockTime |