Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.h279 status_t subscribeToAllVendorParams(
DCCodec.cpp1417 int32_t subscribeToAllVendorParams; in configure() local
1418 if (msg->findInt32("x-*", &subscribeToAllVendorParams) && subscribeToAllVendorParams) { in configure()
1419 if (config->subscribeToAllVendorParams(comp, C2_MAY_BLOCK) != OK) { in configure()
DCCodecConfig.cpp2156 status_t CCodecConfig::subscribeToAllVendorParams( in subscribeToAllVendorParams() function in android::CCodecConfig
/frameworks/av/media/codec2/sfplugin/tests/
DCCodecConfig_test.cpp388 ASSERT_EQ(OK, mConfig.subscribeToAllVendorParams(mConfigurable, C2_MAY_BLOCK)); in TEST_F()