Home
last modified time | relevance | path

Searched refs:C2_NO_INIT (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/media/codec2/core/include/
DC2Component.h50 : _mField(field_), _mType(type_), status(C2_NO_INIT) { } in C2FieldSupportedValuesQuery()
DC2.h118 C2_NO_INIT = ENODEV, ///< status has not been initialized enumerator
/frameworks/av/media/codec2/vndk/
DC2AllocatorIon.cpp562 res = C2_NO_INIT; in mapUsage()
598 if (ret && ret != C2_NO_INIT) { in newLinearAllocation()
DC2Store.cpp512 : mInit(C2_NO_INIT), in ComponentModule()
DC2Buffer.cpp651 mInit = C2_NO_INIT; in Impl()
/frameworks/av/media/codec2/vndk/util/
DC2Debug.cpp46 case C2_NO_INIT: return "NO_INIT"; in asString()
/frameworks/av/media/codec2/components/base/
DSimpleC2Component.cpp190 DummyReadView() : C2ReadView(C2_NO_INIT) {} in DummyReadView()
/frameworks/av/media/codec2/hidl/client/
Dclient.cpp841 c2_status_t status = C2_NO_INIT; // no IComponentStores present in ForAllServices()
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp1695 case C2_NO_INIT: in toStatusT()