Home
last modified time | relevance | path

Searched refs:querySupportedParams (Results 1 – 25 of 25) sorted by relevance

/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
DConfigurable.h65 virtual c2_status_t querySupportedParams(
127 virtual Return<void> querySupportedParams(
/frameworks/av/media/codec2/hidl/1.0/utils/
DInputSurface.cpp104 virtual c2_status_t querySupportedParams( in querySupportedParams() function in android::hardware::media::c2::V1_0::utils::InputSurface::ConfigurableIntf
107 return mIntf->querySupportedParams(params); in querySupportedParams()
DConfigurable.cpp44 c2_status_t init = mIntf->querySupportedParams(&mSupportedParams); in init()
124 Return<void> CachedConfigurable::querySupportedParams( in querySupportedParams() function in android::hardware::media::c2::V1_0::utils::CachedConfigurable
DComponentInterface.cpp69 virtual c2_status_t querySupportedParams( in querySupportedParams() function
DInputSurfaceConnection.cpp282 virtual c2_status_t querySupportedParams(
509 c2_status_t InputSurfaceConnection::Impl::ConfigurableIntf::querySupportedParams( in querySupportedParams() function in android::hardware::media::c2::V1_0::utils::InputSurfaceConnection::Impl::ConfigurableIntf
DComponentStore.cpp90 virtual c2_status_t querySupportedParams( in querySupportedParams() function
DComponent.cpp372 virtual c2_status_t querySupportedParams( in querySupportedParams() function
/frameworks/av/media/codec2/hidl/services/
Dvendor.cpp97 return mInterface.querySupportedParams(params); in querySupportedParams_nb()
/frameworks/av/media/codec2/hidl/1.0/vts/functional/component/
DVtsHalMediaC2V1_0TargetComponentTest.cpp183 err = mComponent->querySupportedParams(&params); in TEST_P()
271 err = mComponent->querySupportedParams(&params); in TEST_P()
/frameworks/av/media/codec2/vndk/util/
DC2InterfaceHelper.cpp495 c2_status_t querySupportedParams( in querySupportedParams() function
814 c2_status_t C2InterfaceHelper::querySupportedParams( in querySupportedParams() function in C2InterfaceHelper
817 return _mFactory->querySupportedParams(params); in querySupportedParams()
/frameworks/av/media/codec2/components/base/include/
DSimpleC2Interface.h63 return mImpl->querySupportedParams(params); in querySupportedParams_nb()
/frameworks/av/media/codec2/hidl/client/include/codec2/hidl/
Dclient.h123 c2_status_t querySupportedParams(
/frameworks/av/services/mediacodec/registrant/
DCodecServiceRegistrant.cpp240 Return<void> transResult = mConfigurable->querySupportedParams( in querySupportedParams_nb()
/frameworks/av/media/codec2/sfplugin/tests/
DCCodecConfig_test.cpp105 c2_status_t querySupportedParams( in querySupportedParams() function in android::CCodecConfigTest::Configurable
107 return mImpl.querySupportedParams(params); in querySupportedParams()
/frameworks/av/media/codec2/hidl/plugin/samples/
DSampleFilterPlugin.cpp76 return mHelper.querySupportedParams(params); in querySupportedParams_nb()
867 return mIntf.querySupportedParams(params); in querySupportedParams_nb()
/frameworks/av/media/codec2/hidl/client/
Dclient.cpp148 return mClient->querySupportedParams(params); in querySupportedParams_nb()
418 c2_status_t Codec2ConfigurableClient::querySupportedParams( in querySupportedParams() function in android::Codec2ConfigurableClient
422 Return<void> transStatus = mBase->querySupportedParams( in querySupportedParams()
/frameworks/av/media/codec2/hidl/1.1/utils/
DComponentStore.cpp90 virtual c2_status_t querySupportedParams( in querySupportedParams() function
DComponent.cpp372 virtual c2_status_t querySupportedParams( in querySupportedParams() function
/frameworks/av/media/codec2/hidl/1.2/utils/
DComponent.cpp372 virtual c2_status_t querySupportedParams( in querySupportedParams() function
DComponentStore.cpp90 virtual c2_status_t querySupportedParams( in querySupportedParams() function
/frameworks/av/media/codec2/vndk/include/util/
DC2InterfaceHelper.h671 c2_status_t querySupportedParams(
/frameworks/av/media/codec2/sfplugin/
DCodec2InfoBuilder.cpp131 c2_status_t err1 = intf->querySupportedParams(&paramDescs); in addSupportedProfileLevels()
DCCodecConfig.cpp1085 c2err = configurable->querySupportedParams(&mParamDescs); in initialize()
DCCodec.cpp476 return mClient->querySupportedParams(params); in querySupportedParams_nb()
/frameworks/av/media/codec2/vndk/
DC2Store.cpp1214 return mInterface.querySupportedParams(params); in querySupportedParams_nb()