/frameworks/av/media/codec2/hal/hidl/1.0/utils/include/codec2/hidl/1.0/ |
D | Configurable.h | 68 virtual c2_status_t querySupportedValues( 132 virtual Return<void> querySupportedValues(
|
/frameworks/av/media/codec2/hal/hidl/1.0/utils/ |
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()
|
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()
|
D | ComponentInterface.cpp | 75 virtual c2_status_t querySupportedValues( in querySupportedValues() function
|
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
|
D | ComponentStore.cpp | 96 virtual c2_status_t querySupportedValues( in querySupportedValues() function
|
D | Component.cpp | 394 virtual c2_status_t querySupportedValues( in querySupportedValues() function
|
/frameworks/av/media/codec2/hal/services/ |
D | vendor.cpp | 102 return mInterface.querySupportedValues(fields, C2_MAY_BLOCK); in querySupportedValues_sm()
|
/frameworks/av/media/codec2/sfplugin/ |
D | Codec2InfoBuilder.cpp | 112 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()
|
D | CCodec.cpp | 494 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/ |
D | SimpleC2Interface.h | 68 return mImpl->querySupportedValues(fields, mayBlock); in querySupportedValues_vb()
|
/frameworks/av/media/module/codecserviceregistrant/ |
D | CodecServiceRegistrant.cpp | 280 Return<void> transResult = mConfigurable->querySupportedValues( in querySupportedValues_sm()
|
/frameworks/av/media/codec2/hal/client/include/codec2/hidl/ |
D | client.h | 128 c2_status_t querySupportedValues(
|
/frameworks/av/media/codec2/sfplugin/tests/ |
D | CCodecConfig_test.cpp | 110 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/ |
D | SampleFilterPlugin.cpp | 81 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/ |
D | Component.cpp | 394 virtual c2_status_t querySupportedValues( in querySupportedValues() function
|
D | ComponentStore.cpp | 96 virtual c2_status_t querySupportedValues( in querySupportedValues() function
|
/frameworks/av/media/codec2/hal/client/ |
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()
|
/frameworks/av/media/codec2/hal/hidl/1.2/utils/ |
D | ComponentStore.cpp | 96 virtual c2_status_t querySupportedValues( in querySupportedValues() function
|
D | Component.cpp | 394 virtual c2_status_t querySupportedValues( in querySupportedValues() function
|
/frameworks/av/media/codec2/vndk/include/util/ |
D | C2InterfaceHelper.h | 674 c2_status_t querySupportedValues(
|
/frameworks/av/media/codec2/vndk/util/ |
D | C2InterfaceHelper.cpp | 821 c2_status_t C2InterfaceHelper::querySupportedValues( in querySupportedValues() function in C2InterfaceHelper
|
/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/audio/ |
D | VtsHalMediaC2V1_0TargetAudioEncTest.cpp | 241 c2_status_t c2err = mComponent->querySupportedValues(validValueInfos, C2_DONT_BLOCK); in getChannelCount()
|
/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/video/ |
D | VtsHalMediaC2V1_0TargetVideoEncTest.cpp | 460 c2_status_t c2err = mComponent->querySupportedValues(validValueInfos, C2_MAY_BLOCK); in getMaxMinResolutionSupported()
|
/frameworks/av/media/codec2/vndk/ |
D | C2Store.cpp | 1220 return mInterface.querySupportedValues(fields, C2_MAY_BLOCK); in querySupportedValues_sm()
|