- Jul 10, 2024
-
-
Keith Mok authored
Flooding of logcat message: "unknown format passed for luma alignment number" had been seem during running cts VideoDecoderPerfTest. Add additional colorformat (YCbCr420SP and YCbCr420P) to calcLumaAlign to prevent this. calcSizeAlign function check those colorformats. Change-Id: Ia4a5c54733ced177164db8fef0c66976f52c0353
-
- Oct 08, 2023
-
-
Michael Bestas authored
Change-Id: I4e2f6267c87e7bc88f023161002fa5acaa6c0398
-
Arne Coucheron authored
LOCAL_COPY_HEADERS is deprecated and Qualcomm HALs have been updated to remove its usage. As a consequence, the display headers are no longer copied to TARGET_OUT_HEADERS, so use the equivalent header lib instead. Change-Id: Ic32a979a608bad3831bc0a2c64942f80c5028b01
-
Pig authored
LOCAL_COPY_HEADERS is deprecated, so remove all its usages to avoid build warnings. Change-Id: I8c9de08610e8d94da568b46b3e8c221007c850a0
-
Brijesh Patel authored
CRs-Fixed: 2596430 Change-Id: If5dab1762e30486193a221d8b604193cb989c3e2
-
- Nov 02, 2021
-
-
Treehugger Robot authored
Merge "Replace is-board-platform[-in-list] with is-board-platform[-in-list]2" am: 46138bfe am: 5c0efe0e am: 308bc926 am: 27510dde am: 17a9af65 Original change: https://android-review.googlesource.com/c/platform/hardware/qcom/media/+/1871917 Change-Id: I7c537ebd807eaaf06b3464d748fee1385bad0110
-
Treehugger Robot authored
Merge "Replace is-board-platform[-in-list] with is-board-platform[-in-list]2" am: 46138bfe am: 5c0efe0e am: 308bc926 am: 27510dde Original change: https://android-review.googlesource.com/c/platform/hardware/qcom/media/+/1871917 Change-Id: I4965974e7a066b1c8cb783acfb777d3f127e24f0
-
- Nov 01, 2021
-
-
Treehugger Robot authored
Merge "Replace is-board-platform[-in-list] with is-board-platform[-in-list]2" am: 46138bfe am: 5c0efe0e am: 308bc926 Original change: https://android-review.googlesource.com/c/platform/hardware/qcom/media/+/1871917 Change-Id: I0d230967a6ca5ff9d7df7c23fb9411a8401fc9da
-
Treehugger Robot authored
Merge "Replace is-board-platform[-in-list] with is-board-platform[-in-list]2" am: 46138bfe am: 5c0efe0e Original change: https://android-review.googlesource.com/c/platform/hardware/qcom/media/+/1871917 Change-Id: Ieec5908beb64630fa4468287598754f62d08c0ad
-
Treehugger Robot authored
Original change: https://android-review.googlesource.com/c/platform/hardware/qcom/media/+/1871917 Change-Id: I6100385b02cc4c7d22016510b004a4e168df3606
-
Treehugger Robot authored
-
- Oct 27, 2021
-
-
Sasha Smundak authored
Bug: 201477826 Test: treehugger This change has been generated by the following script: ``` #! /bin/bash declare -r files="$(grep -rlP '^[^#]*call +is-board-platform' --include '*.mk' --exclude 'utils_test.mk' --exclude 'utils_sample_usage.mk')" [[ -z "$files" ]] || sed -i -r -f <(cat <<"EOF" s/ifeq +\(\$\(call is-board-platform,(.*)\), *true\)/ifneq (,$(call is-board-platform2,\1))/ s/ifeq +\(\$\(call is-board-platform,(.*)\), *\)/ifeq (,$(call is-board-platform2,\1))/ s/ifneq +\(\$\(call is-board-platform,(.*)\), *true\)/ifeq (,$(call is-board-platform2,\1))/ s/ifeq +\(\$\(call is-board-platform-in-list,(.*)\), *true\)/ifneq (,$(call is-board-platform-in-list2,\1))/ s/ifeq +\(\$\(call is-board-platform-in-list,(.*)\), *\)/ifeq (,$(call is-board-platform-in-list2,\1))/ s/ifeq +\(\$\(call is-board-platform-in-list,(.*)\), *false\)/ifeq (,T) # TODO: remove useless check/ s/ifneq +\(\$\(call is-board-platform-in-list,(.*)\), *true\)/ifeq (,$(call is-board-platform-in-list2,\1))/ s/\$\(call is-board-platform,(.*)\)/$(call is-board-platform2,\1)/ EOF ) $files ``` Change-Id: I15dbd80d20395ad6de12e1bdaa4e38b38f7893b3
-
- Oct 26, 2021
-
-
Treehugger Robot authored
[automerger skipped] Merge "Replace is-platform-sdk-version-at-least calls with checking IS_AT_LEAST_xxx." am: ccc932e1 am: be8465f5 -s ours am: 66f19b27 -s ours am: fdc20bf0 -s ours am: c2b52ca4 -s ours am skip reason: Merged-In I10eb453d883c7f6c16f6546993e7b045611e5307 with SHA-1 247f9a88 is already in history Original change: https://android-review.googlesource.com/c/platform/hardware/qcom/media/+/1867017 Change-Id: If522538232bf1e0954d1dacee4046fb52994c6ac
-
Treehugger Robot authored
[automerger skipped] Merge "Replace is-platform-sdk-version-at-least calls with checking IS_AT_LEAST_xxx." am: ccc932e1 am: be8465f5 -s ours am: 66f19b27 -s ours am: fdc20bf0 -s ours am skip reason: Merged-In I10eb453d883c7f6c16f6546993e7b045611e5307 with SHA-1 247f9a88 is already in history Original change: https://android-review.googlesource.com/c/platform/hardware/qcom/media/+/1867017 Change-Id: I9c3d355b1603c9d8c0be4a802958fa70c5fa7b43
-
Treehugger Robot authored
[automerger skipped] Merge "Replace is-platform-sdk-version-at-least calls with checking IS_AT_LEAST_xxx." am: ccc932e1 am: be8465f5 -s ours am: 66f19b27 -s ours am skip reason: Merged-In I10eb453d883c7f6c16f6546993e7b045611e5307 with SHA-1 247f9a88 is already in history Original change: https://android-review.googlesource.com/c/platform/hardware/qcom/media/+/1867017 Change-Id: I358a62b603d870fd107cee84b0d3d012d845a963
-
Treehugger Robot authored
[automerger skipped] Merge "Replace is-platform-sdk-version-at-least calls with checking IS_AT_LEAST_xxx." am: ccc932e1 am: be8465f5 -s ours am skip reason: Merged-In I10eb453d883c7f6c16f6546993e7b045611e5307 with SHA-1 247f9a88 is already in history Original change: https://android-review.googlesource.com/c/platform/hardware/qcom/media/+/1867017 Change-Id: I0dad38aadcb365ffb61f16a081f8e9d3cc7b98da
-
Treehugger Robot authored
Merge "Replace is-platform-sdk-version-at-least calls with checking IS_AT_LEAST_xxx." am: ccc932e1 Original change: https://android-review.googlesource.com/c/platform/hardware/qcom/media/+/1867017 Change-Id: Ifa7bf1bd77a866cc0945c6d69ad7f08b69513bc0
-
Treehugger Robot authored
-
- Oct 21, 2021
-
-
Sasha Smundak authored
Bug: 201477826 Test: treehugger This change has been generated by the following script: ``` declare -r files="$(grep -rlP '^[^#]*call +is-platform-sdk-version-at-least' --include '*.mk')" [[ -z "$files" ]] || sed -i -r -f <(cat <<"EOF" s/^([^#]*ifn?eq) +\(\$\(call is-platform-sdk-version-at-least, *(16|17|18|19|20|21|22|23|24|25)\), *true\)/\1 \(T,T\) \# TODO: Obsolete, please remove/ s/^([^#]*)if(n?)eq +\(\$\(call is-platform-sdk-version-at-least, *26\), *true\)/\1if\2def IS_AT_LEAST_OPR1/ s/^([^#]*)if(n?)eq +\(\$\(call is-platform-sdk-version-at-least, *27\), *true\)/\1if\2def IS_AT_LEAST_OPM1/ s/^([^#]*)if(n?)eq +\(\$\(call is-platform-sdk-version-at-least, *28\), *true\)/\1if\2def IS_AT_LEAST_PPR1/ s/^([^#]*)if(n?)eq +\(\$\(call is-platform-sdk-version-at-least, *29\), *true\)/\1if\2def IS_AT_LEAST_QP1A/ s/^([^#]*)if(n?)eq +\(\$\(call is-platform-sdk-version-at-least, *30\), *true\)/\1if\2def IS_AT_LEAST_RP1A/ s/^([^#]*)if(n?)eq +\(\$\(call is-platform-sdk-version-at-least, *31\), *true\)/\1if\2def IS_AT_LEAST_SP1A/ EOF ) $files ``` Change-Id: I4f53253dec25162b065f0e23dc106c9c61b55393 Merged-In: I10eb453d883c7f6c16f6546993e7b045611e5307
-
- Oct 06, 2021
-
-
Sasha Smundak authored
Replace is-platform-sdk-version-at-least calls with checking IS_AT_LEAST_xxx. am: 247f9a88 am: fa2eeb5d am: 9ebcbd99 Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/qcom/media/+/15975369 Change-Id: I1c00cfa97a731307242c7288d67de2dd726b4e1a
-
Sasha Smundak authored
Replace is-platform-sdk-version-at-least calls with checking IS_AT_LEAST_xxx. am: 247f9a88 am: fa2eeb5d Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/qcom/media/+/15975369 Change-Id: I43401b3abd5728ae717e11cc1e32f30163d94de9
-
Sasha Smundak authored
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/qcom/media/+/15975369 Change-Id: I36fb82d48991ddf50e717e29033462f48ff423a9
-
- Oct 04, 2021
-
-
Sasha Smundak authored
Bug: 201477826 Test: treehugger This change has been generated by the following script: ``` #! /bin/bash declare -r files="$(grep -rlP '^[^#]*call +is-platform-sdk-version-at-least' --include '*.mk')" [[ -z "$files" ]] || sed -i -r -f <(cat <<"EOF" s/^([^#]*ifn?eq) +\(\$\(call is-platform-sdk-version-at-least, *(16|17|18|19|20|21|22|23|24|25)\), *true\)/\1 \(T,T\) \# TODO: Obsolete, please remove/ s/^([^#]*)if(n?)eq +\(\$\(call is-platform-sdk-version-at-least, *26\), *true\)/\1if\2def IS_AT_LEAST_OPR1/ s/^([^#]*)if(n?)eq +\(\$\(call is-platform-sdk-version-at-least, *27\), *true\)/\1if\2def IS_AT_LEAST_OPM1/ s/^([^#]*)if(n?)eq +\(\$\(call is-platform-sdk-version-at-least, *28\), *true\)/\1if\2def IS_AT_LEAST_PPR1/ s/^([^#]*)if(n?)eq +\(\$\(call is-platform-sdk-version-at-least, *29\), *true\)/\1if\2def IS_AT_LEAST_QP1A/ s/^([^#]*)if(n?)eq +\(\$\(call is-platform-sdk-version-at-least, *30\), *true\)/\1if\2def IS_AT_LEAST_RP1A/ s/^([^#]*)if(n?)eq +\(\$\(call is-platform-sdk-version-at-least, *31\), *true\)/\1if\2def IS_AT_LEAST_SP1A/ EOF ) $files ``` Change-Id: I10eb453d883c7f6c16f6546993e7b045611e5307
-
- Feb 20, 2021
-
-
Xin Li authored
[automerger skipped] Mark ab/7061308 as merged in stage. am: 7016627b -s ours am: cc3d844f -s ours am: 3af57d85 -s ours am skip reason: Change-Id I0362ce60cec5cb167af801f36340418d34c28fc5 with SHA-1 9cd3b671 is in history Original change: undetermined MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ibc3b3fb67ab51a9aa9b383b0bde3aa16599e4055
-
Bob Badour authored
Merge "[LSC] Add LOCAL_LICENSE_KINDS to hardware/qcom/media" am: ab785d0b am: c80a54a5 am: 29db224e am: cc5b96a6 Original change: https://android-review.googlesource.com/c/platform/hardware/qcom/media/+/1588402 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Icb402c7cbcf0811917a7227c86ef355fe3e403c4
-
Xin Li authored
[automerger skipped] Mark ab/7061308 as merged in stage. am: 7016627b -s ours am: cc3d844f -s ours am skip reason: Change-Id I0362ce60cec5cb167af801f36340418d34c28fc5 with SHA-1 9cd3b671 is in history Original change: undetermined MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I10649873ff5a1f0269f358d16dfbc4afd63f7e98
-
Bob Badour authored
Merge "[LSC] Add LOCAL_LICENSE_KINDS to hardware/qcom/media" am: ab785d0b am: c80a54a5 am: 29db224e Original change: https://android-review.googlesource.com/c/platform/hardware/qcom/media/+/1588402 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I01dc75c87ba03d5287082b72a1457d971b904ca9
-
Xin Li authored
Bug: 180401296 Merged-In: I0362ce60cec5cb167af801f36340418d34c28fc5 Change-Id: Iaec18a9d9412c43e1604f20fcb7724f3eed7428f
-
- Feb 19, 2021
-
-
Bob Badour authored
Original change: https://android-review.googlesource.com/c/platform/hardware/qcom/media/+/1588402 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I7084373d6e499fd4bc8324e6bc27f8e7d2a0d293
-
Bob Badour authored
Original change: https://android-review.googlesource.com/c/platform/hardware/qcom/media/+/1588402 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ib427febb4aec083278c23a0940c52ab992b65d14
-
- Feb 18, 2021
-
-
Bob Badour authored
-
- Feb 13, 2021
-
-
Bob Badour authored
Added SPDX-license-identifier-Apache-2.0 to: msm8974/libstagefrighthw/Android.mk msm8996/libstagefrighthw/Android.mk msm8998/libstagefrighthw/Android.mk Added SPDX-license-identifier-BSD to: msm8974/libc2dcolorconvert/Android.mk msm8974/mm-video-legacy/DivxDrmDecrypt/Android.mk msm8974/mm-video-legacy/vidc/vdec.mk msm8974/mm-video-legacy/vidc/venc.mk msm8974/mm-video-v4l2/DivxDrmDecrypt/Android.mk msm8974/mm-video-v4l2/vidc/vdec.mk msm8974/mm-video-v4l2/vidc/venc.mk msm8996/libc2dcolorconvert/Android.mk msm8996/mm-video-v4l2/vidc/common/Android.mk msm8996/mm-video-v4l2/vidc/vdec/Android.mk msm8996/mm-video-v4l2/vidc/venc/Android.mk msm8996/videopp/Android.mk msm8998/libc2dcolorconvert/Android.mk msm8998/mm-video-v4l2/vidc/common/Android.mk msm8998/mm-video-v4l2/vidc/vdec/Android.mk msm8998/mm-video-v4l2/vidc/venc/Android.mk Added SPDX-license-identifier-BSD SPDX-license-identifier-MIT to: msm8974/mm-core/Android.mk msm8974/mm-core/omxcore/Android.mk msm8996/mm-core/Android.mk msm8998/mm-core/Android.mk Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I7d795088bc8aba125e671ed5188bf2ccf074c0fb
-
- Nov 25, 2020
-
-
Xin Li authored
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/qcom/media/+/13112983 Change-Id: Ia2380af900a0c17a79a5c79977487d420d0f1eea
-
Xin Li authored
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/qcom/media/+/13112983 Change-Id: I0362ce60cec5cb167af801f36340418d34c28fc5
-
- Nov 23, 2020
-
-
Xin Li authored
Bug: 172690556 Change-Id: I58d2ad304849d5dcc2c497a0ad1635c52c7aaa59
-
- Oct 09, 2020
-
-
Xin Li authored
[automerger skipped] Skip ab/6749736 in stage. am: 60d0f9df -s ours am: b07b25f8 -s ours am: 4cd4ac0a -s ours am skip reason: Change-Id Ic51dd62e0e5222c0dc536b4b47c565ee347795bb with SHA-1 04200b2f is in history Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/qcom/media/+/12796877 Change-Id: I1d4911c8680ec3ffc2a9f9b8b5e864d07ac69060
-
Xin Li authored
am skip reason: Change-Id Ic51dd62e0e5222c0dc536b4b47c565ee347795bb with SHA-1 04200b2f is in history Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/qcom/media/+/12796877 Change-Id: Ia6ee7bac0e78384f883a758f04fce69b63c6d212
-
Xin Li authored
am skip reason: Change-Id Ic51dd62e0e5222c0dc536b4b47c565ee347795bb with SHA-1 04200b2f is in history Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/qcom/media/+/12796877 Change-Id: I230267b69805af2d3c0f30e89886a3431ddbd044
-
- Oct 08, 2020
-
-
Xin Li authored
Merged-In: Ic51dd62e0e5222c0dc536b4b47c565ee347795bb Change-Id: Icbeba512cecb9335c92f23bc3a5692cd608758d0
-