Home
last modified time | relevance | path

Searched refs:C2_CORRUPTED (Results 1 – 25 of 39) sorted by relevance

12

/frameworks/av/media/codec2/components/opus/
DC2SoftOpusDec.cpp231 work->result = C2_CORRUPTED; in process()
262 work->result = C2_CORRUPTED; in process()
269 work->result = C2_CORRUPTED; in process()
293 work->result = C2_CORRUPTED; in process()
302 work->result = C2_CORRUPTED; in process()
323 work->result = C2_CORRUPTED; in process()
354 work->result = C2_CORRUPTED; in process()
390 work->result = C2_CORRUPTED; in process()
404 work->result = C2_CORRUPTED; in process()
DC2SoftOpusEnc.cpp162 return C2_CORRUPTED; in configureEncoder()
251 return C2_CORRUPTED; in onStop()
322 work->result = C2_CORRUPTED; in process()
355 work->result = C2_CORRUPTED; in process()
409 work->result = C2_CORRUPTED; in process()
481 work->result = C2_CORRUPTED; in process()
551 return C2_CORRUPTED; in drainInternal()
/frameworks/av/media/codec2/components/vorbis/
DC2SoftVorbisDec.cpp135 return (initDecoder() == OK ? C2_OK : C2_CORRUPTED); in onStop()
271 work->result = C2_CORRUPTED; in process()
286 work->result = C2_CORRUPTED; in process()
308 work->result = C2_CORRUPTED; in process()
317 work->result = C2_CORRUPTED; in process()
323 work->result = C2_CORRUPTED; in process()
329 work->result = C2_CORRUPTED; in process()
345 work->result = C2_CORRUPTED; in process()
353 work->result = C2_CORRUPTED; in process()
/frameworks/av/media/codec2/vndk/
DC2AllocatorGralloc.cpp102 return C2_CORRUPTED; in maperr2error()
114 return C2_CORRUPTED; in maperr2error()
436 return C2_CORRUPTED; in map()
447 return C2_CORRUPTED; in map()
456 return C2_CORRUPTED; in map()
501 return C2_CORRUPTED; in map()
521 return C2_CORRUPTED; in map()
614 return C2_CORRUPTED; in map()
634 return C2_CORRUPTED; in map()
726 return C2_CORRUPTED; in map()
[all …]
DC2PlatformStorePluginLoader.cpp83 c2_status_t res = C2_CORRUPTED; in createAllocator()
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Dec.cpp262 return err == OK ? C2_OK : C2_CORRUPTED; in onInit()
314 return C2_CORRUPTED; in onFlush_sm()
393 return C2_CORRUPTED; in ensureDecoderState()
458 work->result = C2_CORRUPTED; in handleResChange()
524 work->result = C2_CORRUPTED; in process()
564 work->result = C2_CORRUPTED; in process()
572 work->result = C2_CORRUPTED; in process()
588 work->result = C2_CORRUPTED; in process()
609 work->result = C2_CORRUPTED; in process()
638 work->result = C2_CORRUPTED; in process()
[all …]
DC2SoftMpeg4Enc.cpp308 } else return C2_CORRUPTED; in initEncParams()
311 } else return C2_CORRUPTED; in initEncParams()
315 return C2_CORRUPTED; in initEncParams()
380 return C2_CORRUPTED; in initEncoder()
405 work->result = C2_CORRUPTED; in process()
432 work->result = C2_CORRUPTED; in process()
575 work->result = C2_CORRUPTED; in process()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.cpp350 return err == OK ? C2_OK : C2_CORRUPTED; in onInit()
354 if (OK != resetDecoder()) return C2_CORRUPTED; in onStop()
375 if (OK != setFlushMode()) return C2_CORRUPTED; in onFlush_sm()
753 return C2_CORRUPTED; in ensureDecoderState()
757 if (OK != setParams(mStride, IVD_DECODE_FRAME)) return C2_CORRUPTED; in ensureDecoderState()
820 work->result = C2_CORRUPTED; in process()
837 work->result = C2_CORRUPTED; in process()
860 work->result = C2_CORRUPTED; in process()
866 work->result = C2_CORRUPTED; in process()
882 work->result = C2_CORRUPTED; in process()
[all …]
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.cpp342 return err == OK ? C2_OK : C2_CORRUPTED; in onInit()
346 if (OK != resetDecoder()) return C2_CORRUPTED; in onStop()
367 if (OK != setFlushMode()) return C2_CORRUPTED; in onFlush_sm()
749 return C2_CORRUPTED; in ensureDecoderState()
753 if (OK != setParams(mStride, IVD_DECODE_FRAME)) return C2_CORRUPTED; in ensureDecoderState()
818 work->result = C2_CORRUPTED; in process()
833 work->result = C2_CORRUPTED; in process()
854 work->result = C2_CORRUPTED; in process()
861 work->result = C2_CORRUPTED; in process()
877 work->result = C2_CORRUPTED; in process()
[all …]
DC2SoftHevcEnc.cpp450 return C2_CORRUPTED; in initEncParams()
513 if (IHEVCE_EOK != err) return C2_CORRUPTED; in releaseEncoder()
551 return C2_CORRUPTED; in initEncoder()
831 work->result = C2_CORRUPTED; in process()
904 work->result = C2_CORRUPTED; in process()
/frameworks/av/media/codec2/components/flac/
DC2SoftFlacEnc.cpp132 if (!mFlacStreamEncoder) return C2_CORRUPTED; in onInit()
149 return err == OK ? C2_OK : C2_CORRUPTED; in onInit()
219 work->result = C2_CORRUPTED; in process()
268 work->result = C2_CORRUPTED; in process()
297 work->result = C2_CORRUPTED; in process()
306 work->result = C2_CORRUPTED; in process()
440 if (!ok) return C2_CORRUPTED; in drain()
DC2SoftFlacDec.cpp198 work->result = C2_CORRUPTED; in process()
228 work->result = C2_CORRUPTED; in process()
262 work->result = C2_CORRUPTED; in process()
290 work->result = C2_CORRUPTED; in process()
299 work->result = C2_CORRUPTED; in process()
/frameworks/av/media/codec2/components/mpeg2/
DC2SoftMpeg2Dec.cpp331 return err == OK ? C2_OK : C2_CORRUPTED; in onInit()
335 if (OK != resetDecoder()) return C2_CORRUPTED; in onStop()
360 if (OK != setFlushMode()) return C2_CORRUPTED; in onFlush_sm()
827 return C2_CORRUPTED; in ensureDecoderState()
831 if (OK != setParams(mStride)) return C2_CORRUPTED; in ensureDecoderState()
881 work->result = C2_CORRUPTED; in process()
896 work->result = C2_CORRUPTED; in process()
902 work->result = C2_CORRUPTED; in process()
912 work->result = C2_CORRUPTED; in process()
947 work->result = C2_CORRUPTED; in process()
[all …]
/frameworks/av/media/codec2/components/amr_nb_wb/
DC2SoftAmrNbEnc.cpp115 return C2_CORRUPTED; in onInit()
155 return C2_CORRUPTED; in onStop()
203 work->result = C2_CORRUPTED; in process()
225 work->result = C2_CORRUPTED; in process()
256 work->result = C2_CORRUPTED; in process()
DC2SoftAmrDec.cpp283 work->result = C2_CORRUPTED; in process()
289 work->result = C2_CORRUPTED; in process()
328 work->result = C2_CORRUPTED; in process()
348 work->result = C2_CORRUPTED; in process()
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxEnc.cpp80 return err == OK ? C2_OK : C2_CORRUPTED; in onInit()
428 work->result = C2_CORRUPTED; in process()
440 work->result = C2_CORRUPTED; in process()
571 work->result = C2_CORRUPTED; in process()
598 work->result = C2_CORRUPTED; in process()
619 work->result = C2_CORRUPTED; in process()
DC2SoftVpxDec.cpp353 return err == OK ? C2_OK : C2_CORRUPTED; in onInit()
384 return C2_CORRUPTED; in onFlush_sm()
569 work->result = C2_CORRUPTED; in process()
606 work->result = C2_CORRUPTED; in process()
770 work->result = C2_CORRUPTED; in outputBuffer()
800 work->result = C2_CORRUPTED; in outputBuffer()
/frameworks/av/media/codec2/components/mp3/
DC2SoftMp3Dec.cpp370 work->result = C2_CORRUPTED; in process()
418 work->result = C2_CORRUPTED; in process()
450 work->result = C2_CORRUPTED; in process()
457 work->result = C2_CORRUPTED; in process()
479 work->result = C2_CORRUPTED; in process()
/frameworks/av/media/codec2/components/aac/
DC2SoftAacDec.cpp241 return err == OK ? C2_OK : C2_CORRUPTED; in onInit()
485 return std::bind(fillEmptyWork, _1, C2_CORRUPTED); in drainRingBuffer()
559 work->result = C2_CORRUPTED; in process()
620 work->result = C2_CORRUPTED; in process()
678 work->result = C2_CORRUPTED; in process()
689 work->result = C2_CORRUPTED; in process()
700 work->result = C2_CORRUPTED; in process()
760 work->result = C2_CORRUPTED; in process()
/frameworks/av/media/codec2/components/aom/
DC2SoftAomDec.cpp271 return err == OK ? C2_OK : C2_CORRUPTED; in onInit()
297 return C2_CORRUPTED; in onFlush_sm()
441 work->result = C2_CORRUPTED; in process()
478 work->result = C2_CORRUPTED; in process()
487 work->result = C2_CORRUPTED; in process()
652 work->result = C2_CORRUPTED; in outputBuffer()
687 work->result = C2_CORRUPTED; in outputBuffer()
748 return C2_CORRUPTED; in drainInternal()
/frameworks/av/media/codec2/vndk/include/
DC2ErrnoUtils.h44 return result == 0 ? C2_OK : C2_CORRUPTED;
/frameworks/av/media/codec2/hidl/1.0/utils/
DInputSurfaceConnection.cpp348 status = C2_CORRUPTED; in queryFromSink()
400 return C2_CORRUPTED; in queryFromSink()
416 return C2_CORRUPTED; in queueToSink()
421 return C2_CORRUPTED; in queueToSink()
/frameworks/av/media/codec2/hidl/client/
Dclient.cpp76 constexpr c2_status_t C2_TRANSACTION_FAILED = C2_CORRUPTED;
235 status = C2_CORRUPTED; in query()
254 status = C2_CORRUPTED; in query()
327 status = C2_CORRUPTED; in config()
398 status = C2_CORRUPTED; in querySupportedValues()
405 status = C2_CORRUPTED; in querySupportedValues()
577 return C2_CORRUPTED; in createComponent()
1120 status = C2_CORRUPTED; in flush()
1365 return C2_CORRUPTED; in setDeathListener()
/frameworks/av/media/codec2/components/xaac/
DC2SoftXaacDec.cpp269 return err == IA_NO_ERROR ? C2_OK : C2_CORRUPTED; in onInit()
421 work->result = C2_CORRUPTED; in process()
433 work->result = C2_CORRUPTED; in process()
498 work->result = C2_CORRUPTED; in process()
519 work->result = C2_CORRUPTED; in process()
543 work->result = C2_CORRUPTED; in process()
558 work->result = C2_CORRUPTED; in process()
579 work->result = C2_CORRUPTED; in process()
/frameworks/av/media/codec2/components/g711/
DC2SoftG711Dec.cpp155 work->result = C2_CORRUPTED; in process()
189 work->result = C2_CORRUPTED; in process()

12