Home
last modified time | relevance | path

Searched refs:C2_CANNOT_DO (Results 1 – 5 of 5) sorted by relevance

/hardware/google/av/codec2/vndk/util/
DC2Debug.cpp35 case C2_CANNOT_DO: return "CANNOT_DO"; in asString()
/hardware/google/av/codec2/include/
DC2.h98 C2_CANNOT_DO = ENOTSUP, ///< argument/index is valid but not possible enumerator
/hardware/google/av/codec2/vndk/
DC2AllocatorGralloc.cpp89 case Error::UNSUPPORTED: return C2_CANNOT_DO; in maperr2error()
DC2Buffer.cpp937 existing = std::shared_ptr<Mapped>(new Mapped(C2_CANNOT_DO)); in map()
/hardware/google/av/media/sfplugin/
DCCodecBufferChannel.cpp2852 case C2_CANNOT_DO: in toStatusT()