Searched refs:addInt32 (Results 1 – 3 of 3) sorted by relevance
/hardware/libhardware/modules/camera/ |
D | ExampleCamera.cpp | 51 m.addInt32(ANDROID_CONTROL_AE_AVAILABLE_TARGET_FPS_RANGES, in initStaticInfo() 56 m.addInt32(ANDROID_CONTROL_AE_COMPENSATION_RANGE, in initStaticInfo() 66 m.addInt32(ANDROID_CONTROL_MAX_REGIONS, in initStaticInfo() 72 m.addInt32(ANDROID_JPEG_AVAILABLE_THUMBNAIL_SIZES, in initStaticInfo() 77 m.addInt32(ANDROID_JPEG_MAX_SIZE, in initStaticInfo() 89 m.addInt32(ANDROID_REQUEST_MAX_NUM_OUTPUT_STREAMS, in initStaticInfo() 103 m.addInt32(ANDROID_SCALER_AVAILABLE_FORMATS, in initStaticInfo() 113 m.addInt32(ANDROID_SCALER_AVAILABLE_JPEG_SIZES, in initStaticInfo() 128 m.addInt32(ANDROID_SCALER_AVAILABLE_PROCESSED_SIZES, in initStaticInfo() 138 m.addInt32(ANDROID_SCALER_AVAILABLE_RAW_SIZES, in initStaticInfo() [all …]
|
D | Metadata.h | 36 int addInt32(uint32_t tag, int count, const int32_t *data);
|
D | Metadata.cpp | 77 int Metadata::addInt32(uint32_t tag, int count, const int32_t *data) in addInt32() function in default_camera_hal::Metadata
|