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