summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'media/omx/1.0/IOmxStore.hal')
-rw-r--r--media/omx/1.0/IOmxStore.hal6
1 files changed, 3 insertions, 3 deletions
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 {
39 * string: arbitrary string 39 * string: arbitrary string
40 * size: <num>x<num> 40 * size: <num>x<num>
41 * ratio: <num>:<num> 41 * ratio: <num>:<num>
42 * range<type>: <type>-<type> 42 * range<type>: <type> | <type>-<type>
43 * list<type>: <type> | <type>,<list<type>> 43 * list<type>: <type> | <type>,<list<type>>
44 */ 44 */
45 struct Attribute { 45 struct Attribute {
@@ -97,7 +97,7 @@ interface IOmxStore {
97 * 97 *
98 * Required node attributes for video nodes that are required by Android to 98 * Required node attributes for video nodes that are required by Android to
99 * describe measured values for this device: 99 * describe measured values for this device:
100 * key: 'measured-frame-rate-<width>-<height>-range', 100 * key: 'measured-frame-rate-<width>x<height>-range',
101 * value-type: range<num>; where width: num, height: num 101 * value-type: range<num>; where width: num, height: num
102 * 102 *
103 * Optional node attributes for decoders to describe supported values: 103 * Optional node attributes for decoders to describe supported values:
@@ -111,7 +111,7 @@ interface IOmxStore {
111 * Optional node attributes for encoders to describe supported values: 111 * Optional node attributes for encoders to describe supported values:
112 * key: 'complexity-default', value-type: num 112 * key: 'complexity-default', value-type: num
113 * key: 'complexity-range', value-type: range<num> 113 * key: 'complexity-range', value-type: range<num>
114 * key: 'feature-bitrate-control', value-type: list<enum<VBR,CBR,CQ>> 114 * key: 'feature-bitrate-modes', value-type: list<enum<VBR,CBR,CQ>>
115 * key: 'feature-intra-refresh', value-type: enum<0,1> 115 * key: 'feature-intra-refresh', value-type: enum<0,1>
116 * key: 'quality-default', value-type: num 116 * key: 'quality-default', value-type: num
117 * key: 'quality-range', value-type: range<num> 117 * key: 'quality-range', value-type: range<num>