-
Notifications
You must be signed in to change notification settings - Fork 27
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
Add max resolution for MPEG2 on Gen12 #75
base: master
Are you sure you want to change the base?
Conversation
* Fixed some compilation issues * Update GenerateAndroidMk.py fix compile issue and update tpl for cmrt and media_driver. * Add 'media_add_curr_to_include_path()' to media_srcs.cmake Tracked-On: OAM-117146 Signed-off-by: zhangyichix <[email protected]> Signed-off-by: zhepeng.xu <[email protected]>
Scalability feature will cause gpu hang issue. when run video cts of CtsMediaEncoderTestCases. set the configs below in igfx_user_feature_next.txt * Enable HCP Scalability Decode=0 * Disable Media Encode Scalability=1 to disable Scalability feature. Tracked-On: OAM-120515 Signed-off-by: manxiaoliang <[email protected]>
@feijiang1 @TianmiChen @YuanjunHuang @zhangyichix |
Improper Commit Message |
So in video driver MPEG2 has never been enabled 2K right? @Shao-Feng |
In common, the MPEG2 has enabled 2K. Just on Gen12, the method is overrided. and MPEG2 is missed |
Max resolution of MPEG2 is 2K. assigning 2048x2048 for MPEG2 attributies Tracked-On: OAM-122262 Signed-off-by: Shao-Feng <[email protected]>
Max resolution of MPEG2 is 2K.
assigning 2048x2048 for MPEG2 attributies