Searched defs:InputFrame (Results 1 – 2 of 2) sorted by relevance
144 struct InputFrame { struct145 int32_t orientation;146 int32_t quality;170 InputFrame() : orientation(0), quality(kDefaultJpegQuality), error(false), in InputFrame() argument
75 struct InputFrame { struct83 InputFrame() : error(false), errorNotified(false), frameNumber(-1) { } in InputFrame() argument