Lines Matching refs:OutputConfiguration
31 class OutputConfiguration : public android::Parcelable {
59 OutputConfiguration();
64 OutputConfiguration(const android::Parcel& parcel);
66 OutputConfiguration(sp<IGraphicBufferProducer>& gbp, int rotation,
69 bool operator == (const OutputConfiguration& other) const {
79 bool operator != (const OutputConfiguration& other) const {
82 bool operator < (const OutputConfiguration& other) const {
107 bool operator > (const OutputConfiguration& other) const {
111 bool gbpsEqual(const OutputConfiguration& other) const;
112 bool gbpsLessThan(const OutputConfiguration& other) const;
130 using hardware::camera2::params::OutputConfiguration;