Home
last modified time | relevance | path

Searched refs:setComponent (Results 1 – 8 of 8) sorted by relevance

/hardware/google/av/codec2/1.0/mts/common/
Dmedia_c2_hidl_test_common.h114 void setComponent(const char* _component) { component = _component; } in setComponent() function
148 setComponent(optarg); in initFromOptions()
/hardware/google/av/media/sfplugin/
DCCodecBufferChannel.h79 void setComponent(const std::shared_ptr<Codec2Client::Component> &component);
DCCodec.cpp573 mChannel->setComponent(comp); in allocate()
DCCodecBufferChannel.cpp1199 void CCodecBufferChannel::setComponent( in setComponent() function in android::CCodecBufferChannel
/hardware/interfaces/media/omx/1.0/vts/functional/common/
Dmedia_hidl_test_common.h371 void setComponent(const char* _component) { component = _component; } in setComponent() function
400 setComponent(optarg); in initFromOptions()
/hardware/intel/common/utils/ISV/include/
Disv_omxcomponent.h74 …void setComponent(OMX_COMPONENTTYPE *pComp, ISVOMXCore *pCore){mComponent = pComp; mCore = pCore;r… in setComponent() function
/hardware/google/av/codec2/tests/
DC2ComponentInterface_test.cpp52 void setComponent(std::shared_ptr<C2ComponentInterface> intf) { in setComponent() function in android::C2CompIntfTest
632 setComponent(intf); in testMain()
/hardware/intel/common/utils/ISV/omx/
Disv_omxcore.cpp224 pISVComponent->setComponent(static_cast<OMX_COMPONENTTYPE*>(tempHandle), &g_cores[i]); in OMX_GetHandle()