Convert cmake to Andorid.bp using Python script#18
Open
china-xuzp wants to merge 5 commits intoprojectceladon:mainfrom
Open
Convert cmake to Andorid.bp using Python script#18china-xuzp wants to merge 5 commits intoprojectceladon:mainfrom
china-xuzp wants to merge 5 commits intoprojectceladon:mainfrom
Conversation
* Add the return of videoSignal value in av1 Tracked-On: OAM-112687 Signed-off-by: zhangyichix <yichix.zhang@intel.com>
case:android.mediav2.cts.AdaptivePlaybackTest#testAdaptivePlayback Some av1 videos may contain reserved units. We should ignore it instead of returning an error. Reference source: https://aomediacodec.github.io/av1-spec/av1-spec.pdf Section 6.2.6: Reserved units are for future use and shall be ignored by AV1 decoder. Tracked-On: OAM-102526 Signed-off-by: zhangyichix <yichix.zhang@intel.com>
Tracked-On:OAM-117146 Signed-off-by: zhepeng.xu <zhepengx.xu@intel.com> Signed-off-by: zhangyichix <yichix.zhang@intel.com>
Convert cmake into an android.bp file using Python conversion scripts to assist with future upgrades of onevpl runtime Test Done: run following commands to build Onevpl GPU Runtime: -cd onevpl-gpu -mkdir build && cd build -cmake .. -make Generate bp file -cd scripts && python vplruntimegenerator.py Tracked-On:OAM-118713 Signed-off-by: zhepeng.xu <zhepengx.xu@intel.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Convert cmake to Andorid.bp using Python script
Convert cmake into an android.bp file using Python conversion scripts to
assist with future upgrades of onevpl runtime
Test Done:
run following commands to build Onevpl GPU Runtime: -cd onevpl-gpu
-mkdir build && cd build
-cmake ..
-make
Generate bp file
-cd scripts && python vplruntimegenerator.py
Tracked-On:OAM-118713