/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/ |
H A D | Configurable.h | 68 virtual c2_status_t querySupportedValues( 132 virtual Return<void> querySupportedValues(
|
/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/ |
H A D | InputSurface.cpp | 110 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()
|
H A D | Configurable.cpp | 151 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()
|
H A D | ComponentInterface.cpp | 75 virtual c2_status_t querySupportedValues( in querySupportedValues() function
|
H A D | InputSurfaceConnection.cpp | 285 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
|
H A D | Component.cpp | 379 virtual c2_status_t querySupportedValues( in querySupportedValues() function
|
H A D | ComponentStore.cpp | 96 virtual c2_status_t querySupportedValues( in querySupportedValues() function
|
/aosp12/frameworks/av/media/codec2/hidl/services/ |
H A D | vendor.cpp | 102 return mInterface.querySupportedValues(fields, C2_MAY_BLOCK); in querySupportedValues_sm()
|
/aosp12/frameworks/av/media/codec2/sfplugin/ |
H A D | Codec2InfoBuilder.cpp | 88 c2_status_t err = intf->querySupportedValues(profileQuery, C2_DONT_BLOCK); in addSupportedProfileLevels() 139 err = intf->querySupportedValues(levelQuery, C2_DONT_BLOCK); in addSupportedProfileLevels()
|
/aosp12/frameworks/av/media/codec2/components/base/include/ |
H A D | SimpleC2Interface.h | 68 return mImpl->querySupportedValues(fields, mayBlock); in querySupportedValues_vb()
|
/aosp12/frameworks/av/media/codec2/sfplugin/tests/ |
H A D | CCodecConfig_test.cpp | 110 c2_status_t querySupportedValues( in querySupportedValues() function in android::CCodecConfigTest::Configurable 113 return mImpl.querySupportedValues(fields, mayBlock); in querySupportedValues()
|
/aosp12/frameworks/av/media/codec2/hidl/client/include/codec2/hidl/ |
H A D | client.h | 127 c2_status_t querySupportedValues(
|
/aosp12/hardware/google/interfaces/media/c2/1.0/ |
H A D | IConfigurable.hal | 152 querySupportedValues(
|
/aosp12/frameworks/av/services/mediacodec/registrant/ |
H A D | CodecServiceRegistrant.cpp | 280 Return<void> transResult = mConfigurable->querySupportedValues( in querySupportedValues_sm()
|
/aosp12/hardware/interfaces/media/c2/1.0/ |
H A D | types.hal | 764 * IConfigurable::querySupportedValues(). 786 * IConfigurable::querySupportedValues(). 797 * call to `querySupportedValues()` was `false`.
|
H A D | IConfigurable.hal | 232 querySupportedValues(
|
/aosp12/frameworks/av/media/codec2/hidl/plugin/samples/ |
H A D | SampleFilterPlugin.cpp | 81 return mHelper.querySupportedValues(fields, mayBlock); in querySupportedValues_vb() 870 return mIntf.querySupportedValues(fields, C2_MAY_BLOCK); in querySupportedValues_sm()
|
/aosp12/frameworks/av/media/codec2/hidl/client/ |
H A D | client.cpp | 153 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()
|
/aosp12/frameworks/av/media/codec2/hidl/1.1/utils/ |
H A D | Component.cpp | 379 virtual c2_status_t querySupportedValues( in querySupportedValues() function
|
H A D | ComponentStore.cpp | 96 virtual c2_status_t querySupportedValues( in querySupportedValues() function
|
/aosp12/frameworks/av/media/codec2/hidl/1.2/utils/ |
H A D | Component.cpp | 379 virtual c2_status_t querySupportedValues( in querySupportedValues() function
|
H A D | ComponentStore.cpp | 96 virtual c2_status_t querySupportedValues( in querySupportedValues() function
|
/aosp12/frameworks/av/media/codec2/vndk/include/util/ |
H A D | C2InterfaceHelper.h | 674 c2_status_t querySupportedValues(
|
/aosp12/frameworks/av/media/codec2/hidl/1.0/vts/functional/audio/ |
H A D | VtsHalMediaC2V1_0TargetAudioEncTest.cpp | 241 c2_status_t c2err = mComponent->querySupportedValues(validValueInfos, C2_DONT_BLOCK); in getChannelCount()
|
/aosp12/frameworks/av/media/codec2/vndk/util/ |
H A D | C2InterfaceHelper.cpp | 821 c2_status_t C2InterfaceHelper::querySupportedValues( in querySupportedValues() function in C2InterfaceHelper
|