Home
last modified time | relevance | path

Searched refs:subscribeToAllVendorParams (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.h270 status_t subscribeToAllVendorParams(
DCCodec.cpp887 int32_t subscribeToAllVendorParams; in configure() local
888 if (msg->findInt32("x-*", &subscribeToAllVendorParams) && subscribeToAllVendorParams) { in configure()
889 if (config->subscribeToAllVendorParams(comp, C2_MAY_BLOCK) != OK) { in configure()
DCCodecConfig.cpp1769 status_t CCodecConfig::subscribeToAllVendorParams( in subscribeToAllVendorParams() function in android::CCodecConfig
/frameworks/av/media/codec2/sfplugin/tests/
DCCodecConfig_test.cpp330 ASSERT_EQ(OK, mConfig.subscribeToAllVendorParams(mConfigurable, C2_MAY_BLOCK)); in TEST_F()