OSDN Git Service

Set enum to fixed size type
authorMarie White <mariewhite@google.com>
Thu, 7 Sep 2017 23:12:13 +0000 (16:12 -0700)
committerMarie White <mariewhite@google.com>
Fri, 8 Sep 2017 03:49:13 +0000 (20:49 -0700)
commit45516aab4012fb8eec77b09f20d84d470e6aa8a6
treef5e13ffceecd7a12d4a0fcfc4a82702969cb2c5f
parent089038395773ea1af27f6063ab090649cd1df2ed
Set enum to fixed size type

Bug: 63683612
Test: Manual. Ran O2 on Marlin, tested image streaming manually.

Since DvrPoseRawDataType enum will be part of the public DVR API,
explicitly define the size of the enum.

Change-Id: I3900470ccb3ca7a2c4e7ed8e7f5586c60486d9e6
libs/vr/libdvr/dvr_pose.cpp
libs/vr/libdvr/include/dvr/dvr_api.h
libs/vr/libdvr/include/dvr/dvr_pose.h
libs/vr/libvrsensor/include/dvr/pose_client.h
libs/vr/libvrsensor/include/private/dvr/pose_client_internal.h
libs/vr/libvrsensor/pose_client.cpp