Home
last modified time | relevance | path

Searched refs:query_vb (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish-opengl/system/codecs/c2/store/
DGoldfishComponentStore.cpp94 res = intf->query_vb({&kind, &domain}, {}, C2_MAY_BLOCK, nullptr); in init()
115 res = intf->query_vb({}, {mediaTypeIndex}, C2_MAY_BLOCK, &params); in init()
157 res = intf->query_vb({}, {C2ComponentAliasesSetting::PARAM_TYPE}, in init()
/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/include/
DSimpleC2Interface.h43 c2_status_t query_vb(const std::vector<C2Param *> &stackParams, in query_vb() function
/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/
DSimpleC2Component.cpp482 c2_status_t err = intf()->query_vb( in processQueue()