Searched refs:FixedState (Results 1 - 3 of 3) sorted by relevance
/hardware/libhardware/modules/camera/3_4/ |
H A D | v4l2_metadata_factory.cpp | 97 components.insert(FixedState<uint8_t>(ANDROID_CONTROL_AF_STATE, 177 components.insert(FixedState<uint8_t>(ANDROID_CONTROL_AE_STATE, 222 components.insert(FixedState<uint8_t>(ANDROID_CONTROL_AWB_STATE, 305 components.insert(FixedState<uint8_t>(ANDROID_FLASH_STATE, 364 FixedState<uint8_t>(ANDROID_LENS_STATE, ANDROID_LENS_STATE_STATIONARY)); 454 components.insert(FixedState<uint8_t>(ANDROID_REQUEST_PIPELINE_DEPTH, 4)); 464 components.insert(FixedState<int64_t>(ANDROID_SYNC_FRAME_NUMBER, 510 FixedState<int64_t>(ANDROID_SENSOR_ROLLING_SHUTTER_SKEW, 0)); 532 components.insert(FixedState<uint8_t>(ANDROID_STATISTICS_SCENE_FLICKER,
|
/hardware/libhardware/modules/camera/3_4/metadata/ |
H A D | partial_metadata_factory.h | 37 // FixedState: A state that doesn't change. 39 static std::unique_ptr<State<T>> FixedState(int32_t tag, T value); 102 std::unique_ptr<State<T>> FixedState(int32_t tag, T value) { function in namespace:v4l2_camera_hal
|
H A D | partial_metadata_factory_test.cpp | 83 TEST_F(PartialMetadataFactoryTest, FixedState) { 85 std::unique_ptr<State<uint8_t>> state = FixedState(delegate_tag_, value);
|
Completed in 11 milliseconds