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