Revert

Revert "Add qrd.xml for working wit

Revert "Add qrd.xml for working with caf projects"
* We don't use this manifest for anything anymore.

This reverts commit 412f659816eacaba2f14a34a9bbab5f6fd63d1f1.

Change-Id: I6f410b3cc4823a39bbfe06c02c26c12171361cbc
— intervigil@gmail.com / detail
libstagefright: mtk: Use vendor extensions to check if we should fixup cropping
For mediatek video codecs, validate that the current cropped rectangle
is valid and use the full frame size otherwise. This fixes a bug where
format changes in the same native window would preserve the previous
cropping and cause most of the image to be off-screen.

Change-Id: If56ca11453f5d2e04a4138b2efe28203f30ba569
Ticket: PORRIDGE-440
— defer@cyngn.com / detail
Ensure DHCP requests have nonempty hostnames
If the net.hostname property is empty or not found, Android issues
DHCP requests with an empty hostname field (option 12). RFC2132 section
3.14 prescribes a minimum length of 1 byte for the hostname.

To fix this, a generic 'android-dhcp' hostname is used as a fallback.

Change-Id: I7a92e7295f72b3255e4fba6498fb4039906eb702
— arw@arw.name / detail
livedisplay: Moving native API to OSS
* This code implements the LiveDisplay native interface
and includes support for Qualcomm's SDM as well as the
previous MM interface. Communication with these backends
is handled via the vendor-supplied libraries, and is
decoupled by using dynamic loading.
* This is useful for devices which have had a full display
calibration performed using vendor-supplied tools such
as QDCM.
* This code was developed by Steve Kondik with assistance from
Scott Mertz. Various bits of CYNGN proprietary IP have been removed.

FUTURE WORK:
- Refactor CMHardwareService and LiveDisplayService to
eliminate useless abstractions and consolidate code.
- This is an awful lot of code which is loaded into
system_server. It would be wise to refactor it into
a daemon process or standalone service. The Java portion
does need to remain memory resident in order to respond
to sensor events and changes in ambient conditions without
risk of being OOM killed.

Change-Id: I906a2f3aa1ba3e32881c6d49587f424e094521d6
— steve@cyngn.com / detail
hwc: Fix MDP comp array index access
Fix MDP comp array index access in case of High Res pipe allocation.
This is already correct in case of Low Res allocation routine.

Bug: 24163261

Acked-by: Saurabh Shah

Change-Id: I7eaa0711ef8998ea03edba18b74db80459daf4c7
— akumarkr@codeaurora.org / detail
Automatic translation import
Change-Id: If6ff6c2400cacf2b36a9798d1fae5945ca0c80b6
Ticket: -
— jenkins@cyanogenmod.com / detail
AudioFXTests: remove key sign warning
Change-Id: I749db9a76e31ee023283edc30796874d18425c98
Signed-off-by: Roman Birg
— roman@cyngn.com / detail
Automatic translation import
Change-Id: I87a24c7b99bb4a0c5d3b70a9d9ce37f0fd9d6db9
Ticket: -
— jenkins@cyanogenmod.com / detail
Automatic translation import
Change-Id: Id93dbff4edaaee2b23436463ead8b007ebef4f0c
Ticket: -
— jenkins@cyanogenmod.com / detail
Automatic translation import
Change-Id: I4beb629b83c64b60644639a30345c80efd2b5647
Ticket: -
— jenkins@cyanogenmod.com / detail
Automatic translation import
Change-Id: If5c68e682668d95e4f4e1703be49d4467fb47765
Ticket: -
— jenkins@cyanogenmod.com / detail
Automatic translation import
Change-Id: I5463f9df1f60194ab7db5502c6a6348e64b75b72
Ticket: -
— jenkins@cyanogenmod.com / detail
Automatic translation import
Change-Id: I4229d2c0fee5d7fc51d4452a85b93d4989dcda29
Ticket: -
— jenkins@cyanogenmod.com / detail
Automatic translation import
Change-Id: I237d5af4f5fad1f69d89380f3e3580aa51b4c6b8
Ticket: -
— jenkins@cyanogenmod.com / detail
Automatic translation import
Change-Id: Ib76cea891b9986d329a54b2a4888261afbc96bed
Ticket: -
— jenkins@cyanogenmod.com / detail
Automatic translation import
Change-Id: I769fef794adcd6d542bba9fcfd58d4cc9f07f574
Ticket: -
— jenkins@cyanogenmod.com / detail
Automatic translation import
Change-Id:
0/5000
Từ: -
Sang: -
Kết quả (Việt) 1: [Sao chép]
Sao chép!
Revert "Add qrd.xml for working with caf projects"* We don't use this manifest for anything anymore.This reverts commit 412f659816eacaba2f14a34a9bbab5f6fd63d1f1.Change-Id: I6f410b3cc4823a39bbfe06c02c26c12171361cbc— intervigil@gmail.com / detaillibstagefright: mtk: Use vendor extensions to check if we should fixup croppingFor mediatek video codecs, validate that the current cropped rectangleis valid and use the full frame size otherwise. This fixes a bug whereformat changes in the same native window would preserve the previouscropping and cause most of the image to be off-screen.Change-Id: If56ca11453f5d2e04a4138b2efe28203f30ba569Ticket: PORRIDGE-440— defer@cyngn.com / detailEnsure DHCP requests have nonempty hostnamesIf the net.hostname property is empty or not found, Android issuesDHCP requests with an empty hostname field (option 12). RFC2132 section3.14 prescribes a minimum length of 1 byte for the hostname.To fix this, a generic 'android-dhcp' hostname is used as a fallback.Change-Id: I7a92e7295f72b3255e4fba6498fb4039906eb702— arw@arw.name / detaillivedisplay: Moving native API to OSS* This code implements the LiveDisplay native interface and includes support for Qualcomm's SDM as well as the previous MM interface. Communication with these backends is handled via the vendor-supplied libraries, and is decoupled by using dynamic loading.* This is useful for devices which have had a full display calibration performed using vendor-supplied tools such as QDCM.* This code was developed by Steve Kondik with assistance from Scott Mertz. Various bits of CYNGN proprietary IP have been removed.FUTURE WORK: - Refactor CMHardwareService and LiveDisplayService to eliminate useless abstractions and consolidate code. - This is an awful lot of code which is loaded into system_server. It would be wise to refactor it into a daemon process or standalone service. The Java portion does need to remain memory resident in order to respond to sensor events and changes in ambient conditions without risk of being OOM killed.Change-Id: I906a2f3aa1ba3e32881c6d49587f424e094521d6— steve@cyngn.com / detailhwc: Fix MDP comp array index accessFix MDP comp array index access in case of High Res pipe allocation.This is already correct in case of Low Res allocation routine.Bug: 24163261Acked-by: Saurabh Shah Change-Id: I7eaa0711ef8998ea03edba18b74db80459daf4c7— akumarkr@codeaurora.org / detailAutomatic translation importChange-Id: If6ff6c2400cacf2b36a9798d1fae5945ca0c80b6Ticket: -— jenkins@cyanogenmod.com / detailAudioFXTests: remove key sign warningChange-Id: I749db9a76e31ee023283edc30796874d18425c98Signed-off-by: Roman Birg — roman@cyngn.com / detailAutomatic translation importChange-Id: I87a24c7b99bb4a0c5d3b70a9d9ce37f0fd9d6db9Ticket: -— jenkins@cyanogenmod.com / detailAutomatic translation importChange-Id: Id93dbff4edaaee2b23436463ead8b007ebef4f0cTicket: -— jenkins@cyanogenmod.com / detailAutomatic translation importChange-Id: I4beb629b83c64b60644639a30345c80efd2b5647Ticket: -— jenkins@cyanogenmod.com / detailAutomatic translation importChange-Id: If5c68e682668d95e4f4e1703be49d4467fb47765Ticket: -— jenkins@cyanogenmod.com / detailAutomatic translation importChange-Id: I5463f9df1f60194ab7db5502c6a6348e64b75b72Ticket: -— jenkins@cyanogenmod.com / detailAutomatic translation importChange-Id: I4229d2c0fee5d7fc51d4452a85b93d4989dcda29Ticket: -— jenkins@cyanogenmod.com / detailAutomatic translation importChange-Id: I237d5af4f5fad1f69d89380f3e3580aa51b4c6b8Ticket: -— jenkins@cyanogenmod.com / detailAutomatic translation importChange-Id: Ib76cea891b9986d329a54b2a4888261afbc96bedTicket: -— jenkins@cyanogenmod.com / detailAutomatic translation importChange-Id: I769fef794adcd6d542bba9fcfd58d4cc9f07f574Ticket: -— jenkins@cyanogenmod.com / detailAutomatic translation importChange-Id:
đang được dịch, vui lòng đợi..
 
Các ngôn ngữ khác
Hỗ trợ công cụ dịch thuật: Albania, Amharic, Anh, Armenia, Azerbaijan, Ba Lan, Ba Tư, Bantu, Basque, Belarus, Bengal, Bosnia, Bulgaria, Bồ Đào Nha, Catalan, Cebuano, Chichewa, Corsi, Creole (Haiti), Croatia, Do Thái, Estonia, Filipino, Frisia, Gael Scotland, Galicia, George, Gujarat, Hausa, Hawaii, Hindi, Hmong, Hungary, Hy Lạp, Hà Lan, Hà Lan (Nam Phi), Hàn, Iceland, Igbo, Ireland, Java, Kannada, Kazakh, Khmer, Kinyarwanda, Klingon, Kurd, Kyrgyz, Latinh, Latvia, Litva, Luxembourg, Lào, Macedonia, Malagasy, Malayalam, Malta, Maori, Marathi, Myanmar, Mã Lai, Mông Cổ, Na Uy, Nepal, Nga, Nhật, Odia (Oriya), Pashto, Pháp, Phát hiện ngôn ngữ, Phần Lan, Punjab, Quốc tế ngữ, Rumani, Samoa, Serbia, Sesotho, Shona, Sindhi, Sinhala, Slovak, Slovenia, Somali, Sunda, Swahili, Séc, Tajik, Tamil, Tatar, Telugu, Thái, Thổ Nhĩ Kỳ, Thụy Điển, Tiếng Indonesia, Tiếng Ý, Trung, Trung (Phồn thể), Turkmen, Tây Ban Nha, Ukraina, Urdu, Uyghur, Uzbek, Việt, Xứ Wales, Yiddish, Yoruba, Zulu, Đan Mạch, Đức, Ả Rập, dịch ngôn ngữ.

Copyright ©2024 I Love Translation. All reserved.

E-mail: