Documentation
¶
Index ¶
- type BlackLevelPatternServer
- func (s *BlackLevelPatternServer) CopyTo(_ context.Context, req *pb.CopyToRequest) (*pb.CopyToResponse, error)
- func (s *BlackLevelPatternServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
- func (s *BlackLevelPatternServer) GetOffsetForIndex(_ context.Context, req *pb.GetOffsetForIndexRequest) (*pb.GetOffsetForIndexResponse, error)
- func (s *BlackLevelPatternServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *BlackLevelPatternServer) NewBlackLevelPattern(_ context.Context, req *pb.NewBlackLevelPatternRequest) (*pb.NewBlackLevelPatternResponse, error)
- func (s *BlackLevelPatternServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
- type CapabilityServer
- func (s *CapabilityServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
- func (s *CapabilityServer) GetMaxStreamingSize(_ context.Context, req *pb.GetMaxStreamingSizeRequest) (*pb.GetMaxStreamingSizeResponse, error)
- func (s *CapabilityServer) GetMode(_ context.Context, req *pb.GetModeRequest) (*pb.GetModeResponse, error)
- func (s *CapabilityServer) GetZoomRatioRange(_ context.Context, req *pb.GetZoomRatioRangeRequest) (*pb.GetZoomRatioRangeResponse, error)
- func (s *CapabilityServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *CapabilityServer) NewCapability(_ context.Context, req *pb.NewCapabilityRequest) (*pb.NewCapabilityResponse, error)
- func (s *CapabilityServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
- type ColorSpaceProfilesServer
- func (s *ColorSpaceProfilesServer) GetSupportedColorSpaces(_ context.Context, req *pb.GetSupportedColorSpacesRequest) (*pb.GetSupportedColorSpacesResponse, error)
- func (s *ColorSpaceProfilesServer) GetSupportedColorSpacesForDynamicRange(_ context.Context, req *pb.GetSupportedColorSpacesForDynamicRangeRequest) (*pb.GetSupportedColorSpacesForDynamicRangeResponse, error)
- func (s *ColorSpaceProfilesServer) GetSupportedDynamicRangeProfiles(_ context.Context, req *pb.GetSupportedDynamicRangeProfilesRequest) (*pb.GetSupportedDynamicRangeProfilesResponse, error)
- func (s *ColorSpaceProfilesServer) GetSupportedImageFormatsForColorSpace(_ context.Context, req *pb.GetSupportedImageFormatsForColorSpaceRequest) (*pb.GetSupportedImageFormatsForColorSpaceResponse, error)
- func (s *ColorSpaceProfilesServer) NewColorSpaceProfiles(_ context.Context, req *pb.NewColorSpaceProfilesRequest) (*pb.NewColorSpaceProfilesResponse, error)
- type ColorSpaceTransformServer
- func (s *ColorSpaceTransformServer) CopyElements2(_ context.Context, req *pb.CopyElements2Request) (*pb.CopyElements2Response, error)
- func (s *ColorSpaceTransformServer) CopyElements2_1(_ context.Context, req *pb.CopyElements2_1Request) (*pb.CopyElements2_1Response, error)
- func (s *ColorSpaceTransformServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
- func (s *ColorSpaceTransformServer) GetElement(_ context.Context, req *pb.GetElementRequest) (*pb.GetElementResponse, error)
- func (s *ColorSpaceTransformServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *ColorSpaceTransformServer) NewColorSpaceTransform(_ context.Context, req *pb.NewColorSpaceTransformRequest) (*pb.NewColorSpaceTransformResponse, error)
- func (s *ColorSpaceTransformServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
- type DynamicRangeProfilesServer
- func (s *DynamicRangeProfilesServer) GetProfileCaptureRequestConstraints(_ context.Context, req *pb.GetProfileCaptureRequestConstraintsRequest) (*pb.GetProfileCaptureRequestConstraintsResponse, error)
- func (s *DynamicRangeProfilesServer) GetSupportedProfiles(_ context.Context, req *pb.GetSupportedProfilesRequest) (*pb.GetSupportedProfilesResponse, error)
- func (s *DynamicRangeProfilesServer) IsExtraLatencyPresent(_ context.Context, req *pb.IsExtraLatencyPresentRequest) (*pb.IsExtraLatencyPresentResponse, error)
- func (s *DynamicRangeProfilesServer) NewDynamicRangeProfiles(_ context.Context, req *pb.NewDynamicRangeProfilesRequest) (*pb.NewDynamicRangeProfilesResponse, error)
- type ExtensionSessionConfigurationServer
- func (s *ExtensionSessionConfigurationServer) ClearColorSpace(_ context.Context, req *pb.ClearColorSpaceRequest) (*pb.ClearColorSpaceResponse, error)
- func (s *ExtensionSessionConfigurationServer) GetColorSpace(_ context.Context, req *pb.GetColorSpaceRequest) (*pb.GetColorSpaceResponse, error)
- func (s *ExtensionSessionConfigurationServer) GetExecutor(_ context.Context, req *pb.GetExecutorRequest) (*pb.GetExecutorResponse, error)
- func (s *ExtensionSessionConfigurationServer) GetExtension(_ context.Context, req *pb.GetExtensionRequest) (*pb.GetExtensionResponse, error)
- func (s *ExtensionSessionConfigurationServer) GetOutputConfigurations(_ context.Context, req *pb.GetOutputConfigurationsRequest) (*pb.GetOutputConfigurationsResponse, error)
- func (s *ExtensionSessionConfigurationServer) GetPostviewOutputConfiguration(_ context.Context, req *pb.GetPostviewOutputConfigurationRequest) (*pb.GetPostviewOutputConfigurationResponse, error)
- func (s *ExtensionSessionConfigurationServer) GetStateCallback(_ context.Context, req *pb.GetStateCallbackRequest) (*pb.GetStateCallbackResponse, error)
- func (s *ExtensionSessionConfigurationServer) NewExtensionSessionConfiguration(_ context.Context, req *pb.NewExtensionSessionConfigurationRequest) (*pb.NewExtensionSessionConfigurationResponse, error)
- func (s *ExtensionSessionConfigurationServer) SetColorSpace(_ context.Context, req *pb.SetColorSpaceRequest) (*pb.SetColorSpaceResponse, error)
- func (s *ExtensionSessionConfigurationServer) SetPostviewOutputConfiguration(_ context.Context, req *pb.SetPostviewOutputConfigurationRequest) (*pb.SetPostviewOutputConfigurationResponse, error)
- type InputConfigurationServer
- func (s *InputConfigurationServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
- func (s *InputConfigurationServer) GetFormat(_ context.Context, req *pb.InputConfigurationGetFormatRequest) (*pb.GetFormatResponse, error)
- func (s *InputConfigurationServer) GetHeight(_ context.Context, req *pb.GetHeightRequest) (*pb.GetHeightResponse, error)
- func (s *InputConfigurationServer) GetWidth(_ context.Context, req *pb.GetWidthRequest) (*pb.GetWidthResponse, error)
- func (s *InputConfigurationServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *InputConfigurationServer) IsMultiResolution(_ context.Context, req *pb.IsMultiResolutionRequest) (*pb.IsMultiResolutionResponse, error)
- func (s *InputConfigurationServer) NewInputConfiguration(_ context.Context, req *pb.NewInputConfigurationRequest) (*pb.NewInputConfigurationResponse, error)
- func (s *InputConfigurationServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
- type LensIntrinsicsSampleServer
- func (s *LensIntrinsicsSampleServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
- func (s *LensIntrinsicsSampleServer) GetLensIntrinsics(_ context.Context, req *pb.GetLensIntrinsicsRequest) (*pb.GetLensIntrinsicsResponse, error)
- func (s *LensIntrinsicsSampleServer) GetTimestampNanos(_ context.Context, req *pb.GetTimestampNanosRequest) (*pb.GetTimestampNanosResponse, error)
- func (s *LensIntrinsicsSampleServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *LensIntrinsicsSampleServer) NewLensIntrinsicsSample(_ context.Context, req *pb.NewLensIntrinsicsSampleRequest) (*pb.NewLensIntrinsicsSampleResponse, error)
- func (s *LensIntrinsicsSampleServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
- type MeteringRectangleServer
- func (s *MeteringRectangleServer) Equals1(_ context.Context, req *pb.Equals1Request) (*pb.Equals1Response, error)
- func (s *MeteringRectangleServer) Equals1_1(_ context.Context, req *pb.Equals1_1Request) (*pb.Equals1_1Response, error)
- func (s *MeteringRectangleServer) GetHeight(_ context.Context, req *pb.GetHeightRequest) (*pb.GetHeightResponse, error)
- func (s *MeteringRectangleServer) GetMeteringWeight(_ context.Context, req *pb.GetMeteringWeightRequest) (*pb.GetMeteringWeightResponse, error)
- func (s *MeteringRectangleServer) GetRect(_ context.Context, req *pb.GetRectRequest) (*pb.GetRectResponse, error)
- func (s *MeteringRectangleServer) GetSize(_ context.Context, req *pb.GetSizeRequest) (*pb.GetSizeResponse, error)
- func (s *MeteringRectangleServer) GetUpperLeftPoint(_ context.Context, req *pb.GetUpperLeftPointRequest) (*pb.GetUpperLeftPointResponse, error)
- func (s *MeteringRectangleServer) GetWidth(_ context.Context, req *pb.GetWidthRequest) (*pb.GetWidthResponse, error)
- func (s *MeteringRectangleServer) GetX(_ context.Context, req *pb.GetXRequest) (*pb.GetXResponse, error)
- func (s *MeteringRectangleServer) GetY(_ context.Context, req *pb.GetYRequest) (*pb.GetYResponse, error)
- func (s *MeteringRectangleServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *MeteringRectangleServer) NewMeteringRectangle(_ context.Context, req *pb.NewMeteringRectangleRequest) (*pb.NewMeteringRectangleResponse, error)
- func (s *MeteringRectangleServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
- type MultiResolutionStreamInfoServer
- func (s *MultiResolutionStreamInfoServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
- func (s *MultiResolutionStreamInfoServer) GetHeight(_ context.Context, req *pb.GetHeightRequest) (*pb.GetHeightResponse, error)
- func (s *MultiResolutionStreamInfoServer) GetPhysicalCameraId(_ context.Context, req *pb.GetPhysicalCameraIdRequest) (*pb.GetPhysicalCameraIdResponse, error)
- func (s *MultiResolutionStreamInfoServer) GetWidth(_ context.Context, req *pb.GetWidthRequest) (*pb.GetWidthResponse, error)
- func (s *MultiResolutionStreamInfoServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *MultiResolutionStreamInfoServer) NewMultiResolutionStreamInfo(_ context.Context, req *pb.NewMultiResolutionStreamInfoRequest) (*pb.NewMultiResolutionStreamInfoResponse, error)
- type OisSampleServer
- func (s *OisSampleServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
- func (s *OisSampleServer) GetTimestamp(_ context.Context, req *pb.GetTimestampRequest) (*pb.GetTimestampResponse, error)
- func (s *OisSampleServer) GetXshift(_ context.Context, req *pb.GetXshiftRequest) (*pb.GetXshiftResponse, error)
- func (s *OisSampleServer) GetYshift(_ context.Context, req *pb.GetYshiftRequest) (*pb.GetYshiftResponse, error)
- func (s *OisSampleServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *OisSampleServer) NewOisSample(_ context.Context, req *pb.NewOisSampleRequest) (*pb.NewOisSampleResponse, error)
- func (s *OisSampleServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
- type OutputConfigurationServer
- func (s *OutputConfigurationServer) AddSensorPixelModeUsed(_ context.Context, req *pb.AddSensorPixelModeUsedRequest) (*pb.AddSensorPixelModeUsedResponse, error)
- func (s *OutputConfigurationServer) AddSurface(_ context.Context, req *pb.AddSurfaceRequest) (*pb.AddSurfaceResponse, error)
- func (s *OutputConfigurationServer) CreateInstancesForMultiResolutionOutput(_ context.Context, req *pb.CreateInstancesForMultiResolutionOutputRequest) (*pb.CreateInstancesForMultiResolutionOutputResponse, error)
- func (s *OutputConfigurationServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error)
- func (s *OutputConfigurationServer) EnableSurfaceSharing(_ context.Context, req *pb.EnableSurfaceSharingRequest) (*pb.EnableSurfaceSharingResponse, error)
- func (s *OutputConfigurationServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
- func (s *OutputConfigurationServer) GetDynamicRangeProfile(_ context.Context, req *pb.GetDynamicRangeProfileRequest) (*pb.GetDynamicRangeProfileResponse, error)
- func (s *OutputConfigurationServer) GetMaxSharedSurfaceCount(_ context.Context, req *pb.GetMaxSharedSurfaceCountRequest) (*pb.GetMaxSharedSurfaceCountResponse, error)
- func (s *OutputConfigurationServer) GetMirrorMode0(_ context.Context, req *pb.GetMirrorMode0Request) (*pb.GetMirrorMode0Response, error)
- func (s *OutputConfigurationServer) GetMirrorMode1_1(_ context.Context, req *pb.GetMirrorMode1_1Request) (*pb.GetMirrorMode1_1Response, error)
- func (s *OutputConfigurationServer) GetStreamUseCase(_ context.Context, req *pb.OutputConfigurationGetStreamUseCaseRequest) (*pb.GetStreamUseCaseResponse, error)
- func (s *OutputConfigurationServer) GetSurface(_ context.Context, req *pb.GetSurfaceRequest) (*pb.GetSurfaceResponse, error)
- func (s *OutputConfigurationServer) GetSurfaceGroupId(_ context.Context, req *pb.GetSurfaceGroupIdRequest) (*pb.GetSurfaceGroupIdResponse, error)
- func (s *OutputConfigurationServer) GetSurfaces(_ context.Context, req *pb.GetSurfacesRequest) (*pb.GetSurfacesResponse, error)
- func (s *OutputConfigurationServer) GetTimestampBase(_ context.Context, req *pb.GetTimestampBaseRequest) (*pb.GetTimestampBaseResponse, error)
- func (s *OutputConfigurationServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *OutputConfigurationServer) IsReadoutTimestampEnabled(_ context.Context, req *pb.IsReadoutTimestampEnabledRequest) (*pb.IsReadoutTimestampEnabledResponse, error)
- func (s *OutputConfigurationServer) NewOutputConfiguration(_ context.Context, req *pb.NewOutputConfigurationRequest) (*pb.NewOutputConfigurationResponse, error)
- func (s *OutputConfigurationServer) RemoveSensorPixelModeUsed(_ context.Context, req *pb.RemoveSensorPixelModeUsedRequest) (*pb.RemoveSensorPixelModeUsedResponse, error)
- func (s *OutputConfigurationServer) RemoveSurface(_ context.Context, req *pb.RemoveSurfaceRequest) (*pb.RemoveSurfaceResponse, error)
- func (s *OutputConfigurationServer) SetDynamicRangeProfile(_ context.Context, req *pb.SetDynamicRangeProfileRequest) (*pb.SetDynamicRangeProfileResponse, error)
- func (s *OutputConfigurationServer) SetMirrorMode1_1(_ context.Context, req *pb.SetMirrorMode1_1Request) (*pb.SetMirrorMode1_1Response, error)
- func (s *OutputConfigurationServer) SetMirrorMode2(_ context.Context, req *pb.SetMirrorMode2Request) (*pb.SetMirrorMode2Response, error)
- func (s *OutputConfigurationServer) SetPhysicalCameraId(_ context.Context, req *pb.SetPhysicalCameraIdRequest) (*pb.SetPhysicalCameraIdResponse, error)
- func (s *OutputConfigurationServer) SetReadoutTimestampEnabled(_ context.Context, req *pb.SetReadoutTimestampEnabledRequest) (*pb.SetReadoutTimestampEnabledResponse, error)
- func (s *OutputConfigurationServer) SetStreamUseCase(_ context.Context, req *pb.SetStreamUseCaseRequest) (*pb.SetStreamUseCaseResponse, error)
- func (s *OutputConfigurationServer) SetTimestampBase(_ context.Context, req *pb.SetTimestampBaseRequest) (*pb.SetTimestampBaseResponse, error)
- func (s *OutputConfigurationServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error)
- type RggbChannelVectorServer
- func (s *RggbChannelVectorServer) CopyTo(_ context.Context, req *pb.CopyToRequest) (*pb.CopyToResponse, error)
- func (s *RggbChannelVectorServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
- func (s *RggbChannelVectorServer) GetBlue(_ context.Context, req *pb.GetBlueRequest) (*pb.GetBlueResponse, error)
- func (s *RggbChannelVectorServer) GetComponent(_ context.Context, req *pb.GetComponentRequest) (*pb.GetComponentResponse, error)
- func (s *RggbChannelVectorServer) GetGreenEven(_ context.Context, req *pb.GetGreenEvenRequest) (*pb.GetGreenEvenResponse, error)
- func (s *RggbChannelVectorServer) GetGreenOdd(_ context.Context, req *pb.GetGreenOddRequest) (*pb.GetGreenOddResponse, error)
- func (s *RggbChannelVectorServer) GetRed(_ context.Context, req *pb.GetRedRequest) (*pb.GetRedResponse, error)
- func (s *RggbChannelVectorServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *RggbChannelVectorServer) NewRggbChannelVector(_ context.Context, req *pb.NewRggbChannelVectorRequest) (*pb.NewRggbChannelVectorResponse, error)
- func (s *RggbChannelVectorServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
- type SessionConfigurationServer
- func (s *SessionConfigurationServer) ClearColorSpace(_ context.Context, req *pb.ClearColorSpaceRequest) (*pb.ClearColorSpaceResponse, error)
- func (s *SessionConfigurationServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error)
- func (s *SessionConfigurationServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
- func (s *SessionConfigurationServer) GetColorSpace(_ context.Context, req *pb.GetColorSpaceRequest) (*pb.GetColorSpaceResponse, error)
- func (s *SessionConfigurationServer) GetExecutor(_ context.Context, req *pb.GetExecutorRequest) (*pb.GetExecutorResponse, error)
- func (s *SessionConfigurationServer) GetInputConfiguration(_ context.Context, req *pb.GetInputConfigurationRequest) (*pb.GetInputConfigurationResponse, error)
- func (s *SessionConfigurationServer) GetOutputConfigurations(_ context.Context, req *pb.GetOutputConfigurationsRequest) (*pb.GetOutputConfigurationsResponse, error)
- func (s *SessionConfigurationServer) GetSessionParameters(_ context.Context, req *pb.GetSessionParametersRequest) (*pb.GetSessionParametersResponse, error)
- func (s *SessionConfigurationServer) GetSessionType(_ context.Context, req *pb.GetSessionTypeRequest) (*pb.GetSessionTypeResponse, error)
- func (s *SessionConfigurationServer) GetStateCallback(_ context.Context, req *pb.GetStateCallbackRequest) (*pb.GetStateCallbackResponse, error)
- func (s *SessionConfigurationServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *SessionConfigurationServer) NewSessionConfiguration(_ context.Context, req *pb.NewSessionConfigurationRequest) (*pb.NewSessionConfigurationResponse, error)
- func (s *SessionConfigurationServer) SetColorSpace(_ context.Context, req *pb.SetColorSpaceRequest) (*pb.SetColorSpaceResponse, error)
- func (s *SessionConfigurationServer) SetInputConfiguration(_ context.Context, req *pb.SetInputConfigurationRequest) (*pb.SetInputConfigurationResponse, error)
- func (s *SessionConfigurationServer) SetSessionParameters(_ context.Context, req *pb.SetSessionParametersRequest) (*pb.SetSessionParametersResponse, error)
- func (s *SessionConfigurationServer) SetStateCallback(_ context.Context, req *pb.SetStateCallbackRequest) (*pb.SetStateCallbackResponse, error)
- func (s *SessionConfigurationServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error)
- type TonemapCurveServer
- func (s *TonemapCurveServer) CopyColorCurve(_ context.Context, req *pb.CopyColorCurveRequest) (*pb.CopyColorCurveResponse, error)
- func (s *TonemapCurveServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
- func (s *TonemapCurveServer) GetPoint(_ context.Context, req *pb.GetPointRequest) (*pb.GetPointResponse, error)
- func (s *TonemapCurveServer) GetPointCount(_ context.Context, req *pb.GetPointCountRequest) (*pb.GetPointCountResponse, error)
- func (s *TonemapCurveServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *TonemapCurveServer) NewTonemapCurve(_ context.Context, req *pb.NewTonemapCurveRequest) (*pb.NewTonemapCurveResponse, error)
- func (s *TonemapCurveServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlackLevelPatternServer ¶
type BlackLevelPatternServer struct {
pb.UnimplementedBlackLevelPatternServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
BlackLevelPatternServer implements pb.BlackLevelPatternServiceServer.
func (*BlackLevelPatternServer) CopyTo ¶
func (s *BlackLevelPatternServer) CopyTo(_ context.Context, req *pb.CopyToRequest) (*pb.CopyToResponse, error)
func (*BlackLevelPatternServer) Equals ¶
func (s *BlackLevelPatternServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
func (*BlackLevelPatternServer) GetOffsetForIndex ¶
func (s *BlackLevelPatternServer) GetOffsetForIndex(_ context.Context, req *pb.GetOffsetForIndexRequest) (*pb.GetOffsetForIndexResponse, error)
func (*BlackLevelPatternServer) HashCode ¶
func (s *BlackLevelPatternServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error)
func (*BlackLevelPatternServer) NewBlackLevelPattern ¶
func (s *BlackLevelPatternServer) NewBlackLevelPattern(_ context.Context, req *pb.NewBlackLevelPatternRequest) (*pb.NewBlackLevelPatternResponse, error)
func (*BlackLevelPatternServer) ToString ¶
func (s *BlackLevelPatternServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
type CapabilityServer ¶
type CapabilityServer struct {
pb.UnimplementedCapabilityServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
CapabilityServer implements pb.CapabilityServiceServer.
func (*CapabilityServer) Equals ¶
func (s *CapabilityServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
func (*CapabilityServer) GetMaxStreamingSize ¶
func (s *CapabilityServer) GetMaxStreamingSize(_ context.Context, req *pb.GetMaxStreamingSizeRequest) (*pb.GetMaxStreamingSizeResponse, error)
func (*CapabilityServer) GetMode ¶
func (s *CapabilityServer) GetMode(_ context.Context, req *pb.GetModeRequest) (*pb.GetModeResponse, error)
func (*CapabilityServer) GetZoomRatioRange ¶
func (s *CapabilityServer) GetZoomRatioRange(_ context.Context, req *pb.GetZoomRatioRangeRequest) (*pb.GetZoomRatioRangeResponse, error)
func (*CapabilityServer) HashCode ¶
func (s *CapabilityServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error)
func (*CapabilityServer) NewCapability ¶
func (s *CapabilityServer) NewCapability(_ context.Context, req *pb.NewCapabilityRequest) (*pb.NewCapabilityResponse, error)
func (*CapabilityServer) ToString ¶
func (s *CapabilityServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
type ColorSpaceProfilesServer ¶
type ColorSpaceProfilesServer struct {
pb.UnimplementedColorSpaceProfilesServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
ColorSpaceProfilesServer implements pb.ColorSpaceProfilesServiceServer.
func (*ColorSpaceProfilesServer) GetSupportedColorSpaces ¶
func (s *ColorSpaceProfilesServer) GetSupportedColorSpaces(_ context.Context, req *pb.GetSupportedColorSpacesRequest) (*pb.GetSupportedColorSpacesResponse, error)
func (*ColorSpaceProfilesServer) GetSupportedColorSpacesForDynamicRange ¶
func (s *ColorSpaceProfilesServer) GetSupportedColorSpacesForDynamicRange(_ context.Context, req *pb.GetSupportedColorSpacesForDynamicRangeRequest) (*pb.GetSupportedColorSpacesForDynamicRangeResponse, error)
func (*ColorSpaceProfilesServer) GetSupportedDynamicRangeProfiles ¶
func (s *ColorSpaceProfilesServer) GetSupportedDynamicRangeProfiles(_ context.Context, req *pb.GetSupportedDynamicRangeProfilesRequest) (*pb.GetSupportedDynamicRangeProfilesResponse, error)
func (*ColorSpaceProfilesServer) GetSupportedImageFormatsForColorSpace ¶
func (s *ColorSpaceProfilesServer) GetSupportedImageFormatsForColorSpace(_ context.Context, req *pb.GetSupportedImageFormatsForColorSpaceRequest) (*pb.GetSupportedImageFormatsForColorSpaceResponse, error)
func (*ColorSpaceProfilesServer) NewColorSpaceProfiles ¶
func (s *ColorSpaceProfilesServer) NewColorSpaceProfiles(_ context.Context, req *pb.NewColorSpaceProfilesRequest) (*pb.NewColorSpaceProfilesResponse, error)
type ColorSpaceTransformServer ¶
type ColorSpaceTransformServer struct {
pb.UnimplementedColorSpaceTransformServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
ColorSpaceTransformServer implements pb.ColorSpaceTransformServiceServer.
func (*ColorSpaceTransformServer) CopyElements2 ¶
func (s *ColorSpaceTransformServer) CopyElements2(_ context.Context, req *pb.CopyElements2Request) (*pb.CopyElements2Response, error)
func (*ColorSpaceTransformServer) CopyElements2_1 ¶
func (s *ColorSpaceTransformServer) CopyElements2_1(_ context.Context, req *pb.CopyElements2_1Request) (*pb.CopyElements2_1Response, error)
func (*ColorSpaceTransformServer) Equals ¶
func (s *ColorSpaceTransformServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
func (*ColorSpaceTransformServer) GetElement ¶
func (s *ColorSpaceTransformServer) GetElement(_ context.Context, req *pb.GetElementRequest) (*pb.GetElementResponse, error)
func (*ColorSpaceTransformServer) HashCode ¶
func (s *ColorSpaceTransformServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error)
func (*ColorSpaceTransformServer) NewColorSpaceTransform ¶
func (s *ColorSpaceTransformServer) NewColorSpaceTransform(_ context.Context, req *pb.NewColorSpaceTransformRequest) (*pb.NewColorSpaceTransformResponse, error)
func (*ColorSpaceTransformServer) ToString ¶
func (s *ColorSpaceTransformServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
type DynamicRangeProfilesServer ¶
type DynamicRangeProfilesServer struct {
pb.UnimplementedDynamicRangeProfilesServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
DynamicRangeProfilesServer implements pb.DynamicRangeProfilesServiceServer.
func (*DynamicRangeProfilesServer) GetProfileCaptureRequestConstraints ¶
func (s *DynamicRangeProfilesServer) GetProfileCaptureRequestConstraints(_ context.Context, req *pb.GetProfileCaptureRequestConstraintsRequest) (*pb.GetProfileCaptureRequestConstraintsResponse, error)
func (*DynamicRangeProfilesServer) GetSupportedProfiles ¶
func (s *DynamicRangeProfilesServer) GetSupportedProfiles(_ context.Context, req *pb.GetSupportedProfilesRequest) (*pb.GetSupportedProfilesResponse, error)
func (*DynamicRangeProfilesServer) IsExtraLatencyPresent ¶
func (s *DynamicRangeProfilesServer) IsExtraLatencyPresent(_ context.Context, req *pb.IsExtraLatencyPresentRequest) (*pb.IsExtraLatencyPresentResponse, error)
func (*DynamicRangeProfilesServer) NewDynamicRangeProfiles ¶
func (s *DynamicRangeProfilesServer) NewDynamicRangeProfiles(_ context.Context, req *pb.NewDynamicRangeProfilesRequest) (*pb.NewDynamicRangeProfilesResponse, error)
type ExtensionSessionConfigurationServer ¶
type ExtensionSessionConfigurationServer struct {
pb.UnimplementedExtensionSessionConfigurationServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
ExtensionSessionConfigurationServer implements pb.ExtensionSessionConfigurationServiceServer.
func (*ExtensionSessionConfigurationServer) ClearColorSpace ¶
func (s *ExtensionSessionConfigurationServer) ClearColorSpace(_ context.Context, req *pb.ClearColorSpaceRequest) (*pb.ClearColorSpaceResponse, error)
func (*ExtensionSessionConfigurationServer) GetColorSpace ¶
func (s *ExtensionSessionConfigurationServer) GetColorSpace(_ context.Context, req *pb.GetColorSpaceRequest) (*pb.GetColorSpaceResponse, error)
func (*ExtensionSessionConfigurationServer) GetExecutor ¶
func (s *ExtensionSessionConfigurationServer) GetExecutor(_ context.Context, req *pb.GetExecutorRequest) (*pb.GetExecutorResponse, error)
func (*ExtensionSessionConfigurationServer) GetExtension ¶
func (s *ExtensionSessionConfigurationServer) GetExtension(_ context.Context, req *pb.GetExtensionRequest) (*pb.GetExtensionResponse, error)
func (*ExtensionSessionConfigurationServer) GetOutputConfigurations ¶
func (s *ExtensionSessionConfigurationServer) GetOutputConfigurations(_ context.Context, req *pb.GetOutputConfigurationsRequest) (*pb.GetOutputConfigurationsResponse, error)
func (*ExtensionSessionConfigurationServer) GetPostviewOutputConfiguration ¶
func (s *ExtensionSessionConfigurationServer) GetPostviewOutputConfiguration(_ context.Context, req *pb.GetPostviewOutputConfigurationRequest) (*pb.GetPostviewOutputConfigurationResponse, error)
func (*ExtensionSessionConfigurationServer) GetStateCallback ¶
func (s *ExtensionSessionConfigurationServer) GetStateCallback(_ context.Context, req *pb.GetStateCallbackRequest) (*pb.GetStateCallbackResponse, error)
func (*ExtensionSessionConfigurationServer) NewExtensionSessionConfiguration ¶
func (s *ExtensionSessionConfigurationServer) NewExtensionSessionConfiguration(_ context.Context, req *pb.NewExtensionSessionConfigurationRequest) (*pb.NewExtensionSessionConfigurationResponse, error)
func (*ExtensionSessionConfigurationServer) SetColorSpace ¶
func (s *ExtensionSessionConfigurationServer) SetColorSpace(_ context.Context, req *pb.SetColorSpaceRequest) (*pb.SetColorSpaceResponse, error)
func (*ExtensionSessionConfigurationServer) SetPostviewOutputConfiguration ¶
func (s *ExtensionSessionConfigurationServer) SetPostviewOutputConfiguration(_ context.Context, req *pb.SetPostviewOutputConfigurationRequest) (*pb.SetPostviewOutputConfigurationResponse, error)
type InputConfigurationServer ¶
type InputConfigurationServer struct {
pb.UnimplementedInputConfigurationServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
InputConfigurationServer implements pb.InputConfigurationServiceServer.
func (*InputConfigurationServer) Equals ¶
func (s *InputConfigurationServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
func (*InputConfigurationServer) GetFormat ¶
func (s *InputConfigurationServer) GetFormat(_ context.Context, req *pb.InputConfigurationGetFormatRequest) (*pb.GetFormatResponse, error)
func (*InputConfigurationServer) GetHeight ¶
func (s *InputConfigurationServer) GetHeight(_ context.Context, req *pb.GetHeightRequest) (*pb.GetHeightResponse, error)
func (*InputConfigurationServer) GetWidth ¶
func (s *InputConfigurationServer) GetWidth(_ context.Context, req *pb.GetWidthRequest) (*pb.GetWidthResponse, error)
func (*InputConfigurationServer) HashCode ¶
func (s *InputConfigurationServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error)
func (*InputConfigurationServer) IsMultiResolution ¶
func (s *InputConfigurationServer) IsMultiResolution(_ context.Context, req *pb.IsMultiResolutionRequest) (*pb.IsMultiResolutionResponse, error)
func (*InputConfigurationServer) NewInputConfiguration ¶
func (s *InputConfigurationServer) NewInputConfiguration(_ context.Context, req *pb.NewInputConfigurationRequest) (*pb.NewInputConfigurationResponse, error)
func (*InputConfigurationServer) ToString ¶
func (s *InputConfigurationServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
type LensIntrinsicsSampleServer ¶
type LensIntrinsicsSampleServer struct {
pb.UnimplementedLensIntrinsicsSampleServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
LensIntrinsicsSampleServer implements pb.LensIntrinsicsSampleServiceServer.
func (*LensIntrinsicsSampleServer) Equals ¶
func (s *LensIntrinsicsSampleServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
func (*LensIntrinsicsSampleServer) GetLensIntrinsics ¶
func (s *LensIntrinsicsSampleServer) GetLensIntrinsics(_ context.Context, req *pb.GetLensIntrinsicsRequest) (*pb.GetLensIntrinsicsResponse, error)
func (*LensIntrinsicsSampleServer) GetTimestampNanos ¶
func (s *LensIntrinsicsSampleServer) GetTimestampNanos(_ context.Context, req *pb.GetTimestampNanosRequest) (*pb.GetTimestampNanosResponse, error)
func (*LensIntrinsicsSampleServer) HashCode ¶
func (s *LensIntrinsicsSampleServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error)
func (*LensIntrinsicsSampleServer) NewLensIntrinsicsSample ¶
func (s *LensIntrinsicsSampleServer) NewLensIntrinsicsSample(_ context.Context, req *pb.NewLensIntrinsicsSampleRequest) (*pb.NewLensIntrinsicsSampleResponse, error)
func (*LensIntrinsicsSampleServer) ToString ¶
func (s *LensIntrinsicsSampleServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
type MeteringRectangleServer ¶
type MeteringRectangleServer struct {
pb.UnimplementedMeteringRectangleServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
MeteringRectangleServer implements pb.MeteringRectangleServiceServer.
func (*MeteringRectangleServer) Equals1 ¶
func (s *MeteringRectangleServer) Equals1(_ context.Context, req *pb.Equals1Request) (*pb.Equals1Response, error)
func (*MeteringRectangleServer) Equals1_1 ¶
func (s *MeteringRectangleServer) Equals1_1(_ context.Context, req *pb.Equals1_1Request) (*pb.Equals1_1Response, error)
func (*MeteringRectangleServer) GetHeight ¶
func (s *MeteringRectangleServer) GetHeight(_ context.Context, req *pb.GetHeightRequest) (*pb.GetHeightResponse, error)
func (*MeteringRectangleServer) GetMeteringWeight ¶
func (s *MeteringRectangleServer) GetMeteringWeight(_ context.Context, req *pb.GetMeteringWeightRequest) (*pb.GetMeteringWeightResponse, error)
func (*MeteringRectangleServer) GetRect ¶
func (s *MeteringRectangleServer) GetRect(_ context.Context, req *pb.GetRectRequest) (*pb.GetRectResponse, error)
func (*MeteringRectangleServer) GetSize ¶
func (s *MeteringRectangleServer) GetSize(_ context.Context, req *pb.GetSizeRequest) (*pb.GetSizeResponse, error)
func (*MeteringRectangleServer) GetUpperLeftPoint ¶
func (s *MeteringRectangleServer) GetUpperLeftPoint(_ context.Context, req *pb.GetUpperLeftPointRequest) (*pb.GetUpperLeftPointResponse, error)
func (*MeteringRectangleServer) GetWidth ¶
func (s *MeteringRectangleServer) GetWidth(_ context.Context, req *pb.GetWidthRequest) (*pb.GetWidthResponse, error)
func (*MeteringRectangleServer) GetX ¶
func (s *MeteringRectangleServer) GetX(_ context.Context, req *pb.GetXRequest) (*pb.GetXResponse, error)
func (*MeteringRectangleServer) GetY ¶
func (s *MeteringRectangleServer) GetY(_ context.Context, req *pb.GetYRequest) (*pb.GetYResponse, error)
func (*MeteringRectangleServer) HashCode ¶
func (s *MeteringRectangleServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error)
func (*MeteringRectangleServer) NewMeteringRectangle ¶
func (s *MeteringRectangleServer) NewMeteringRectangle(_ context.Context, req *pb.NewMeteringRectangleRequest) (*pb.NewMeteringRectangleResponse, error)
func (*MeteringRectangleServer) ToString ¶
func (s *MeteringRectangleServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
type MultiResolutionStreamInfoServer ¶
type MultiResolutionStreamInfoServer struct {
pb.UnimplementedMultiResolutionStreamInfoServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
MultiResolutionStreamInfoServer implements pb.MultiResolutionStreamInfoServiceServer.
func (*MultiResolutionStreamInfoServer) Equals ¶
func (s *MultiResolutionStreamInfoServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
func (*MultiResolutionStreamInfoServer) GetHeight ¶
func (s *MultiResolutionStreamInfoServer) GetHeight(_ context.Context, req *pb.GetHeightRequest) (*pb.GetHeightResponse, error)
func (*MultiResolutionStreamInfoServer) GetPhysicalCameraId ¶
func (s *MultiResolutionStreamInfoServer) GetPhysicalCameraId(_ context.Context, req *pb.GetPhysicalCameraIdRequest) (*pb.GetPhysicalCameraIdResponse, error)
func (*MultiResolutionStreamInfoServer) GetWidth ¶
func (s *MultiResolutionStreamInfoServer) GetWidth(_ context.Context, req *pb.GetWidthRequest) (*pb.GetWidthResponse, error)
func (*MultiResolutionStreamInfoServer) HashCode ¶
func (s *MultiResolutionStreamInfoServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error)
func (*MultiResolutionStreamInfoServer) NewMultiResolutionStreamInfo ¶
func (s *MultiResolutionStreamInfoServer) NewMultiResolutionStreamInfo(_ context.Context, req *pb.NewMultiResolutionStreamInfoRequest) (*pb.NewMultiResolutionStreamInfoResponse, error)
type OisSampleServer ¶
type OisSampleServer struct {
pb.UnimplementedOisSampleServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
OisSampleServer implements pb.OisSampleServiceServer.
func (*OisSampleServer) Equals ¶
func (s *OisSampleServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
func (*OisSampleServer) GetTimestamp ¶
func (s *OisSampleServer) GetTimestamp(_ context.Context, req *pb.GetTimestampRequest) (*pb.GetTimestampResponse, error)
func (*OisSampleServer) GetXshift ¶
func (s *OisSampleServer) GetXshift(_ context.Context, req *pb.GetXshiftRequest) (*pb.GetXshiftResponse, error)
func (*OisSampleServer) GetYshift ¶
func (s *OisSampleServer) GetYshift(_ context.Context, req *pb.GetYshiftRequest) (*pb.GetYshiftResponse, error)
func (*OisSampleServer) HashCode ¶
func (s *OisSampleServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error)
func (*OisSampleServer) NewOisSample ¶
func (s *OisSampleServer) NewOisSample(_ context.Context, req *pb.NewOisSampleRequest) (*pb.NewOisSampleResponse, error)
func (*OisSampleServer) ToString ¶
func (s *OisSampleServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
type OutputConfigurationServer ¶
type OutputConfigurationServer struct {
pb.UnimplementedOutputConfigurationServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
OutputConfigurationServer implements pb.OutputConfigurationServiceServer.
func (*OutputConfigurationServer) AddSensorPixelModeUsed ¶
func (s *OutputConfigurationServer) AddSensorPixelModeUsed(_ context.Context, req *pb.AddSensorPixelModeUsedRequest) (*pb.AddSensorPixelModeUsedResponse, error)
func (*OutputConfigurationServer) AddSurface ¶
func (s *OutputConfigurationServer) AddSurface(_ context.Context, req *pb.AddSurfaceRequest) (*pb.AddSurfaceResponse, error)
func (*OutputConfigurationServer) CreateInstancesForMultiResolutionOutput ¶
func (s *OutputConfigurationServer) CreateInstancesForMultiResolutionOutput(_ context.Context, req *pb.CreateInstancesForMultiResolutionOutputRequest) (*pb.CreateInstancesForMultiResolutionOutputResponse, error)
func (*OutputConfigurationServer) DescribeContents ¶
func (s *OutputConfigurationServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error)
func (*OutputConfigurationServer) EnableSurfaceSharing ¶
func (s *OutputConfigurationServer) EnableSurfaceSharing(_ context.Context, req *pb.EnableSurfaceSharingRequest) (*pb.EnableSurfaceSharingResponse, error)
func (*OutputConfigurationServer) Equals ¶
func (s *OutputConfigurationServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
func (*OutputConfigurationServer) GetDynamicRangeProfile ¶
func (s *OutputConfigurationServer) GetDynamicRangeProfile(_ context.Context, req *pb.GetDynamicRangeProfileRequest) (*pb.GetDynamicRangeProfileResponse, error)
func (*OutputConfigurationServer) GetMaxSharedSurfaceCount ¶
func (s *OutputConfigurationServer) GetMaxSharedSurfaceCount(_ context.Context, req *pb.GetMaxSharedSurfaceCountRequest) (*pb.GetMaxSharedSurfaceCountResponse, error)
func (*OutputConfigurationServer) GetMirrorMode0 ¶
func (s *OutputConfigurationServer) GetMirrorMode0(_ context.Context, req *pb.GetMirrorMode0Request) (*pb.GetMirrorMode0Response, error)
func (*OutputConfigurationServer) GetMirrorMode1_1 ¶
func (s *OutputConfigurationServer) GetMirrorMode1_1(_ context.Context, req *pb.GetMirrorMode1_1Request) (*pb.GetMirrorMode1_1Response, error)
func (*OutputConfigurationServer) GetStreamUseCase ¶
func (s *OutputConfigurationServer) GetStreamUseCase(_ context.Context, req *pb.OutputConfigurationGetStreamUseCaseRequest) (*pb.GetStreamUseCaseResponse, error)
func (*OutputConfigurationServer) GetSurface ¶
func (s *OutputConfigurationServer) GetSurface(_ context.Context, req *pb.GetSurfaceRequest) (*pb.GetSurfaceResponse, error)
func (*OutputConfigurationServer) GetSurfaceGroupId ¶
func (s *OutputConfigurationServer) GetSurfaceGroupId(_ context.Context, req *pb.GetSurfaceGroupIdRequest) (*pb.GetSurfaceGroupIdResponse, error)
func (*OutputConfigurationServer) GetSurfaces ¶
func (s *OutputConfigurationServer) GetSurfaces(_ context.Context, req *pb.GetSurfacesRequest) (*pb.GetSurfacesResponse, error)
func (*OutputConfigurationServer) GetTimestampBase ¶
func (s *OutputConfigurationServer) GetTimestampBase(_ context.Context, req *pb.GetTimestampBaseRequest) (*pb.GetTimestampBaseResponse, error)
func (*OutputConfigurationServer) HashCode ¶
func (s *OutputConfigurationServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error)
func (*OutputConfigurationServer) IsReadoutTimestampEnabled ¶
func (s *OutputConfigurationServer) IsReadoutTimestampEnabled(_ context.Context, req *pb.IsReadoutTimestampEnabledRequest) (*pb.IsReadoutTimestampEnabledResponse, error)
func (*OutputConfigurationServer) NewOutputConfiguration ¶
func (s *OutputConfigurationServer) NewOutputConfiguration(_ context.Context, req *pb.NewOutputConfigurationRequest) (*pb.NewOutputConfigurationResponse, error)
func (*OutputConfigurationServer) RemoveSensorPixelModeUsed ¶
func (s *OutputConfigurationServer) RemoveSensorPixelModeUsed(_ context.Context, req *pb.RemoveSensorPixelModeUsedRequest) (*pb.RemoveSensorPixelModeUsedResponse, error)
func (*OutputConfigurationServer) RemoveSurface ¶
func (s *OutputConfigurationServer) RemoveSurface(_ context.Context, req *pb.RemoveSurfaceRequest) (*pb.RemoveSurfaceResponse, error)
func (*OutputConfigurationServer) SetDynamicRangeProfile ¶
func (s *OutputConfigurationServer) SetDynamicRangeProfile(_ context.Context, req *pb.SetDynamicRangeProfileRequest) (*pb.SetDynamicRangeProfileResponse, error)
func (*OutputConfigurationServer) SetMirrorMode1_1 ¶
func (s *OutputConfigurationServer) SetMirrorMode1_1(_ context.Context, req *pb.SetMirrorMode1_1Request) (*pb.SetMirrorMode1_1Response, error)
func (*OutputConfigurationServer) SetMirrorMode2 ¶
func (s *OutputConfigurationServer) SetMirrorMode2(_ context.Context, req *pb.SetMirrorMode2Request) (*pb.SetMirrorMode2Response, error)
func (*OutputConfigurationServer) SetPhysicalCameraId ¶
func (s *OutputConfigurationServer) SetPhysicalCameraId(_ context.Context, req *pb.SetPhysicalCameraIdRequest) (*pb.SetPhysicalCameraIdResponse, error)
func (*OutputConfigurationServer) SetReadoutTimestampEnabled ¶
func (s *OutputConfigurationServer) SetReadoutTimestampEnabled(_ context.Context, req *pb.SetReadoutTimestampEnabledRequest) (*pb.SetReadoutTimestampEnabledResponse, error)
func (*OutputConfigurationServer) SetStreamUseCase ¶
func (s *OutputConfigurationServer) SetStreamUseCase(_ context.Context, req *pb.SetStreamUseCaseRequest) (*pb.SetStreamUseCaseResponse, error)
func (*OutputConfigurationServer) SetTimestampBase ¶
func (s *OutputConfigurationServer) SetTimestampBase(_ context.Context, req *pb.SetTimestampBaseRequest) (*pb.SetTimestampBaseResponse, error)
func (*OutputConfigurationServer) WriteToParcel ¶
func (s *OutputConfigurationServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error)
type RggbChannelVectorServer ¶
type RggbChannelVectorServer struct {
pb.UnimplementedRggbChannelVectorServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
RggbChannelVectorServer implements pb.RggbChannelVectorServiceServer.
func (*RggbChannelVectorServer) CopyTo ¶
func (s *RggbChannelVectorServer) CopyTo(_ context.Context, req *pb.CopyToRequest) (*pb.CopyToResponse, error)
func (*RggbChannelVectorServer) Equals ¶
func (s *RggbChannelVectorServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
func (*RggbChannelVectorServer) GetBlue ¶
func (s *RggbChannelVectorServer) GetBlue(_ context.Context, req *pb.GetBlueRequest) (*pb.GetBlueResponse, error)
func (*RggbChannelVectorServer) GetComponent ¶
func (s *RggbChannelVectorServer) GetComponent(_ context.Context, req *pb.GetComponentRequest) (*pb.GetComponentResponse, error)
func (*RggbChannelVectorServer) GetGreenEven ¶
func (s *RggbChannelVectorServer) GetGreenEven(_ context.Context, req *pb.GetGreenEvenRequest) (*pb.GetGreenEvenResponse, error)
func (*RggbChannelVectorServer) GetGreenOdd ¶
func (s *RggbChannelVectorServer) GetGreenOdd(_ context.Context, req *pb.GetGreenOddRequest) (*pb.GetGreenOddResponse, error)
func (*RggbChannelVectorServer) GetRed ¶
func (s *RggbChannelVectorServer) GetRed(_ context.Context, req *pb.GetRedRequest) (*pb.GetRedResponse, error)
func (*RggbChannelVectorServer) HashCode ¶
func (s *RggbChannelVectorServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error)
func (*RggbChannelVectorServer) NewRggbChannelVector ¶
func (s *RggbChannelVectorServer) NewRggbChannelVector(_ context.Context, req *pb.NewRggbChannelVectorRequest) (*pb.NewRggbChannelVectorResponse, error)
func (*RggbChannelVectorServer) ToString ¶
func (s *RggbChannelVectorServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
type SessionConfigurationServer ¶
type SessionConfigurationServer struct {
pb.UnimplementedSessionConfigurationServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
SessionConfigurationServer implements pb.SessionConfigurationServiceServer.
func (*SessionConfigurationServer) ClearColorSpace ¶
func (s *SessionConfigurationServer) ClearColorSpace(_ context.Context, req *pb.ClearColorSpaceRequest) (*pb.ClearColorSpaceResponse, error)
func (*SessionConfigurationServer) DescribeContents ¶
func (s *SessionConfigurationServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error)
func (*SessionConfigurationServer) Equals ¶
func (s *SessionConfigurationServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
func (*SessionConfigurationServer) GetColorSpace ¶
func (s *SessionConfigurationServer) GetColorSpace(_ context.Context, req *pb.GetColorSpaceRequest) (*pb.GetColorSpaceResponse, error)
func (*SessionConfigurationServer) GetExecutor ¶
func (s *SessionConfigurationServer) GetExecutor(_ context.Context, req *pb.GetExecutorRequest) (*pb.GetExecutorResponse, error)
func (*SessionConfigurationServer) GetInputConfiguration ¶
func (s *SessionConfigurationServer) GetInputConfiguration(_ context.Context, req *pb.GetInputConfigurationRequest) (*pb.GetInputConfigurationResponse, error)
func (*SessionConfigurationServer) GetOutputConfigurations ¶
func (s *SessionConfigurationServer) GetOutputConfigurations(_ context.Context, req *pb.GetOutputConfigurationsRequest) (*pb.GetOutputConfigurationsResponse, error)
func (*SessionConfigurationServer) GetSessionParameters ¶
func (s *SessionConfigurationServer) GetSessionParameters(_ context.Context, req *pb.GetSessionParametersRequest) (*pb.GetSessionParametersResponse, error)
func (*SessionConfigurationServer) GetSessionType ¶
func (s *SessionConfigurationServer) GetSessionType(_ context.Context, req *pb.GetSessionTypeRequest) (*pb.GetSessionTypeResponse, error)
func (*SessionConfigurationServer) GetStateCallback ¶
func (s *SessionConfigurationServer) GetStateCallback(_ context.Context, req *pb.GetStateCallbackRequest) (*pb.GetStateCallbackResponse, error)
func (*SessionConfigurationServer) HashCode ¶
func (s *SessionConfigurationServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error)
func (*SessionConfigurationServer) NewSessionConfiguration ¶
func (s *SessionConfigurationServer) NewSessionConfiguration(_ context.Context, req *pb.NewSessionConfigurationRequest) (*pb.NewSessionConfigurationResponse, error)
func (*SessionConfigurationServer) SetColorSpace ¶
func (s *SessionConfigurationServer) SetColorSpace(_ context.Context, req *pb.SetColorSpaceRequest) (*pb.SetColorSpaceResponse, error)
func (*SessionConfigurationServer) SetInputConfiguration ¶
func (s *SessionConfigurationServer) SetInputConfiguration(_ context.Context, req *pb.SetInputConfigurationRequest) (*pb.SetInputConfigurationResponse, error)
func (*SessionConfigurationServer) SetSessionParameters ¶
func (s *SessionConfigurationServer) SetSessionParameters(_ context.Context, req *pb.SetSessionParametersRequest) (*pb.SetSessionParametersResponse, error)
func (*SessionConfigurationServer) SetStateCallback ¶
func (s *SessionConfigurationServer) SetStateCallback(_ context.Context, req *pb.SetStateCallbackRequest) (*pb.SetStateCallbackResponse, error)
func (*SessionConfigurationServer) WriteToParcel ¶
func (s *SessionConfigurationServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error)
type TonemapCurveServer ¶
type TonemapCurveServer struct {
pb.UnimplementedTonemapCurveServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
TonemapCurveServer implements pb.TonemapCurveServiceServer.
func (*TonemapCurveServer) CopyColorCurve ¶
func (s *TonemapCurveServer) CopyColorCurve(_ context.Context, req *pb.CopyColorCurveRequest) (*pb.CopyColorCurveResponse, error)
func (*TonemapCurveServer) Equals ¶
func (s *TonemapCurveServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
func (*TonemapCurveServer) GetPoint ¶
func (s *TonemapCurveServer) GetPoint(_ context.Context, req *pb.GetPointRequest) (*pb.GetPointResponse, error)
func (*TonemapCurveServer) GetPointCount ¶
func (s *TonemapCurveServer) GetPointCount(_ context.Context, req *pb.GetPointCountRequest) (*pb.GetPointCountResponse, error)
func (*TonemapCurveServer) HashCode ¶
func (s *TonemapCurveServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error)
func (*TonemapCurveServer) NewTonemapCurve ¶
func (s *TonemapCurveServer) NewTonemapCurve(_ context.Context, req *pb.NewTonemapCurveRequest) (*pb.NewTonemapCurveResponse, error)
func (*TonemapCurveServer) ToString ¶
func (s *TonemapCurveServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)