Skip to content

Commit

Permalink
README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
HighwayStar committed Aug 6, 2018
1 parent b596509 commit 7bc5deb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Code that can help to debug metadata_data_t struct used by qualcomm camera code.

It is located in QCamera2/stack/common/cam_intf.h

Main idea is to compare output from functions get_pointer_of() and get_size_of() from binary libmmcamera2_mct.so with values defined in oss header.
Main idea is to compare output from functions get_pointer_of() and get_size_of() from binary libmmcamera2_mct.so, (liboemcamera.so for older devices) with values defined in oss header.

To get started, you hav to make list of fields of metadata_data_t using special macro PRINT(), like

Expand All @@ -29,4 +29,4 @@ Current code contains keys used on kuntao device.

* BLOB means values found in libmmcamera2_mct.so
* OSS means values from your current cam_intf.h
* FIXME means fields that different by offset or by size. Some BLOB values will be size=0 and big pointer, it means this field not used in blob.
* FIXME means fields that different by offset or by size. Some BLOB values will be size=0 and big pointer, it means this field not used in blob (but thats *not* mean you have to remove it from oss HAL).

0 comments on commit 7bc5deb

Please sign in to comment.