Searched defs:is_input (Results 1 – 6 of 6) sorted by relevance
33 bool is_input; member
62 bool is_input; member
289 bool is_input = stream.stream_type == google_camera_hal::StreamType::kInput; in ConfigurePipeline() local
139 bool is_input = false; member
395 bool is_input) { in AddBuffer()
1460 static constexpr bool is_input = std::is_same_v<T, IStreamIn>; member