Merge "Fix typos in IOmxStore.hal" into oc-mr1-dev

am: 941b614064

Change-Id: I6a33f4b153859013484d4eb25b702ae4cb9c3ff2
This commit is contained in:
Pawin Vongmasa 2017-09-19 01:22:43 +00:00 committed by android-build-merger
commit 87165bb092
2 changed files with 4 additions and 3 deletions

View file

@ -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

View file

@ -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>