Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BabitMF/bmf
/ clone
Method
clone
bmf/hmp/java/src/main/java/com/bytedance/hmp/Frame.java:131–134 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
129
}
130
131
public
Frame clone()
132
{
133
return
Frame.wrap(Api.frame_clone(ptr), true);
134
}
135
136
public
Frame crop(
int
left,
int
top,
int
width,
int
height)
137
{
Callers
1
testDataCopy
Method · 0.95
Calls
2
wrap
Method · 0.95
frame_clone
Method · 0.95
Tested by
1
testDataCopy
Method · 0.76