Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/hidl/1.0/utils/
DComponentInterface.cpp66 return mIntf->query_vb({}, indices, mayBlock, params); in query()
DInputSurfaceConnection.cpp299 return intf->query_vb(stackParams, in queryFromSink()
/frameworks/av/media/codec2/hidl/plugin/
DFilterWrapper.cpp83 mFilters.back().intf->query_vb({}, indices, C2_MAY_BLOCK, &lastFilterParams); in takeFilters()
137 c2_status_t query_vb( in query_vb() function in android::__anonf6895e700111::WrappedDecoderInterface
174 c2_status_t err = filter->query_vb( in query_vb()
204 c2_status_t err = mIntf->query_vb( in query_vb()
391 err = curr->query_vb({}, indices, mayBlock, &heapParams); in transferParams_l()
853 c2_status_t err = intf->query_vb({&domain, &kind}, {}, C2_MAY_BLOCK, nullptr); in getTraits()
/frameworks/av/media/codec2/core/include/
DC2Component.h155 virtual c2_status_t query_vb(
/frameworks/av/media/codec2/tests/
DC2ComponentInterface_test.cpp201 return mIntf->query_vb(stackParams, {}, C2_DONT_BLOCK, nullptr); in queryOnStack()
211 return mIntf->query_vb({}, {index}, C2_DONT_BLOCK, heapParams); in queryOnHeap()
DC2SampleComponent_test.cpp117 virtual c2_status_t query_vb( in query_vb() function in MyComponentInstance
/frameworks/av/media/codec2/components/base/include/
DSimpleC2Interface.h46 c2_status_t query_vb( in query_vb() function
/frameworks/av/media/codec2/fuzzer/
DC2Fuzzer.cpp191 status = mInterface->query_vb({&kind, &domain}, {}, C2_MAY_BLOCK, nullptr); in initDecoder()
/frameworks/av/media/codec2/vndk/util/
DC2InterfaceUtils.cpp1320 c2_status_t res = intf->query_vb({ &kind, &domain }, {}, C2_MAY_BLOCK, nullptr); in FillTraitsFromInterface()
1339 res = intf->query_vb({}, { mediaTypeIndex }, C2_MAY_BLOCK, &params); in FillTraitsFromInterface()
1370 res = intf->query_vb({}, { C2ComponentAliasesSetting::PARAM_TYPE }, C2_MAY_BLOCK, &params); in FillTraitsFromInterface()
/frameworks/av/media/codec2/hidl/plugin/samples/
DSampleFilterPlugin.cpp61 c2_status_t query_vb( in query_vb() function in android::SampleToneMappingFilter::Interface
109 c2_status_t err = intf->query_vb({&info}, {}, C2_MAY_BLOCK, &heapParams); in IsFilteringEnabled()
/frameworks/av/media/codec2/components/base/
DSimpleC2Component.cpp472 c2_status_t err = intf()->query_vb( in processQueue()