/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 | 162 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/ |
D | C2SoftVorbisDec.cpp | 135 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/ |
D | C2AllocatorGralloc.cpp | 102 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 …]
|
/frameworks/av/media/codec2/components/avc/ |
D | C2SoftAvcEnc.cpp | 533 return C2_CORRUPTED; in setDimensions() 556 return C2_CORRUPTED; in setNumCores() 582 return C2_CORRUPTED; in setFrameRate() 609 return C2_CORRUPTED; in setIpeParams() 633 return C2_CORRUPTED; in setBitRate() 657 return C2_CORRUPTED; in setFrameType() 691 return C2_CORRUPTED; in setQp() 716 return C2_CORRUPTED; in setEncMode() 741 return C2_CORRUPTED; in setVbvParams() 768 return C2_CORRUPTED; in setAirParams() [all …]
|
D | C2SoftAvcDec.cpp | 354 return err == OK ? C2_OK : C2_CORRUPTED; in onInit() 358 if (OK != resetDecoder()) return C2_CORRUPTED; in onStop() 379 if (OK != setFlushMode()) return C2_CORRUPTED; in onFlush_sm() 767 return C2_CORRUPTED; in ensureDecoderState() 831 work->result = C2_CORRUPTED; in process() 848 work->result = C2_CORRUPTED; in process() 871 work->result = C2_CORRUPTED; in process() 877 work->result = C2_CORRUPTED; in process() 893 work->result = C2_CORRUPTED; in process() 911 work->result = C2_CORRUPTED; in process() [all …]
|
/frameworks/av/media/codec2/components/mpeg4_h263/ |
D | C2SoftMpeg4Dec.cpp | 262 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 …]
|
D | C2SoftMpeg4Enc.cpp | 308 } 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() 577 work->result = C2_CORRUPTED; in process()
|
/frameworks/av/media/codec2/components/hevc/ |
D | C2SoftHevcDec.cpp | 346 return err == OK ? C2_OK : C2_CORRUPTED; in onInit() 350 if (OK != resetDecoder()) return C2_CORRUPTED; in onStop() 371 if (OK != setFlushMode()) return C2_CORRUPTED; in onFlush_sm() 763 return C2_CORRUPTED; in ensureDecoderState() 829 work->result = C2_CORRUPTED; in process() 844 work->result = C2_CORRUPTED; in process() 865 work->result = C2_CORRUPTED; in process() 872 work->result = C2_CORRUPTED; in process() 888 work->result = C2_CORRUPTED; in process() 906 work->result = C2_CORRUPTED; in process() [all …]
|
/frameworks/av/media/codec2/components/flac/ |
D | C2SoftFlacEnc.cpp | 132 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()
|
D | C2SoftFlacDec.cpp | 198 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/ |
D | C2SoftMpeg2Dec.cpp | 331 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() 837 return C2_CORRUPTED; in ensureDecoderState() 888 work->result = C2_CORRUPTED; in process() 903 work->result = C2_CORRUPTED; in process() 909 work->result = C2_CORRUPTED; in process() 919 work->result = C2_CORRUPTED; in process() 954 work->result = C2_CORRUPTED; in process() 962 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() 348 work->result = C2_CORRUPTED; in process()
|
/frameworks/av/media/codec2/components/gav1/ |
D | C2SoftGav1Dec.cpp | 267 return initDecoder() ? C2_OK : C2_CORRUPTED; in onInit() 296 return C2_CORRUPTED; in onFlush_sm() 305 return C2_CORRUPTED; in onFlush_sm() 408 work->result = C2_CORRUPTED; in process() 444 work->result = C2_CORRUPTED; in process() 456 work->result = C2_CORRUPTED; in process() 638 work->result = C2_CORRUPTED; in outputBuffer() 675 work->result = C2_CORRUPTED; in outputBuffer() 730 return C2_CORRUPTED; in drainInternal()
|
/frameworks/av/media/codec2/components/vpx/ |
D | C2SoftVpxEnc.cpp | 80 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()
|
D | C2SoftVpxDec.cpp | 353 return err == OK ? C2_OK : C2_CORRUPTED; in onInit() 384 return C2_CORRUPTED; in onFlush_sm() 569 work->result = C2_CORRUPTED; in process() 604 work->result = C2_CORRUPTED; in process() 781 work->result = C2_CORRUPTED; in outputBuffer() 790 work->result = C2_CORRUPTED; in outputBuffer() 817 work->result = C2_CORRUPTED; in outputBuffer()
|
/frameworks/av/media/codec2/components/mp3/ |
D | C2SoftMp3Dec.cpp | 370 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/ |
D | C2SoftAacDec.cpp | 241 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/ |
D | C2SoftAomDec.cpp | 272 return err == OK ? C2_OK : C2_CORRUPTED; in onInit() 298 return C2_CORRUPTED; in onFlush_sm() 443 work->result = C2_CORRUPTED; in process() 480 work->result = C2_CORRUPTED; in process() 489 work->result = C2_CORRUPTED; in process() 654 work->result = C2_CORRUPTED; in outputBuffer() 689 work->result = C2_CORRUPTED; in outputBuffer() 750 return C2_CORRUPTED; in drainInternal()
|
/frameworks/av/media/codec2/hidl/1.0/utils/ |
D | InputSurfaceConnection.cpp | 348 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/vndk/include/ |
D | C2ErrnoUtils.h | 44 return result == 0 ? C2_OK : C2_CORRUPTED;
|
/frameworks/av/media/codec2/hidl/client/ |
D | client.cpp | 76 constexpr c2_status_t C2_TRANSACTION_FAILED = C2_CORRUPTED; 238 status = C2_CORRUPTED; in query() 257 status = C2_CORRUPTED; in query() 330 status = C2_CORRUPTED; in config() 401 status = C2_CORRUPTED; in querySupportedValues() 408 status = C2_CORRUPTED; in querySupportedValues() 580 return C2_CORRUPTED; in createComponent() 1142 status = C2_CORRUPTED; in flush() 1387 return C2_CORRUPTED; in setDeathListener()
|
/frameworks/av/media/codec2/components/xaac/ |
D | C2SoftXaacDec.cpp | 269 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/ |
D | C2SoftG711Dec.cpp | 155 work->result = C2_CORRUPTED; in process() 189 work->result = C2_CORRUPTED; in process()
|