Home
last modified time | relevance | path

Searched refs:UNREADABLE_INPUT (Results 1 – 6 of 6) sorted by relevance

/external/v4l2_codec2/
DC2VDAAdaptor.cpp186 case media::VideoDecodeAccelerator::UNREADABLE_INPUT: in convertErrorCode()
187 return VideoDecodeAcceleratorAdaptor::UNREADABLE_INPUT; in convertErrorCode()
DC2VDAAdaptorProxy.cpp99 case ::arc::mojom::VideoDecodeAccelerator::Result::UNREADABLE_INPUT: in convertErrorCode()
100 return VideoDecodeAcceleratorAdaptor::UNREADABLE_INPUT; in convertErrorCode()
DC2VDAComponent.cpp81 case VideoDecodeAcceleratorAdaptor::Result::UNREADABLE_INPUT: in adaptorResultToC2Status()
/external/v4l2_codec2/include/
DVideoDecodeAcceleratorAdaptor.h36 UNREADABLE_INPUT = 3, enumerator
/external/v4l2_codec2/vda/
Dvideo_decode_accelerator.h101 UNREADABLE_INPUT, enumerator
Dv4l2_video_decode_accelerator.cc501 NOTIFY_ERROR(UNREADABLE_INPUT); in DecodeTask()
597 NOTIFY_ERROR(UNREADABLE_INPUT); in DecodeBufferTask()
843 NOTIFY_ERROR(UNREADABLE_INPUT); in AppendToInputFrame()