Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2a444716 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

release-request-849a3dc3-db53-4e70-9b7a-92295133ddeb-for-git_pi-release-434674...

release-request-849a3dc3-db53-4e70-9b7a-92295133ddeb-for-git_pi-release-4346747 snap-temp-L27900000104043986

Change-Id: I33ba92e0a37b3495ece01239d1e6e1c8ec10615a
parents 9141a95c 7e3570f0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -246,5 +246,6 @@ a432d6d9200248dc2126827bcd6cdea31dd65eff39b939f64585d27d915a5857 android.hardwar
503da837d1a67cbdb7c08a033e927e5430ae1b159d98bf72c6336b4dcc5e76f5 android.hardware.cas.native@1.0::types
619600109232ed64b827c8a11beed8070b1827ae464547d7aa146cf0473b4bca android.hardware.cas.native@1.0::IDescrambler
0a159f81359cd4f71bbe00972ee8403ea79351fb7c0cd48be72ebb3e424dbaef android.hardware.radio@1.0::types
09342041e17c429fce0034b9096d17849122111436a5f0053e7e59500e1cb89c android.hardware.media.omx@1.0::IOmxStore
f4945e397b5dea41bb64518dfde59be71245d8a125fd1e0acffeb57ac7b08fed android.hardware.thermal@1.1::IThermal
c8bc853546dd55584611def2a9fa1d99f657e3366c976d2f60fe6b8aa6d2cb87 android.hardware.thermal@1.1::IThermalCallback
+3 −3
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ interface IOmxStore {
     *   string:                arbitrary string
     *   size:                  <num>x<num>
     *   ratio:                 <num>:<num>
     *   range<type>:           <type>-<type>
     *   range<type>:           <type> | <type>-<type>
     *   list<type>:            <type> | <type>,<list<type>>
     */
    struct Attribute {
@@ -97,7 +97,7 @@ interface IOmxStore {
     *
     * Required node attributes for video nodes that are required by Android to
     * describe measured values for this device:
     *   key: 'measured-frame-rate-<width>-<height>-range',
     *   key: 'measured-frame-rate-<width>x<height>-range',
     *     value-type: range<num>; where width: num, height: num
     *
     * Optional node attributes for decoders to describe supported values:
@@ -111,7 +111,7 @@ interface IOmxStore {
     * Optional node attributes for encoders to describe supported values:
     *   key: 'complexity-default', value-type: num
     *   key: 'complexity-range', value-type: range<num>
     *   key: 'feature-bitrate-control', value-type: list<enum<VBR,CBR,CQ>>
     *   key: 'feature-bitrate-modes', value-type: list<enum<VBR,CBR,CQ>>
     *   key: 'feature-intra-refresh', value-type: enum<0,1>
     *   key: 'quality-default', value-type: num
     *   key: 'quality-range', value-type: range<num>
+6 −2
Original line number Diff line number Diff line
@@ -716,7 +716,7 @@ TEST_F(AudioDecHidlTest, SetRole) {
}

// port format enumeration
TEST_F(AudioDecHidlTest, EnumeratePortFormat) {
TEST_F(AudioDecHidlTest, DISABLED_EnumeratePortFormat) {
    description("Test Component on Mandatory Port Parameters (Port Format)");
    if (disableTest) return;
    android::hardware::media::omx::V1_0::Status status;
@@ -822,7 +822,11 @@ TEST_F(AudioDecHidlTest, DecodeTest) {
}

// end of sequence test
TEST_F(AudioDecHidlTest, EOSTest_M) {
// SPECIAL CASE; Sending Empty input EOS buffer is not supported across all
// components. For instance soft vorbis and soft opus expects CSD buffers at
// the start. Disabling this test for now. We shall revisit this at a later
// stage
TEST_F(AudioDecHidlTest, DISABLED_EOSTest_M) {
    description("Test end of stream monkeying");
    if (disableTest) return;
    android::hardware::media::omx::V1_0::Status status;
+1 −1
Original line number Diff line number Diff line
@@ -454,7 +454,7 @@ TEST_F(AudioEncHidlTest, SetRole) {
}

// port format enumeration
TEST_F(AudioEncHidlTest, EnumeratePortFormat) {
TEST_F(AudioEncHidlTest, DISABLED_EnumeratePortFormat) {
    description("Test Component on Mandatory Port Parameters (Port Format)");
    if (disableTest) return;
    android::hardware::media::omx::V1_0::Status status;
+2 −2
Original line number Diff line number Diff line
@@ -290,7 +290,7 @@ TEST_F(ComponentHidlTest, DISABLED_GetPortIndices) {
}

// port format enumeration
TEST_F(ComponentHidlTest, EnumeratePortFormat) {
TEST_F(ComponentHidlTest, DISABLED_EnumeratePortFormat) {
    description("Test Component on Mandatory Port Parameters (Port Format)");
    if (disableTest) return;
    android::hardware::media::omx::V1_0::Status status;
@@ -350,7 +350,7 @@ TEST_F(ComponentHidlTest, EnumeratePortFormat) {
}

// get/set default port settings of a component
TEST_F(ComponentHidlTest, SetDefaultPortParams) {
TEST_F(ComponentHidlTest, DISABLED_SetDefaultPortParams) {
    description(
        "Test Component on Mandatory Port Parameters (Port Definition)");
    if (disableTest) return;
Loading