Home
last modified time | relevance | path

Searched refs:duration_range (Results 1 – 3 of 3) sorted by relevance

/hardware/libhardware/modules/camera/3_4/
Dformat_metadata_factory.cpp188 std::array<int64_t, 2> duration_range; in AddFormatComponents() local
190 v4l2_format, frame_size, &duration_range); in AddFormatComponents()
200 int64_t size_min_frame_duration = duration_range[0]; in AddFormatComponents()
201 int64_t size_max_frame_duration = duration_range[1]; in AddFormatComponents()
Dv4l2_wrapper.h80 std::array<int64_t, 2>* duration_range);
Dv4l2_wrapper.cpp453 std::array<int64_t, 2>* duration_range) { in GetFormatFrameDurationRange() argument
486 (*duration_range)[0] = min; in GetFormatFrameDurationRange()
487 (*duration_range)[1] = max; in GetFormatFrameDurationRange()