Home
last modified time | relevance | path

Searched refs:Index (Results 1 – 25 of 43) sorted by relevance

12

/hardware/google/av/media/sfplugin/
DCCodecConfig.h109 std::set<C2Param::Index> mSupportedIndices; ///< indices supported by the component
110 std::set<C2Param::Index> mSubscribedIndices; ///< indices to subscribe to
121 std::map<C2Param::Index, std::unique_ptr<C2Param>> mCurrentConfig;
129 std::map<C2Param::Index, LocalParamValidator> mLocalParams;
151 C2Param::Index index = T::PARAM_TYPE;
251 const C2Param *getConfigParameterValue(C2Param::Index index) const;
280 Watcher(C2Param::Index index, const CCodecConfig *parent) in Watcher()
289 C2Param::Index mIndex;
296 Watcher<T> watch(C2Param::Index index = T::PARAM_TYPE) const {
312 const std::vector<C2Param::Index> &indices,
DReflectedParamUpdater.h98 C2Param::Index(T::PARAM_TYPE), attrib, name.c_str()),
136 std::string getParamName(C2Param::Index index) const;
148 std::vector<C2Param::Index> *vec /* nonnull */) const;
158 std::vector<C2Param::Index> *vec /* nonnull */) const;
194 std::map<C2Param::Index, std::string> mParamNames;
DReflectedParamUpdater.cpp217 std::string ReflectedParamUpdater::getParamName(C2Param::Index index) const { in getParamName()
230 std::vector<C2Param::Index> *vec /* nonnull */) const { in getParamIndicesFromMessage()
233 std::set<C2Param::Index> indices; in getParamIndicesFromMessage()
239 for (const C2Param::Index &index : indices) { in getParamIndicesFromMessage()
246 std::vector<C2Param::Index> *vec /* nonnull */) const { in getParamIndicesForKeys()
249 std::set<C2Param::Index> indices; in getParamIndicesForKeys()
264 for (const C2Param::Index &index : indices) { in getParamIndicesForKeys()
274 std::map<C2Param::Index, std::unique_ptr<C2Param>*> paramsMap; in updateParamsFromMessage()
438 std::map<C2Param::Index, C2Param *> paramsMap; in getParams()
DCCodecConfig.cpp588 std::vector<C2Param::Index> indices; in initialize()
609 const std::vector<C2Param::Index> &indices, in subscribeToConfigUpdate()
615 for (C2Param::Index ix : mSubscribedIndices) { in subscribeToConfigUpdate()
635 std::vector<C2Param::Index> indices(mSubscribedIndices.begin(), mSubscribedIndices.end()); in queryConfiguration()
895 std::vector<C2Param::Index> indices; in getConfigUpdateFromSdkParams()
903 std::vector<C2Param::Index> supportedIndices; in getConfigUpdateFromSdkParams()
904 for (C2Param::Index ix : indices) { in getConfigUpdateFromSdkParams()
936 std::vector<C2Param::Index> indices; in setParameters()
997 const C2Param *CCodecConfig::getConfigParameterValue(C2Param::Index index) const { in getConfigParameterValue()
/hardware/google/av/codec2/vndk/util/
DC2InterfaceHelper.cpp75 void addDownDependency(C2Param::Index index) { in addDownDependency()
142 const std::vector<C2Param::Index> getDownDependencies() const { in getDownDependencies()
146 C2Param::Index index() const { in index()
169 void setDependencies(std::vector<C2Param::Index> indices, std::vector<ParamRef> refs) { in setDependencies()
248 std::vector<C2Param::Index> mDependencies;
250 … std::vector<C2Param::Index> mDownDependencies; // TODO: this does not work for stream dependencies
264 void C2InterfaceHelper::ParamHelper::addDownDependency(C2Param::Index index) { in addDownDependency()
292 const std::vector<C2Param::Index> C2InterfaceHelper::ParamHelper::getDownDependencies() const { in getDownDependencies()
296 C2Param::Index C2InterfaceHelper::ParamHelper::index() const { in index()
317 std::vector<C2Param::Index> indices, std::vector<ParamRef> refs) { in setDependencies()
[all …]
DC2Debug.cpp107 std::ostream& operator<<(std::ostream& os, const C2Param::Index &i) { in operator <<()
135 os << "<" << C2Param::Index(_C2ParamInspector::GetIndex(i)) in operator <<()
/hardware/google/av/codec2/hidl/1.0/utils/
DConfigurable.cpp57 typedef C2Param::Index Index; in query() typedef
58 std::vector<Index> c2heapParamIndices( in query()
59 (Index*)indices.data(), in query()
60 (Index*)indices.data() + indices.size()); in query()
DComponent.cpp59 const std::vector<C2Param::Index>& indices, in query()
297 const std::vector<C2Param::Index>& indices, in query()
DInputSurface.cpp81 const std::vector<C2Param::Index> &indices, in query()
/hardware/google/av/codec2/include/
DC2Param.h284 struct Index : public Type { struct
289 inline Index(uint32_t index) : Type(index) { } in Index() function
292 inline Index(const Index &index) = default;
295 inline Index(uint64_t index) = delete;
303 inline Index withStream(unsigned stream) const { in withStream() argument
304 Index ix = mIndex; in withStream()
310 inline Index withPort(bool output) const { in withPort() argument
311 Index ix = mIndex; in withPort()
316 DEFINE_FIELD_BASED_COMPARISON_OPERATORS(Index, mIndex)
532 inline C2Param(uint32_t paramSize, Index paramIndex) in C2Param()
[all …]
DC2ParamDef.h217 (_Type::PARAM_TYPE & T::Index::DIR_UNDEFINED) != T::Index::DIR_UNDEFINED); \
379 private _C2StructCheck<S, ParamIndex, T::PARAM_KIND | T::Index::DIR_UNDEFINED> {
398 public _C2StructCheck<S, ParamIndex, T::PARAM_KIND | T::Index::DIR_INPUT> {
410 public _C2StructCheck<S, ParamIndex, T::PARAM_KIND | T::Index::DIR_OUTPUT> {
464 public _C2FlexStructCheck<S, ParamIndex, T::PARAM_KIND | T::Index::DIR_INPUT> {
480 public _C2FlexStructCheck<S, ParamIndex, T::PARAM_KIND | T::Index::DIR_OUTPUT> {
519 T::PARAM_KIND | T::Index::IS_STREAM_FLAG | T::Index::DIR_UNDEFINED> {
543 T::PARAM_KIND | T::Index::IS_STREAM_FLAG | T::Type::DIR_INPUT> {
561 T::PARAM_KIND | T::Index::IS_STREAM_FLAG | T::Type::DIR_OUTPUT> {
602 T::PARAM_KIND | T::Index::IS_STREAM_FLAG | T::Index::DIR_UNDEFINED> {
[all …]
DC2Component.h157 const std::vector<C2Param::Index> &heapParamIndices,
697 virtual const std::vector<C2Param::Index> getParsedParams() const = 0;
880 const std::vector<C2Param::Index> &heapParamIndices,
/hardware/google/av/codec2/vndk/include/util/
DC2InterfaceHelper.h173 C2ParamField makeParamField(C2Param::Index index) const;
237 Field(std::shared_ptr<FieldHelper> helper, C2Param::Index index);
320 const std::vector<C2Param::Index> getDownDependencies() const;
323 void addDownDependency(C2Param::Index index);
335 C2Param::Index index() const;
363 void setDependencies(std::vector<C2Param::Index> indices, std::vector<ParamRef> refs);
571 setDependencies(std::vector<C2Param::Index>{ deps->index()... },
611 setDependencies(std::vector<C2Param::Index>{ deps->index()... },
645 const std::vector<C2Param::Index> &heapParamIndices,
704 size_t getDependencyIndex(C2Param::Index ix) const;
DC2Debug-param.h32 std::ostream& operator<<(std::ostream& os, const C2Param::Index &i);
/hardware/google/av/codec2/vndk/internal/
DC2ParamInternal.h74 C2ParamField CreateParamField(C2Param::Index index, uint32_t offset, uint32_t size) { in CreateParamField()
79 C2ParamField CreateParamField(C2Param::Index index, _C2FieldId field) { in CreateParamField()
/hardware/interfaces/media/omx/1.0/
DIOmxNode.hal132 * @param portIndex Index of the port.
147 * @param portIndex Index of the port.
166 * @param portIndex Index of the port.
186 * @param portIndex Index of the port.
215 * @param portIndex Index of the port.
236 * @param portIndex Index of the port.
256 * @param portIndex Index of the port.
/hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
DConfigurableC2Intf.h50 const std::vector<C2Param::Index> &indices,
/hardware/google/av/media/sfplugin/tests/
DReflectedParamUpdater_test.cpp155 std::vector<C2Param::Index> indices; in TEST_F()
201 std::vector<C2Param::Index> indices; in TEST_F()
260 std::vector<C2Param::Index> indices; in TEST_F()
329 std::vector<C2Param::Index> indices; in TEST_F()
/hardware/interfaces/wifi/1.2/
DREADME-NAN.md59 * Index [NanBandIndex.NAN_BAND_24GHZ] = <b>true</b>
60 * Index [NanBandIndex.NAN_BAND_5GHZ] = <i>variable</i>
76 * Index [NanBandIndex.NAN_BAND_24GHZ]
84 * Index [NanBandIndex.NAN_BAND_5GHZ]
/hardware/interfaces/wifi/1.0/
DREADME-NAN.md56 * Index [NanBandIndex.NAN_BAND_24GHZ] = <b>true</b>
57 * Index [NanBandIndex.NAN_BAND_5GHZ] = <i>variable</i>
73 * Index [NanBandIndex.NAN_BAND_24GHZ]
81 * Index [NanBandIndex.NAN_BAND_5GHZ]
/hardware/google/av/codec2/hidl/services/
Dvendor.cpp81 const std::vector<C2Param::Index>& /* heapParamIndices */, in query_sm() argument
/hardware/google/av/codec2/tests/
DC2SampleComponent_test.cpp119 const std::vector<C2Param::Index> &heapParamIndices, in query_vb()
142 for (const C2Param::Index index : heapParamIndices) { in query_vb()
/hardware/google/av/media/v4l2store/
DC2VDAComponentStore.cpp41 const std::vector<C2Param::Index>& heapParamIndices,
362 const std::vector<C2Param::Index>& heapParamIndices, in query_sm()
/hardware/interfaces/radio/config/1.0/
DIRadioConfig.hal71 * @param slotMap Logical to physical slot mapping, size == no. of radio instances. Index is
/hardware/google/av/media/codecs/base/include/
DSimpleC2Interface.h48 const std::vector<C2Param::Index> &heapParamIndices, in query_vb()

12