Searched refs:query_vb (Results 1 – 3 of 3) sorted by relevance
/device/generic/goldfish-opengl/system/codecs/c2/store/ |
D | GoldfishComponentStore.cpp | 94 res = intf->query_vb({&kind, &domain}, {}, C2_MAY_BLOCK, nullptr); in init() 115 res = intf->query_vb({}, {mediaTypeIndex}, C2_MAY_BLOCK, ¶ms); in init() 157 res = intf->query_vb({}, {C2ComponentAliasesSetting::PARAM_TYPE}, in init()
|
/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/include/ |
D | SimpleC2Interface.h | 43 c2_status_t query_vb(const std::vector<C2Param *> &stackParams, in query_vb() function
|
/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/ |
D | SimpleC2Component.cpp | 482 c2_status_t err = intf()->query_vb( in processQueue()
|