Loading media/codec2/hidl/plugin/FilterWrapper.cpp +4 −0 Original line number Original line Diff line number Diff line Loading @@ -430,6 +430,10 @@ private: LOG(DEBUG) << "WrappedDecoderInterface: FilterWrapper not found"; LOG(DEBUG) << "WrappedDecoderInterface: FilterWrapper not found"; return C2_OK; return C2_OK; } } if (!filterWrapper->isFilteringEnabled(next)) { LOG(VERBOSE) << "WrappedDecoderInterface: filtering not enabled"; return C2_OK; } std::vector<std::unique_ptr<C2Param>> params; std::vector<std::unique_ptr<C2Param>> params; c2_status_t err = filterWrapper->queryParamsForPreviousComponent(next, ¶ms); c2_status_t err = filterWrapper->queryParamsForPreviousComponent(next, ¶ms); if (err != C2_OK) { if (err != C2_OK) { Loading Loading
media/codec2/hidl/plugin/FilterWrapper.cpp +4 −0 Original line number Original line Diff line number Diff line Loading @@ -430,6 +430,10 @@ private: LOG(DEBUG) << "WrappedDecoderInterface: FilterWrapper not found"; LOG(DEBUG) << "WrappedDecoderInterface: FilterWrapper not found"; return C2_OK; return C2_OK; } } if (!filterWrapper->isFilteringEnabled(next)) { LOG(VERBOSE) << "WrappedDecoderInterface: filtering not enabled"; return C2_OK; } std::vector<std::unique_ptr<C2Param>> params; std::vector<std::unique_ptr<C2Param>> params; c2_status_t err = filterWrapper->queryParamsForPreviousComponent(next, ¶ms); c2_status_t err = filterWrapper->queryParamsForPreviousComponent(next, ¶ms); if (err != C2_OK) { if (err != C2_OK) { Loading