Home
last modified time | relevance | path

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

123

/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.cpp176 return C2_CORRUPTED; in configureEncoder()
276 return C2_CORRUPTED; in onStop()
347 work->result = C2_CORRUPTED; in process()
382 work->result = C2_CORRUPTED; in process()
436 work->result = C2_CORRUPTED; in process()
508 work->result = C2_CORRUPTED; in process()
578 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()
288 work->result = C2_CORRUPTED; in process()
310 work->result = C2_CORRUPTED; in process()
319 work->result = C2_CORRUPTED; in process()
325 work->result = C2_CORRUPTED; in process()
333 work->result = C2_CORRUPTED; in process()
349 work->result = C2_CORRUPTED; in process()
357 work->result = C2_CORRUPTED; in process()
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Dec.cpp241 return err == OK ? C2_OK : C2_CORRUPTED; in onInit()
280 return C2_CORRUPTED; in onFlush_sm()
415 work->result = C2_CORRUPTED; in handleResChange()
447 work->result = C2_CORRUPTED; in process()
488 work->result = C2_CORRUPTED; in process()
496 work->result = C2_CORRUPTED; in process()
512 work->result = C2_CORRUPTED; in process()
534 work->result = C2_CORRUPTED; in process()
563 work->result = C2_CORRUPTED; in process()
572 work->result = C2_CORRUPTED; in process()
[all …]
DC2SoftMpeg4Enc.cpp391 } else return C2_CORRUPTED; in initEncParams()
394 } else return C2_CORRUPTED; in initEncParams()
398 return C2_CORRUPTED; in initEncParams()
463 return C2_CORRUPTED; in initEncoder()
488 work->result = C2_CORRUPTED; in process()
515 work->result = C2_CORRUPTED; in process()
679 work->result = C2_CORRUPTED; in process()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcEnc.cpp701 return C2_CORRUPTED; in setDimensions()
724 return C2_CORRUPTED; in setNumCores()
750 return C2_CORRUPTED; in setFrameRate()
777 return C2_CORRUPTED; in setIpeParams()
801 return C2_CORRUPTED; in setBitRate()
825 return C2_CORRUPTED; in setFrameType()
892 return C2_CORRUPTED; in setQp()
917 return C2_CORRUPTED; in setEncMode()
942 return C2_CORRUPTED; in setVbvParams()
969 return C2_CORRUPTED; in setAirParams()
[all …]
DC2SoftAvcDec.cpp361 return err == OK ? C2_OK : C2_CORRUPTED; in onInit()
365 if (OK != resetDecoder()) return C2_CORRUPTED; in onStop()
386 if (OK != setFlushMode()) return C2_CORRUPTED; in onFlush_sm()
783 return C2_CORRUPTED; in ensureDecoderState()
847 work->result = C2_CORRUPTED; in process()
866 work->result = C2_CORRUPTED; in process()
888 work->result = C2_CORRUPTED; in process()
895 work->result = C2_CORRUPTED; in process()
911 work->result = C2_CORRUPTED; in process()
929 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()
347 work->result = C2_CORRUPTED; in process()
/frameworks/av/media/codec2/components/mpeg2/
DC2SoftMpeg2Dec.cpp342 return err == OK ? C2_OK : C2_CORRUPTED; in onInit()
346 if (OK != resetDecoder()) return C2_CORRUPTED; in onStop()
371 if (OK != setFlushMode()) return C2_CORRUPTED; in onFlush_sm()
852 return C2_CORRUPTED; in ensureDecoderState()
903 work->result = C2_CORRUPTED; in process()
918 work->result = C2_CORRUPTED; in process()
924 work->result = C2_CORRUPTED; in process()
934 work->result = C2_CORRUPTED; in process()
967 work->result = C2_CORRUPTED; in process()
975 work->result = C2_CORRUPTED; in process()
[all …]
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.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()
776 return C2_CORRUPTED; in ensureDecoderState()
842 work->result = C2_CORRUPTED; in process()
859 work->result = C2_CORRUPTED; in process()
879 work->result = C2_CORRUPTED; in process()
886 work->result = C2_CORRUPTED; in process()
902 work->result = C2_CORRUPTED; in process()
920 work->result = C2_CORRUPTED; in process()
[all …]
/frameworks/av/media/module/codecserviceregistrant/
DCodecServiceRegistrant.cpp56 constexpr c2_status_t C2_TRANSACTION_FAILED = C2_CORRUPTED;
164 status = C2_CORRUPTED; in config_sm_aidl()
170 status = C2_CORRUPTED; in config_sm_aidl()
209 status = C2_CORRUPTED; in config_sm_hidl()
274 status = C2_CORRUPTED; in UpdateQueryResult()
349 return C2_CORRUPTED; in query_sm_aidl()
392 status = C2_CORRUPTED; in query_sm_hidl()
525 return C2_CORRUPTED; in querySupportedValues_sm_aidl()
531 return C2_CORRUPTED; in querySupportedValues_sm_aidl()
564 status = C2_CORRUPTED; in querySupportedValues_sm_hidl()
[all …]
/frameworks/av/media/codec2/components/flac/
DC2SoftFlacEnc.cpp149 if (!mFlacStreamEncoder) return C2_CORRUPTED; in onInit()
166 return err == OK ? C2_OK : C2_CORRUPTED; in onInit()
230 work->result = C2_CORRUPTED; in process()
278 work->result = C2_CORRUPTED; in process()
334 work->result = C2_CORRUPTED; in process()
343 work->result = C2_CORRUPTED; in process()
506 if (!ok) return C2_CORRUPTED; in drain()
DC2SoftFlacDec.cpp198 work->result = C2_CORRUPTED; in process()
233 work->result = C2_CORRUPTED; in process()
267 work->result = C2_CORRUPTED; in process()
295 work->result = C2_CORRUPTED; in process()
304 work->result = C2_CORRUPTED; in process()
/frameworks/av/media/codec2/vndk/
DC2AllocatorGralloc.cpp396 return C2_CORRUPTED; in Gralloc4Mapper_lock()
437 return C2_CORRUPTED; in Gralloc4Mapper_lock()
500 return C2_CORRUPTED; in PopulatePlaneLayout()
575 return C2_CORRUPTED; in PopulatePlaneLayout()
632 return C2_CORRUPTED; in PopulatePlaneLayout()
653 return C2_CORRUPTED; in PopulatePlaneLayout()
665 return C2_CORRUPTED; in PopulatePlaneLayout()
730 return C2_CORRUPTED; in PopulatePlaneLayout()
854 return C2_CORRUPTED; in PopulatePlaneLayout()
863 return C2_CORRUPTED; in PopulatePlaneLayout()
[all …]
/frameworks/av/media/codec2/components/aom/
DC2SoftAomDec.cpp273 return err == OK ? C2_OK : C2_CORRUPTED; in onInit()
299 return C2_CORRUPTED; in onFlush_sm()
444 work->result = C2_CORRUPTED; in process()
479 work->result = C2_CORRUPTED; in process()
488 work->result = C2_CORRUPTED; in process()
529 work->result = C2_CORRUPTED; in outputBuffer()
565 work->result = C2_CORRUPTED; in outputBuffer()
625 return C2_CORRUPTED; in drainInternal()
/frameworks/av/media/codec2/components/mp3/
DC2SoftMp3Dec.cpp378 work->result = C2_CORRUPTED; in process()
426 work->result = C2_CORRUPTED; in process()
458 work->result = C2_CORRUPTED; in process()
465 work->result = C2_CORRUPTED; in process()
487 work->result = C2_CORRUPTED; in process()
/frameworks/av/media/codec2/hal/client/
DGraphicsTracker.cpp43 return C2_CORRUPTED; in retrieveAHardwareBufferId()
47 return C2_CORRUPTED; in retrieveAHardwareBufferId()
282 return C2_CORRUPTED; in configureGraphics()
406 return C2_CORRUPTED; in configureMaxDequeueCount()
644 return ret == ::android::NO_MEMORY ? C2_NO_MEMORY : C2_CORRUPTED; in _allocate()
659 return C2_CORRUPTED; in _allocate()
686 return C2_CORRUPTED; in _allocate()
718 return C2_CORRUPTED; in _allocate()
927 return C2_CORRUPTED; in render()
Dclient.cpp116 constexpr c2_status_t C2_TRANSACTION_FAILED = C2_CORRUPTED;
388 status = C2_CORRUPTED; in query()
407 status = C2_CORRUPTED; in query()
480 status = C2_CORRUPTED; in config()
551 status = C2_CORRUPTED; in querySupportedValues()
558 status = C2_CORRUPTED; in querySupportedValues()
649 return C2_CORRUPTED; in query()
667 status = C2_CORRUPTED; in query()
730 return C2_CORRUPTED; in config()
736 status = C2_CORRUPTED; in config()
[all …]
/frameworks/av/media/codec2/components/aac/
DC2SoftAacDec.cpp303 return err == OK ? C2_OK : C2_CORRUPTED; in onInit()
323 return status == OK ? C2_OK : C2_CORRUPTED; in onStop()
552 return std::bind(fillEmptyWork, _1, C2_CORRUPTED); in drainRingBuffer()
626 work->result = C2_CORRUPTED; in process()
687 work->result = C2_CORRUPTED; in process()
788 work->result = C2_CORRUPTED; in process()
799 work->result = C2_CORRUPTED; in process()
810 work->result = C2_CORRUPTED; in process()
872 work->result = C2_CORRUPTED; in process()
966 work->result = C2_CORRUPTED; in process()
/frameworks/av/media/codec2/vndk/include/
DC2ErrnoUtils.h44 return result == 0 ? C2_OK : C2_CORRUPTED;
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxDec.cpp381 return err == OK ? C2_OK : C2_CORRUPTED; in onInit()
412 return C2_CORRUPTED; in onFlush_sm()
624 work->result = C2_CORRUPTED; in process()
638 work->result = C2_CORRUPTED; in process()
673 work->result = C2_CORRUPTED; in process()
726 work->result = C2_CORRUPTED; in outputBuffer()
735 work->result = C2_CORRUPTED; in outputBuffer()
766 work->result = C2_CORRUPTED; in outputBuffer()
788 work->result = C2_CORRUPTED; in outputBuffer()
/frameworks/av/media/codec2/hal/aidl/
DConfigurable.cpp91 return ScopedAStatus::fromServiceSpecificError(C2_CORRUPTED); in config()
178 c2res = C2_CORRUPTED; in querySupportedValues()
/frameworks/av/media/codec2/hal/hidl/1.0/utils/
DInputSurfaceConnection.cpp350 status = C2_CORRUPTED; in queryFromSink()
402 return C2_CORRUPTED; in queryFromSink()
418 return C2_CORRUPTED; in queueToSink()
423 return C2_CORRUPTED; in queueToSink()
/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.cpp438 return initDecoder() ? C2_OK : C2_CORRUPTED; in onInit()
465 return C2_CORRUPTED; in onFlush_sm()
474 return C2_CORRUPTED; in onFlush_sm()
590 work->result = C2_CORRUPTED; in process()
625 work->result = C2_CORRUPTED; in process()
802 work->result = C2_CORRUPTED; in outputBuffer()
822 work->result = C2_CORRUPTED; in outputBuffer()
839 work->result = C2_CORRUPTED; in outputBuffer()
896 work->result = C2_CORRUPTED; in outputBuffer()
921 work->result = C2_CORRUPTED; in outputBuffer()
[all …]

123