Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/util/
DC2Debug.cpp35 case C2_CANNOT_DO: return "CANNOT_DO"; in asString()
/frameworks/av/media/codec2/core/include/
DC2.h98 C2_CANNOT_DO = ENOTSUP, ///< argument/index is valid but not possible enumerator
/frameworks/av/media/codec2/vndk/
DC2AllocatorGralloc.cpp390 return C2_CANNOT_DO; in Gralloc4Mapper_lock()
414 return C2_CANNOT_DO; in Gralloc4Mapper_lock()
DC2Buffer.cpp1382 existing = std::shared_ptr<Mapped>(new Mapped(C2_CANNOT_DO)); in map()
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp2843 case C2_CANNOT_DO: in toStatusT()