Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Recordscript/recordscript
/ support_changing_quality
Method
support_changing_quality
libs/scrap/src/common/hwcodec.rs:191–195 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
189
}
190
191
fn support_changing_quality(&self) -> bool {
192
[
"vaapi"
,
"mediacodec"
]
193
.iter()
194
.all(|&x| !self.config.name.contains(x))
195
}
196
197
fn latency_free(&self) -> bool {
198
!self.config.name.contains(
"mediacodec"
)
Callers
nothing calls this directly
Calls
2
iter
Method · 0.80
all
Method · 0.45
Tested by
no test coverage detected