Home
last modified time | relevance | path

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

/hardware/google/av/codec2/vndk/v4l2/
DC2VdaBqBlockPool.cpp56 return C2_NO_INIT; in asC2Error()
226 return C2_NO_INIT; in requestNewBufferSet()
303 return C2_NO_INIT; in cancelAllBuffers()
/hardware/google/av/codec2/vndk/
DC2AllocatorIon.cpp482 res = C2_NO_INIT; in mapUsage()
518 if (ret && ret != C2_NO_INIT) { in newLinearAllocation()
DC2Store.cpp502 : mInit(C2_NO_INIT), in ComponentModule()
DC2Buffer.cpp654 mInit = C2_NO_INIT; in Impl()
/hardware/google/av/codec2/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
/hardware/google/av/codec2/vndk/util/
DC2Debug.cpp46 case C2_NO_INIT: return "NO_INIT"; in asString()
/hardware/google/av/media/v4l2store/
DC2VDAComponentStore.cpp68 : mInit(C2_NO_INIT), in ComponentModule()
/hardware/google/av/media/codecs/base/
DSimpleC2Component.cpp63 DummyReadView() : C2ReadView(C2_NO_INIT) {} in DummyReadView()
/hardware/google/av/codec2/hidl/client/
Dclient.cpp624 c2_status_t status = C2_NO_INIT; // no IComponentStores present in ForAllStores()