Searched refs:StreamSpec (Results 1 – 2 of 2) sorted by relevance
31 struct StreamSpec { struct36 StreamSpec(int32_t f, int32_t w, int32_t h) in StreamSpec() function38 StreamSpec(const camera3_stream_t* stream) in StreamSpec() argument42 bool operator()(const StreamSpec& left, const StreamSpec& right) const { in operator() argument56 StreamSpec spec;67 StreamSpec spec;
45 typedef std::map<StreamSpec, StreamCapabilities, StreamSpec::Compare>