-
Notifications
You must be signed in to change notification settings - Fork 262
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
Port video related commits from android 14 #2169
base: master
Are you sure you want to change the base?
Conversation
Improper Commit Message |
5e3d360
to
8c3d906
Compare
Improper Commit Message |
8c3d906
to
43aa867
Compare
Improper Commit Message |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
When we enable Perf Profiler and the perf data exceeds the specified buffer size, normal encoding processing will be interrupted. Removing Perf related configurations in igfx_user_feature_next.txt can solve the issue. Tracked-On: OAM-123532 Signed-off-by: Shaofeng Tang <[email protected]> Signed-off-by: Nana Zhang <[email protected]> Signed-off-by: Wan, Hao <[email protected]> (cherry picked from commit 4144713) Tracked-On: OAM-128364 Signed-off-by: Lina Sun <[email protected]>
cts android.mediav2.cts.CodecInfoTest#testHDRDisplayCapabilities test failed with "java.lang.AssertionError: c2.intel.vp9.encoder Advertises support for HDR10/HDR10+ profile 4096 without any HDR display" Cause: HDR currently is not supported by intel VP9 encoder/ decoder, while in framework VP9 HDR is enabled by default. Solution: Disable HDR display. When HDR display is disabled, HDR capability will be disabled for VP9 codec. This way we can keep profile2/profile3 for VP9 and 10-bit decoder can still work. Note: HDR capability of other codec types like HEVC will also be disabled with this patch. Tracked-On: OAM-123681 Signed-off-by: Lina Sun <[email protected]> (cherry picked from commit a39f072) Tracked-On: OAM-128364 Signed-off-by: Lina Sun <[email protected]>
/vendor/bin * hello-encode * vpl_sample_decode Tracked-On: OAM-125583 Signed-off-by: Wan, Hao <[email protected]> (cherry picked from commit 86dd8d0) Tracked-On: OAM-128364 Signed-off-by: Lina Sun <[email protected]>
C2 dump change to be enabled by set property. Tracked-On: OAM-124732 Signed-off-by: Lina Sun <[email protected]> (cherry picked from commit 556deec) Tracked-On: OAM-128364 Signed-off-by: Lina Sun <[email protected]>
Tracked-On: OAM-124592 Signed-off-by: Wan, Hao <[email protected]> (cherry picked from commit 4fa7360) Tracked-On: OAM-128364 Signed-off-by: Lina Sun <[email protected]>
Tracked-On: OAM-127008 Signed-off-by: Wan, Hao <[email protected]> (cherry picked from commit 26f4240) Tracked-On: OAM-128364 Signed-off-by: Lina Sun <[email protected]>
VPL sample tool for encoding, and transcoding are required by QA. Tracked-On: OAM-127106 Signed-off-by: Shaofeng Tang <[email protected]> (cherry picked from commit 1640403) Tracked-On: OAM-128364 Signed-off-by: Lina Sun <[email protected]>
43aa867
to
ae76f45
Compare
Port video related commits from android 14