/hardware/google/av/media/codecs/vorbis/ |
D | C2SoftVorbisDec.cpp | 142 return (initDecoder() == OK ? C2_OK : C2_CORRUPTED); in onStop() 277 work->result = C2_CORRUPTED; in process() 292 work->result = C2_CORRUPTED; in process() 314 work->result = C2_CORRUPTED; in process() 323 work->result = C2_CORRUPTED; in process() 329 work->result = C2_CORRUPTED; in process() 335 work->result = C2_CORRUPTED; in process() 351 work->result = C2_CORRUPTED; in process() 359 work->result = C2_CORRUPTED; in process() 410 work->result = C2_CORRUPTED; in process()
|
/hardware/google/av/media/codecs/mpeg4_h263/ |
D | C2SoftMpeg4Dec.cpp | 258 return err == OK ? C2_OK : C2_CORRUPTED; in onInit() 310 return C2_CORRUPTED; in onFlush_sm() 389 return C2_CORRUPTED; in ensureDecoderState() 454 work->result = C2_CORRUPTED; in handleResChange() 518 work->result = C2_CORRUPTED; in process() 558 work->result = C2_CORRUPTED; in process() 566 work->result = C2_CORRUPTED; in process() 582 work->result = C2_CORRUPTED; in process() 603 work->result = C2_CORRUPTED; in process() 632 work->result = C2_CORRUPTED; in process() [all …]
|
D | C2SoftMpeg4Enc.cpp | 318 } else return C2_CORRUPTED; in initEncParams() 321 } else return C2_CORRUPTED; in initEncParams() 325 return C2_CORRUPTED; in initEncParams() 390 return C2_CORRUPTED; in initEncoder() 415 work->result = C2_CORRUPTED; in process() 442 work->result = C2_CORRUPTED; in process() 585 work->result = C2_CORRUPTED; in process()
|
/hardware/google/av/media/codecs/avc/ |
D | C2SoftAvcEnc.cpp | 463 return C2_CORRUPTED; in setDimensions() 486 return C2_CORRUPTED; in setNumCores() 512 return C2_CORRUPTED; in setFrameRate() 539 return C2_CORRUPTED; in setIpeParams() 563 return C2_CORRUPTED; in setBitRate() 587 return C2_CORRUPTED; in setFrameType() 621 return C2_CORRUPTED; in setQp() 646 return C2_CORRUPTED; in setEncMode() 671 return C2_CORRUPTED; in setVbvParams() 698 return C2_CORRUPTED; in setAirParams() [all …]
|
D | C2SoftAvcDec.cpp | 343 return err == OK ? C2_OK : C2_CORRUPTED; in onInit() 347 if (OK != resetDecoder()) return C2_CORRUPTED; in onStop() 368 if (OK != setFlushMode()) return C2_CORRUPTED; in onFlush_sm() 706 return C2_CORRUPTED; in ensureDecoderState() 710 if (OK != setParams(mStride, IVD_DECODE_FRAME)) return C2_CORRUPTED; in ensureDecoderState() 773 work->result = C2_CORRUPTED; in process() 790 work->result = C2_CORRUPTED; in process() 813 work->result = C2_CORRUPTED; in process() 819 work->result = C2_CORRUPTED; in process() 852 work->result = C2_CORRUPTED; in process() [all …]
|
/hardware/google/av/media/codecs/opus/ |
D | C2SoftOpusDec.cpp | 323 work->result = C2_CORRUPTED; in process() 344 work->result = C2_CORRUPTED; in process() 368 work->result = C2_CORRUPTED; in process() 377 work->result = C2_CORRUPTED; in process() 384 work->result = C2_CORRUPTED; in process() 411 work->result = C2_CORRUPTED; in process() 450 work->result = C2_CORRUPTED; in process() 464 work->result = C2_CORRUPTED; in process()
|
/hardware/google/av/media/codecs/mpeg2/ |
D | C2SoftMpeg2Dec.cpp | 330 return err == OK ? C2_OK : C2_CORRUPTED; in onInit() 334 if (OK != resetDecoder()) return C2_CORRUPTED; in onStop() 359 if (OK != setFlushMode()) return C2_CORRUPTED; in onFlush_sm() 786 return C2_CORRUPTED; in ensureDecoderState() 790 if (OK != setParams(mStride)) return C2_CORRUPTED; in ensureDecoderState() 840 work->result = C2_CORRUPTED; in process() 855 work->result = C2_CORRUPTED; in process() 861 work->result = C2_CORRUPTED; in process() 871 work->result = C2_CORRUPTED; in process() 906 work->result = C2_CORRUPTED; in process() [all …]
|
/hardware/google/av/media/codecs/flac/ |
D | C2SoftFlacEnc.cpp | 109 if (!mFlacStreamEncoder) return C2_CORRUPTED; in onInit() 127 return err == OK ? C2_OK : C2_CORRUPTED; in onInit() 198 work->result = C2_CORRUPTED; in process() 244 work->result = C2_CORRUPTED; in process() 268 work->result = C2_CORRUPTED; in process() 277 work->result = C2_CORRUPTED; in process() 408 if (!ok) return C2_CORRUPTED; in drain()
|
D | C2SoftFlacDec.cpp | 191 work->result = C2_CORRUPTED; in process() 221 work->result = C2_CORRUPTED; in process() 255 work->result = C2_CORRUPTED; in process() 283 work->result = C2_CORRUPTED; in process() 293 work->result = C2_CORRUPTED; in process()
|
/hardware/google/av/media/codecs/hevc/ |
D | C2SoftHevcDec.cpp | 337 return err == OK ? C2_OK : C2_CORRUPTED; in onInit() 341 if (OK != resetDecoder()) return C2_CORRUPTED; in onStop() 362 if (OK != setFlushMode()) return C2_CORRUPTED; in onFlush_sm() 704 return C2_CORRUPTED; in ensureDecoderState() 708 if (OK != setParams(mStride, IVD_DECODE_FRAME)) return C2_CORRUPTED; in ensureDecoderState() 773 work->result = C2_CORRUPTED; in process() 788 work->result = C2_CORRUPTED; in process() 809 work->result = C2_CORRUPTED; in process() 815 work->result = C2_CORRUPTED; in process() 849 work->result = C2_CORRUPTED; in process() [all …]
|
/hardware/google/av/media/codecs/amr_nb_wb/ |
D | C2SoftAmrNbEnc.cpp | 122 return C2_CORRUPTED; in onInit() 162 return C2_CORRUPTED; in onStop() 210 work->result = C2_CORRUPTED; in process() 232 work->result = C2_CORRUPTED; in process() 263 work->result = C2_CORRUPTED; in process()
|
D | C2SoftAmrDec.cpp | 289 work->result = C2_CORRUPTED; in process() 295 work->result = C2_CORRUPTED; in process() 334 work->result = C2_CORRUPTED; in process() 354 work->result = C2_CORRUPTED; in process()
|
/hardware/google/av/media/codecs/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 | 283 return err == OK ? C2_OK : C2_CORRUPTED; in onInit() 314 return C2_CORRUPTED; in onFlush_sm() 472 work->result = C2_CORRUPTED; in process() 509 work->result = C2_CORRUPTED; in process() 578 work->result = C2_CORRUPTED; in outputBuffer() 602 work->result = C2_CORRUPTED; in outputBuffer()
|
/hardware/google/av/media/codecs/mp3/ |
D | C2SoftMp3Dec.cpp | 377 work->result = C2_CORRUPTED; in process() 425 work->result = C2_CORRUPTED; in process() 457 work->result = C2_CORRUPTED; in process() 464 work->result = C2_CORRUPTED; in process() 486 work->result = C2_CORRUPTED; in process()
|
/hardware/google/av/codec2/vndk/include/ |
D | C2ErrnoUtils.h | 44 return result == 0 ? C2_OK : C2_CORRUPTED;
|
/hardware/google/av/media/codecs/aac/ |
D | C2SoftAacDec.cpp | 254 return err == OK ? C2_OK : C2_CORRUPTED; in onInit() 498 return std::bind(fillEmptyWork, _1, C2_CORRUPTED); in drainRingBuffer() 572 work->result = C2_CORRUPTED; in process() 633 work->result = C2_CORRUPTED; in process() 691 work->result = C2_CORRUPTED; in process() 702 work->result = C2_CORRUPTED; in process() 713 work->result = C2_CORRUPTED; in process() 773 work->result = C2_CORRUPTED; in process()
|
D | C2SoftAacEnc.cpp | 166 return err == OK ? C2_OK : C2_CORRUPTED; in onInit() 305 work->result = C2_CORRUPTED; in process() 319 work->result = C2_CORRUPTED; in process()
|
/hardware/google/av/codec2/vndk/ |
D | C2PlatformStorePluginLoader.cpp | 77 c2_status_t res = C2_CORRUPTED; in createAllocator()
|
D | C2AllocatorGralloc.cpp | 91 return C2_CORRUPTED; in maperr2error() 381 return C2_CORRUPTED; in map() 641 mInit = C2_CORRUPTED; in Impl() 686 err = C2_CORRUPTED; in newGraphicAllocation()
|
/hardware/google/av/codec2/hidl/1.0/utils/ |
D | InputSurfaceConnection.cpp | 344 return C2_CORRUPTED; in compQuery() 359 return C2_CORRUPTED; in compQueue() 364 return C2_CORRUPTED; in compQueue()
|
/hardware/google/av/media/codecs/xaac/ |
D | C2SoftXaacDec.cpp | 277 return err == IA_NO_ERROR ? C2_OK : C2_CORRUPTED; in onInit() 429 work->result = C2_CORRUPTED; in process() 441 work->result = C2_CORRUPTED; in process() 506 work->result = C2_CORRUPTED; in process() 527 work->result = C2_CORRUPTED; in process() 551 work->result = C2_CORRUPTED; in process() 566 work->result = C2_CORRUPTED; in process() 587 work->result = C2_CORRUPTED; in process()
|
/hardware/google/av/media/codecs/g711/ |
D | C2SoftG711Dec.cpp | 161 work->result = C2_CORRUPTED; in process() 195 work->result = C2_CORRUPTED; in process()
|
/hardware/google/av/codec2/hidl/client/ |
D | client.cpp | 64 constexpr c2_status_t C2_TRANSACTION_FAILED = C2_CORRUPTED; 172 status = C2_CORRUPTED; in query() 312 status = C2_CORRUPTED; in querySupportedValues() 487 return C2_CORRUPTED; in createComponent() 539 return C2_CORRUPTED; in createInputSurface() 1307 return C2_CORRUPTED; in setDeathListener()
|
/hardware/google/av/codec2/vndk/util/ |
D | C2InterfaceHelper.cpp | 580 if (err != C2_CORRUPTED) { in addParameter() 686 case C2_CORRUPTED: paramCorrupted = true; break; in config() 718 return (paramCorrupted ? C2_CORRUPTED : in config() 833 query.status = C2_CORRUPTED; in querySupportedValues()
|