Searched defs:InputFrame (Results 1 – 3 of 3) sorted by relevance
170 struct InputFrame { struct171 int32_t orientation;172 int32_t quality;174 CpuConsumer::LockedBuffer appSegmentBuffer;175 std::vector<CodecOutputBufferInfo> codecOutputBuffers, gainmapCodecOutputBuffers;176 std::unique_ptr<CameraMetadata> result;179 CpuConsumer::LockedBuffer yuvBuffer;203 InputFrame() in InputFrame() argument
80 struct InputFrame { struct90 InputFrame() : error(false), errorNotified(false), frameNumber(-1), requestId(-1), in InputFrame() argument
83 struct InputFrame { struct92 InputFrame() : error(false), errorNotified(false), frameNumber(-1), requestId(-1) { } in InputFrame() argument