Home | History | Annotate | Download | only in sfplugin

Lines Matching refs:Domain

44      * Domain consists of a bitmask divided into fields, and specifiers work by excluding other
56 enum Domain : uint32_t {
57 // component domain (domain & kind)
68 // config domain
73 // port domain
105 Domain mDomain; // component domain
106 Domain mInputDomain; // input port domain
107 Domain mOutputDomain; // output port domain
140 /// reflected param helper, domain, standard params, and subscribes to standard
220 /// Applies configuration updates, and updates format in the specific domain.
222 /// \param domain input/output bitmask
224 std::vector<std::unique_ptr<C2Param>> &configUpdate, Domain domain);
226 /// Updates formats in the specific domain. Returns true if any of the formats have changed.
227 /// \param domain input/output bitmask
228 bool updateFormats(Domain domain);
231 * Applies SDK configurations in a specific configuration domain.
234 * \param domain config/setParam bitmask
239 const sp<AMessage> &sdkParams, Domain domain,
326 /// \param domain input/output bitmask
328 const ReflectedParamUpdater::Dict &reflected, Domain domain) const;
334 * \param domain config/setParam bitmask
337 const sp<AMessage> &config, Domain domain) const;
340 DEFINE_ENUM_OPERATORS(CCodecConfig::Domain)