Home
last modified time | relevance | path

Searched refs:queryParamsForPreviousComponent (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/codec2/hal/plugin/
DDefaultFilterPlugin.cpp108 c2_status_t DefaultFilterPlugin::queryParamsForPreviousComponent( in queryParamsForPreviousComponent() function in android::DefaultFilterPlugin
114 return mPlugin->queryParamsForPreviousComponent(intf, params); in queryParamsForPreviousComponent()
DFilterWrapper.cpp456 c2_status_t err = filterWrapper->queryParamsForPreviousComponent(next, &params); in backPropagateParams_l()
1005 c2_status_t FilterWrapper::queryParamsForPreviousComponent( in queryParamsForPreviousComponent() function in android::FilterWrapper
1012 return mPlugin->queryParamsForPreviousComponent(intf, params); in queryParamsForPreviousComponent()
/frameworks/av/media/codec2/hal/plugin/internal/
DFilterWrapper.h46 virtual c2_status_t queryParamsForPreviousComponent(
103 c2_status_t queryParamsForPreviousComponent(
DDefaultFilterPlugin.h38 c2_status_t queryParamsForPreviousComponent(
/frameworks/av/media/codec2/hal/plugin/include/codec2/hidl/plugin/
DFilterPlugin.h66 virtual c2_status_t queryParamsForPreviousComponent(
/frameworks/av/media/codec2/hal/plugin/samples/
DSampleFilterPlugin.cpp1009 c2_status_t queryParamsForPreviousComponent( in queryParamsForPreviousComponent() function in android::SampleFilterPlugin