Loading media/libstagefright/codec2/include/C2Component.h +5 −5 Original line number Diff line number Diff line Loading @@ -612,7 +612,7 @@ public: * * \note Parameter values do not depend on the order of query. * * This method MUST be "non-blocking" and return within 1ms. * This method may be momentarily blocking, but MUST return within 5ms. * * \param stackParams a list of params queried. These are initialized specific to each * setting; e.g. size and index are set and rest of the members are Loading @@ -631,10 +631,10 @@ public: * \retval C2_CORRUPTED some unknown error prevented the querying of the parameters * (unexpected) */ virtual status_t query_nb( virtual status_t query_sm( const std::vector<C2Param* const> &stackParams, const std::vector<C2Param::Index> &heapParamIndices, std::vector<std::unique_ptr<C2Param>>* const heapParams) = 0; std::vector<std::unique_ptr<C2Param>>* const heapParams) const = 0; /** * Sets a set of system-wide parameters. Loading Loading
media/libstagefright/codec2/include/C2Component.h +5 −5 Original line number Diff line number Diff line Loading @@ -612,7 +612,7 @@ public: * * \note Parameter values do not depend on the order of query. * * This method MUST be "non-blocking" and return within 1ms. * This method may be momentarily blocking, but MUST return within 5ms. * * \param stackParams a list of params queried. These are initialized specific to each * setting; e.g. size and index are set and rest of the members are Loading @@ -631,10 +631,10 @@ public: * \retval C2_CORRUPTED some unknown error prevented the querying of the parameters * (unexpected) */ virtual status_t query_nb( virtual status_t query_sm( const std::vector<C2Param* const> &stackParams, const std::vector<C2Param::Index> &heapParamIndices, std::vector<std::unique_ptr<C2Param>>* const heapParams) = 0; std::vector<std::unique_ptr<C2Param>>* const heapParams) const = 0; /** * Sets a set of system-wide parameters. Loading