• Home
  • Raw
  • Download

Lines Matching defs:BaseParams

86     struct BaseParams : C2InterfaceHelper {  struct
126 std::shared_ptr<C2ApiLevelSetting> mApiLevel;
127 std::shared_ptr<C2ApiFeaturesSetting> mApiFeatures;
129 std::shared_ptr<C2PlatformLevelSetting> mPlatformLevel;
130 std::shared_ptr<C2PlatformFeaturesSetting> mPlatformFeatures;
132 std::shared_ptr<C2ComponentNameSetting> mName;
133 std::shared_ptr<C2ComponentAliasesSetting> mAliases;
134 std::shared_ptr<C2ComponentKindSetting> mKind;
135 std::shared_ptr<C2ComponentDomainSetting> mDomain;
136 std::shared_ptr<C2ComponentAttributesSetting> mAttrib;
137 std::shared_ptr<C2ComponentTimeStretchTuning> mTimeStretch;
139 std::shared_ptr<C2PortMediaTypeSetting::input> mInputMediaType;
140 std::shared_ptr<C2PortMediaTypeSetting::output> mOutputMediaType;
141 std::shared_ptr<C2StreamBufferTypeSetting::input> mInputFormat;
142 std::shared_ptr<C2StreamBufferTypeSetting::output> mOutputFormat;
144 std::shared_ptr<C2PortRequestedDelayTuning::input> mRequestedInputDelay;
145 std::shared_ptr<C2PortRequestedDelayTuning::output> mRequestedOutputDelay;
146 std::shared_ptr<C2RequestedPipelineDelayTuning> mRequestedPipelineDelay;
148 std::shared_ptr<C2PortActualDelayTuning::input> mActualInputDelay;
149 std::shared_ptr<C2PortActualDelayTuning::output> mActualOutputDelay;
150 std::shared_ptr<C2ActualPipelineDelayTuning> mActualPipelineDelay;
152 std::shared_ptr<C2StreamMaxReferenceAgeTuning::input> mMaxInputReferenceAge;
153 std::shared_ptr<C2StreamMaxReferenceCountTuning::input> mMaxInputReferenceCount;
154 std::shared_ptr<C2StreamMaxReferenceAgeTuning::output> mMaxOutputReferenceAge;
155 std::shared_ptr<C2StreamMaxReferenceCountTuning::output> mMaxOutputReferenceCount;
156 std::shared_ptr<C2MaxPrivateBufferCountTuning> mMaxPrivateBufferCount;
158 std::shared_ptr<C2PortStreamCountTuning::input> mInputStreamCount;
159 std::shared_ptr<C2PortStreamCountTuning::output> mOutputStreamCount;
161 std::shared_ptr<C2SubscribedParamIndicesTuning> mSubscribedParamIndices;
162 std::shared_ptr<C2PortSuggestedBufferCountTuning::input> mSuggestedInputBufferCount;
163 std::shared_ptr<C2PortSuggestedBufferCountTuning::output> mSuggestedOutputBufferCount;
165 std::shared_ptr<C2CurrentWorkTuning> mCurrentWorkOrdinal;
166 std::shared_ptr<C2LastWorkQueuedTuning::input> mLastInputQueuedWorkOrdinal;
167 std::shared_ptr<C2LastWorkQueuedTuning::output> mLastOutputQueuedWorkOrdinal;
169 std::shared_ptr<C2PortAllocatorsTuning::input> mInputAllocators;
170 std::shared_ptr<C2PortAllocatorsTuning::output> mOutputAllocators;
171 std::shared_ptr<C2PrivateAllocatorsTuning> mPrivateAllocators;
172 std::shared_ptr<C2PortBlockPoolsTuning::output> mOutputPoolIds;
173 std::shared_ptr<C2PrivateBlockPoolsTuning> mPrivatePoolIds;
175 std::shared_ptr<C2TrippedTuning> mTripped;
176 std::shared_ptr<C2OutOfMemoryTuning> mOutOfMemory;
178 std::shared_ptr<C2PortConfigCounterTuning::input> mInputConfigCounter;
179 std::shared_ptr<C2PortConfigCounterTuning::output> mOutputConfigCounter;
180 std::shared_ptr<C2ConfigCounterTuning> mDirectConfigCounter;