Searched refs:stall (Results 1 – 6 of 6) sorted by relevance
/hardware/libhardware/modules/camera/3_4/metadata/ |
D | metadata_reader.cpp | 193 for (const auto& stall : *stalls) { in StreamStallDurations() 195 if (stall.spec.width < 1 || stall.spec.height < 1) { in StreamStallDurations() 198 stall.spec.width, in StreamStallDurations() 199 stall.spec.height); in StreamStallDurations() 203 if (stall.duration < 0) { in StreamStallDurations() 206 static_cast<long long>(stall.duration)); in StreamStallDurations()
|
D | metadata_reader_test.cpp | 281 std::array<int64_t, 4> stall{{1, 2, 3, -1}}; in TEST_F() local 283 v4l2_camera_hal::UpdateMetadata(metadata_.get(), stalls_tag_, stall), 0); in TEST_F() 291 std::array<int64_t, 4> stall{{1, 2, 0, 3}}; in TEST_F() local 293 v4l2_camera_hal::UpdateMetadata(metadata_.get(), stalls_tag_, stall), 0); in TEST_F() 301 std::array<int64_t, 5> stall{{1, 2, 3, 4, 5}}; in TEST_F() local 303 v4l2_camera_hal::UpdateMetadata(metadata_.get(), stalls_tag_, stall), 0); in TEST_F()
|
/hardware/libhardware/modules/camera/3_4/ |
D | static_properties.cpp | 55 for (const auto& stall : stalls) { in ConstructStreamCapabilities() local 56 (*capabilities)[stall.spec].stall_duration = stall.duration; in ConstructStreamCapabilities()
|
/hardware/interfaces/camera/metadata/3.4/ |
D | types.hal | 119 * <p>This lists the maximum stall duration for each 151 * <p>This lists the maximum stall duration for each
|
/hardware/interfaces/camera/metadata/3.5/ |
D | types.hal | 41 * by this camera device, and each extended scene mode's maximum streaming (non-stall) size
|
/hardware/interfaces/camera/metadata/3.2/ |
D | types.hal | 1131 * <p>This lists the maximum stall duration for each 1814 * <p>The maximal camera capture pipeline stall (in unit of frame count) introduced by a 1844 * <p>This lists the maximum stall duration for each
|