Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/hal/hidl/1.0/utils/include/codec2/hidl/1.0/
DConfigurable.h68 virtual c2_status_t querySupportedValues(
132 virtual Return<void> querySupportedValues(
/frameworks/av/media/codec2/hal/hidl/1.0/utils/
DInputSurface.cpp110 virtual c2_status_t querySupportedValues( in querySupportedValues() function in android::hardware::media::c2::V1_0::utils::InputSurface::ConfigurableIntf
113 return mIntf->querySupportedValues(fields, mayBlock); in querySupportedValues()
DConfigurable.cpp151 Return<void> CachedConfigurable::querySupportedValues( in querySupportedValues() function in android::hardware::media::c2::V1_0::utils::CachedConfigurable
171 c2_status_t c2res = mIntf->querySupportedValues( in querySupportedValues()
DComponentInterface.cpp75 virtual c2_status_t querySupportedValues( in querySupportedValues() function
DInputSurfaceConnection.cpp285 virtual c2_status_t querySupportedValues(
516 c2_status_t InputSurfaceConnection::Impl::ConfigurableIntf::querySupportedValues( in querySupportedValues() function in android::hardware::media::c2::V1_0::utils::InputSurfaceConnection::Impl::ConfigurableIntf
DComponentStore.cpp96 virtual c2_status_t querySupportedValues( in querySupportedValues() function
DComponent.cpp394 virtual c2_status_t querySupportedValues( in querySupportedValues() function
/frameworks/av/media/codec2/hal/services/
Dvendor.cpp102 return mInterface.querySupportedValues(fields, C2_MAY_BLOCK); in querySupportedValues_sm()
/frameworks/av/media/codec2/sfplugin/
DCodec2InfoBuilder.cpp112 c2_status_t err = intf->querySupportedValues(profileQuery, C2_DONT_BLOCK); in addSupportedProfileLevels()
180 err = intf->querySupportedValues(levelQuery, C2_DONT_BLOCK); in addSupportedProfileLevels()
267 if (intf->querySupportedValues(query, C2_DONT_BLOCK) == C2_OK) { in addSupportedColorFormats()
DCCodec.cpp494 return mClient->querySupportedValues(fields, C2_MAY_BLOCK); in querySupportedValues_sm()
2678 c2_status_t err = intf->querySupportedValues(mFields, C2_MAY_BLOCK); in init()
/frameworks/av/media/codec2/components/base/include/
DSimpleC2Interface.h68 return mImpl->querySupportedValues(fields, mayBlock); in querySupportedValues_vb()
/frameworks/av/media/module/codecserviceregistrant/
DCodecServiceRegistrant.cpp280 Return<void> transResult = mConfigurable->querySupportedValues( in querySupportedValues_sm()
/frameworks/av/media/codec2/hal/client/include/codec2/hidl/
Dclient.h128 c2_status_t querySupportedValues(
/frameworks/av/media/codec2/sfplugin/tests/
DCCodecConfig_test.cpp110 c2_status_t querySupportedValues( in querySupportedValues() function in android::CCodecConfigTest::Configurable
113 return mImpl.querySupportedValues(fields, mayBlock); in querySupportedValues()
/frameworks/av/media/codec2/hal/plugin/samples/
DSampleFilterPlugin.cpp81 return mHelper.querySupportedValues(fields, mayBlock); in querySupportedValues_vb()
868 return mIntf.querySupportedValues(fields, C2_MAY_BLOCK); in querySupportedValues_sm()
/frameworks/av/media/codec2/hal/hidl/1.1/utils/
DComponent.cpp394 virtual c2_status_t querySupportedValues( in querySupportedValues() function
DComponentStore.cpp96 virtual c2_status_t querySupportedValues( in querySupportedValues() function
/frameworks/av/media/codec2/hal/client/
Dclient.cpp153 return mClient->querySupportedValues(fields, C2_MAY_BLOCK); in querySupportedValues_sm()
451 c2_status_t Codec2ConfigurableClient::querySupportedValues( in querySupportedValues() function in android::Codec2ConfigurableClient
463 Return<void> transStatus = mBase->querySupportedValues( in querySupportedValues()
/frameworks/av/media/codec2/hal/hidl/1.2/utils/
DComponentStore.cpp96 virtual c2_status_t querySupportedValues( in querySupportedValues() function
DComponent.cpp394 virtual c2_status_t querySupportedValues( in querySupportedValues() function
/frameworks/av/media/codec2/vndk/include/util/
DC2InterfaceHelper.h674 c2_status_t querySupportedValues(
/frameworks/av/media/codec2/vndk/util/
DC2InterfaceHelper.cpp821 c2_status_t C2InterfaceHelper::querySupportedValues( in querySupportedValues() function in C2InterfaceHelper
/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/audio/
DVtsHalMediaC2V1_0TargetAudioEncTest.cpp241 c2_status_t c2err = mComponent->querySupportedValues(validValueInfos, C2_DONT_BLOCK); in getChannelCount()
/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/video/
DVtsHalMediaC2V1_0TargetVideoEncTest.cpp460 c2_status_t c2err = mComponent->querySupportedValues(validValueInfos, C2_MAY_BLOCK); in getMaxMinResolutionSupported()
/frameworks/av/media/codec2/vndk/
DC2Store.cpp1220 return mInterface.querySupportedValues(fields, C2_MAY_BLOCK); in querySupportedValues_sm()