Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(vaapi): add option to enable strict enforcement of frame size #3332

Merged
merged 2 commits into from
Nov 1, 2024

Eliminate the QP fallback code that was only required for VAAPI

61362c1
Select commit
Loading
Failed to load commit list.
Merged

feat(vaapi): add option to enable strict enforcement of frame size #3332

Eliminate the QP fallback code that was only required for VAAPI
61362c1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Nov 1, 2024 in 0s

8.60% of diff hit (target 11.18%)

View this Pull Request on Codecov

8.60% of diff hit (target 11.18%)

Annotations

Check warning on line 141 in src/platform/linux/vaapi.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/vaapi.cpp#L139-L141

Added lines #L139 - L141 were not covered by tests

Check warning on line 145 in src/platform/linux/vaapi.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/vaapi.cpp#L145

Added line #L145 was not covered by tests

Check warning on line 150 in src/platform/linux/vaapi.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/vaapi.cpp#L150

Added line #L150 was not covered by tests

Check warning on line 157 in src/platform/linux/vaapi.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/vaapi.cpp#L157

Added line #L157 was not covered by tests

Check warning on line 161 in src/platform/linux/vaapi.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/vaapi.cpp#L161

Added line #L161 was not covered by tests

Check warning on line 172 in src/platform/linux/vaapi.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/vaapi.cpp#L170-L172

Added lines #L170 - L172 were not covered by tests

Check warning on line 176 in src/platform/linux/vaapi.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/vaapi.cpp#L176

Added line #L176 was not covered by tests

Check warning on line 180 in src/platform/linux/vaapi.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/vaapi.cpp#L180

Added line #L180 was not covered by tests

Check warning on line 189 in src/platform/linux/vaapi.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/vaapi.cpp#L189

Added line #L189 was not covered by tests

Check warning on line 196 in src/platform/linux/vaapi.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/vaapi.cpp#L196

Added line #L196 was not covered by tests

Check warning on line 201 in src/platform/linux/vaapi.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/vaapi.cpp#L200-L201

Added lines #L200 - L201 were not covered by tests

Check warning on line 207 in src/platform/linux/vaapi.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/vaapi.cpp#L206-L207

Added lines #L206 - L207 were not covered by tests

Check warning on line 215 in src/platform/linux/vaapi.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/vaapi.cpp#L214-L215

Added lines #L214 - L215 were not covered by tests

Check warning on line 220 in src/platform/linux/vaapi.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/vaapi.cpp#L220

Added line #L220 was not covered by tests

Check warning on line 225 in src/platform/linux/vaapi.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/vaapi.cpp#L224-L225

Added lines #L224 - L225 were not covered by tests

Check warning on line 228 in src/platform/linux/vaapi.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/vaapi.cpp#L228

Added line #L228 was not covered by tests

Check warning on line 231 in src/platform/linux/vaapi.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/vaapi.cpp#L231

Added line #L231 was not covered by tests

Check warning on line 241 in src/platform/linux/vaapi.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/vaapi.cpp#L241

Added line #L241 was not covered by tests

Check warning on line 248 in src/platform/linux/vaapi.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/vaapi.cpp#L247-L248

Added lines #L247 - L248 were not covered by tests

Check warning on line 251 in src/platform/linux/vaapi.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/vaapi.cpp#L251

Added line #L251 was not covered by tests

Check warning on line 255 in src/platform/linux/vaapi.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/vaapi.cpp#L254-L255

Added lines #L254 - L255 were not covered by tests

Check warning on line 258 in src/platform/linux/vaapi.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/vaapi.cpp#L258

Added line #L258 was not covered by tests

Check warning on line 262 in src/platform/linux/vaapi.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/vaapi.cpp#L262

Added line #L262 was not covered by tests

Check warning on line 283 in src/platform/linux/vaapi.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/vaapi.cpp#L283

Added line #L283 was not covered by tests

Check warning on line 287 in src/platform/linux/vaapi.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/vaapi.cpp#L287

Added line #L287 was not covered by tests