/frameworks/av/media/codec2/components/opus/ |
D | C2SoftOpusDec.cpp | 231 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()
|
D | C2SoftOpusEnc.cpp | 176 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/ |
D | C2SoftVorbisDec.cpp | 135 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/ |
D | C2SoftMpeg4Dec.cpp | 241 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 …]
|
D | C2SoftMpeg4Enc.cpp | 391 } 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/ |
D | C2SoftAvcEnc.cpp | 701 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 …]
|
D | C2SoftAvcDec.cpp | 361 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/ |
D | C2SoftAmrNbEnc.cpp | 115 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()
|
D | C2SoftAmrDec.cpp | 283 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/ |
D | C2SoftMpeg2Dec.cpp | 342 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/ |
D | C2SoftHevcDec.cpp | 350 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/ |
D | CodecServiceRegistrant.cpp | 56 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/ |
D | C2SoftFlacEnc.cpp | 149 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()
|
D | C2SoftFlacDec.cpp | 198 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/ |
D | C2AllocatorGralloc.cpp | 396 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/ |
D | C2SoftAomDec.cpp | 273 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/ |
D | C2SoftMp3Dec.cpp | 378 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/ |
D | GraphicsTracker.cpp | 43 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()
|
D | client.cpp | 116 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/ |
D | C2SoftAacDec.cpp | 303 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/ |
D | C2ErrnoUtils.h | 44 return result == 0 ? C2_OK : C2_CORRUPTED;
|
/frameworks/av/media/codec2/components/vpx/ |
D | C2SoftVpxDec.cpp | 381 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/ |
D | Configurable.cpp | 91 return ScopedAStatus::fromServiceSpecificError(C2_CORRUPTED); in config() 178 c2res = C2_CORRUPTED; in querySupportedValues()
|
/frameworks/av/media/codec2/hal/hidl/1.0/utils/ |
D | InputSurfaceConnection.cpp | 350 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/ |
D | C2SoftGav1Dec.cpp | 438 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 …]
|