HomeSort by relevance Sort by last modified time
    Searched refs:StreamSpec (Results 1 - 3 of 3) sorted by null

  /hardware/libhardware/modules/camera/3_4/metadata/
types.h 30 // StreamSpec describe the attributes of a single stream.
31 struct StreamSpec {
36 StreamSpec(int32_t f, int32_t w, int32_t h)
38 StreamSpec(const camera3_stream_t* stream)
42 bool operator()(const StreamSpec& left, const StreamSpec& right) const {
56 StreamSpec spec;
67 StreamSpec spec;
  /hardware/libhardware/modules/camera/3_4/
static_properties.h 46 typedef std::map<StreamSpec, StreamCapabilities, StreamSpec::Compare>
  /external/lzma/CPP/7zip/UI/Common/
Update.cpp 93 COutFileStream *StreamSpec;
133 COutFileStream *s = Streams[i].StreamSpec;
149 COutFileStream *s = Streams[i].StreamSpec;
173 altStream.StreamSpec = new COutFileStream;
174 altStream.Stream = altStream.StreamSpec;
175 if (!altStream.StreamSpec->Create(name, false))
    [all...]

Completed in 1589 milliseconds