Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/hal/aidl/
DComponentInterface.cpp84 c2_status_t err = mIntf->query_vb( in config()
116 err = mIntf->query_vb({}, indices, mayBlock, params); in query()
130 err1 = mIntf->query_vb({}, paramsToIntf, mayBlock, params); in query()
DComponentStore.cpp219 err = c2interface->query_vb({&domain}, {}, C2_MAY_BLOCK, &heapParams); in tryCreateMultiAccessUnitInterface()
/frameworks/av/media/codec2/hal/hidl/1.0/utils/
DComponentInterface.cpp83 c2_status_t err = mIntf->query_vb( in config()
115 err = mIntf->query_vb({}, indices, mayBlock, params); in query()
129 err1 = mIntf->query_vb({}, paramsToIntf, mayBlock, params); in query()
DInputSurfaceConnection.cpp299 return intf->query_vb(stackParams, in queryFromSink()
DComponentStore.cpp214 err = c2interface->query_vb({&domain}, {}, C2_MAY_BLOCK, &heapParams); in tryCreateMultiAccessUnitInterface()
/frameworks/av/media/codec2/hal/plugin/
DFilterWrapper.cpp83 mFilters.back().intf->query_vb({}, indices, C2_MAY_BLOCK, &lastFilterParams); in takeFilters()
143 c2_status_t query_vb( in query_vb() function in android::__anon4487fa9d0111::WrappedDecoderInterface
180 c2_status_t err = filter->query_vb( in query_vb()
218 c2_status_t err = mIntf->query_vb( in query_vb()
409 err = curr->query_vb({}, indices, mayBlock, &heapParams); in transferParams_l()
877 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/components/base/include/
DSimpleC2Interface.h46 c2_status_t query_vb( in query_vb() function
/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/hal/common/
DMultiAccessUnitHelper.cpp79 c2_status_t err = mC2ComponentIntf->query_vb({&mKind}, {}, C2_MAY_BLOCK, nullptr); in MultiAccessUnitInterface()
106 c2_status_t res = mC2ComponentIntf->query_vb( in getDecoderSampleRateAndChannelCount()
122 c2_status_t err = mC2ComponentIntf->query_vb({maxInputSize}, {}, C2_MAY_BLOCK, nullptr); in getMaxInputSize()
/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/hal/plugin/samples/
DSampleFilterPlugin.cpp73 c2_status_t query_vb( in query_vb() function in android::SampleToneMappingFilter::Interface
121 c2_status_t err = intf->query_vb({&info}, {}, C2_MAY_BLOCK, &heapParams); in IsFilteringEnabled()
/frameworks/av/media/codec2/hal/hidl/1.1/utils/
DComponentStore.cpp214 err = c2interface->query_vb({&domain}, {}, C2_MAY_BLOCK, &heapParams); in tryCreateMultiAccessUnitInterface()
/frameworks/av/media/codec2/hal/hidl/1.2/utils/
DComponentStore.cpp214 err = c2interface->query_vb({&domain}, {}, C2_MAY_BLOCK, &heapParams); in tryCreateMultiAccessUnitInterface()
/frameworks/av/media/codec2/components/base/
DSimpleC2Component.cpp1074 c2_status_t err = intf()->query_vb( in processQueue()