libhardware: deprecate POWER_HINT_VIDEO_ENCODE/_DECODE
Bug: 9581070 Change-Id: Ifb47ed0d4fc201732ca6593d41317ec356ead2ba Signed-off-by: Iliyan Malchev <malchev@google.com>
This commit is contained in:
parent
501fc0f182
commit
1a70c0fd39
1 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,9 @@ __BEGIN_DECLS
|
|||
typedef enum {
|
||||
POWER_HINT_VSYNC = 0x00000001,
|
||||
POWER_HINT_INTERACTION = 0x00000002,
|
||||
/* DO NOT USE POWER_HINT_VIDEO_ENCODE/_DECODE! They will be removed in
|
||||
* KLP.
|
||||
*/
|
||||
POWER_HINT_VIDEO_ENCODE = 0x00000003,
|
||||
POWER_HINT_VIDEO_DECODE = 0x00000004
|
||||
} power_hint_t;
|
||||
|
|
Loading…
Reference in a new issue