EmulatedFakeCamera2: Add more static metadata

- Add entries for all metadata
- Use better idiom for static metadata construction
- Revise dynamic and static metadata
  - New resolution reporting
  - Minor revision to some enums
- Quiet excess logging

Bug: 6243944
Change-Id: I0558d7d60ae97d2df9e209f24c1e04330737c220
This commit is contained in:
Eino-Ville Talvala
2012-05-20 16:16:26 -07:00
parent 366eef524c
commit 7b906a7ca9
5 changed files with 730 additions and 452 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
#define LOG_NDEBUG 0
//#define LOG_NDEBUG 0
#define LOG_TAG "EmulatedCamera2_Sensor"
#include <utils/Log.h>