From: Pawin Vongmasa Date: Sat, 16 Sep 2017 13:44:58 +0000 (-0700) Subject: Fix typos in IOmxStore.hal X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=ed95ab31e1916cb2a7ad51b1a004794490ce9b7a;p=android-x86%2Fhardware-interfaces.git Fix typos in IOmxStore.hal Test: make cts -j123 && cts-tradefed run cts-dev -m \ CtsMediaTestCases --compatibility:module-arg \ CtsMediaTestCases:include-annotation:\ android.platform.test.annotations.RequiresDevice Bug: 65719609 Bug: 65769027 Change-Id: I44d62cd5a8aa21d9fa816d5f0bf663e943a21bb5 --- diff --git a/current.txt b/current.txt index 5207c6aa..52fbfd15 100644 --- a/current.txt +++ b/current.txt @@ -245,5 +245,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 diff --git a/media/omx/1.0/IOmxStore.hal b/media/omx/1.0/IOmxStore.hal index a224b0e1..3ec05357 100644 --- a/media/omx/1.0/IOmxStore.hal +++ b/media/omx/1.0/IOmxStore.hal @@ -39,7 +39,7 @@ interface IOmxStore { * string: arbitrary string * size: x * ratio: : - * range: - + * range: | - * list: | ,> */ 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---range', + * key: 'measured-frame-rate-x-range', * value-type: range; 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 - * key: 'feature-bitrate-control', value-type: list> + * key: 'feature-bitrate-modes', value-type: list> * key: 'feature-intra-refresh', value-type: enum<0,1> * key: 'quality-default', value-type: num * key: 'quality-range', value-type: range