Home
last modified time | relevance | path

Searched refs:C2_CORRUPTED (Results 1 – 25 of 43) 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()
/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/components/avc/
DC2SoftAvcEnc.cpp533 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 …]
DC2SoftAvcDec.cpp355 return err == OK ? C2_OK : C2_CORRUPTED; in onInit()
359 if (OK != resetDecoder()) return C2_CORRUPTED; in onStop()
380 if (OK != setFlushMode()) return C2_CORRUPTED; in onFlush_sm()
768 return C2_CORRUPTED; in ensureDecoderState()
832 work->result = C2_CORRUPTED; in process()
849 work->result = C2_CORRUPTED; in process()
872 work->result = C2_CORRUPTED; in process()
878 work->result = C2_CORRUPTED; in process()
894 work->result = C2_CORRUPTED; in process()
912 work->result = C2_CORRUPTED; in process()
[all …]
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Dec.cpp259 return err == OK ? C2_OK : C2_CORRUPTED; in onInit()
311 return C2_CORRUPTED; in onFlush_sm()
390 return C2_CORRUPTED; in ensureDecoderState()
455 work->result = C2_CORRUPTED; in handleResChange()
521 work->result = C2_CORRUPTED; in process()
561 work->result = C2_CORRUPTED; in process()
569 work->result = C2_CORRUPTED; in process()
585 work->result = C2_CORRUPTED; in process()
606 work->result = C2_CORRUPTED; in process()
635 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()
577 work->result = C2_CORRUPTED; in process()
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.cpp346 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/services/mediacodec/registrant/
DCodecServiceRegistrant.cpp43 constexpr c2_status_t C2_TRANSACTION_FAILED = C2_CORRUPTED;
108 status = C2_CORRUPTED; in config_sm()
178 status = C2_CORRUPTED; in query_sm()
197 status = C2_CORRUPTED; in query_sm()
295 status = C2_CORRUPTED; in querySupportedValues_sm()
302 status = C2_CORRUPTED; in querySupportedValues_sm()
/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/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.cpp338 return err == OK ? C2_OK : C2_CORRUPTED; in onInit()
342 if (OK != resetDecoder()) return C2_CORRUPTED; in onStop()
367 if (OK != setFlushMode()) return C2_CORRUPTED; in onFlush_sm()
844 return C2_CORRUPTED; in ensureDecoderState()
895 work->result = C2_CORRUPTED; in process()
910 work->result = C2_CORRUPTED; in process()
916 work->result = C2_CORRUPTED; in process()
926 work->result = C2_CORRUPTED; in process()
961 work->result = C2_CORRUPTED; in process()
969 work->result = C2_CORRUPTED; in process()
[all …]
/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.cpp267 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/vndk/
DC2AllocatorGralloc.cpp364 return C2_CORRUPTED; in map()
368 return C2_CORRUPTED; in map()
395 return C2_CORRUPTED; in map()
473 return C2_CORRUPTED; in map()
533 return C2_CORRUPTED; in map()
553 return C2_CORRUPTED; in map()
632 return C2_CORRUPTED; in unmap()
707 return C2_CORRUPTED; in newGraphicAllocation()
DC2AllocatorBlob.cpp118 return C2_CORRUPTED; in newLinearAllocation()
143 return C2_CORRUPTED; in priorLinearAllocation()
DC2PlatformStorePluginLoader.cpp83 c2_status_t res = C2_CORRUPTED; in createAllocator()
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxEnc.cpp81 return err == OK ? C2_OK : C2_CORRUPTED; in onInit()
433 work->result = C2_CORRUPTED; in process()
445 work->result = C2_CORRUPTED; in process()
576 work->result = C2_CORRUPTED; in process()
603 work->result = C2_CORRUPTED; in process()
624 work->result = C2_CORRUPTED; in process()
DC2SoftVpxDec.cpp354 return err == OK ? C2_OK : C2_CORRUPTED; in onInit()
385 return C2_CORRUPTED; in onFlush_sm()
570 work->result = C2_CORRUPTED; in process()
605 work->result = C2_CORRUPTED; in process()
782 work->result = C2_CORRUPTED; in outputBuffer()
791 work->result = C2_CORRUPTED; in outputBuffer()
818 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/aom/
DC2SoftAomDec.cpp274 return err == OK ? C2_OK : C2_CORRUPTED; in onInit()
300 return C2_CORRUPTED; in onFlush_sm()
445 work->result = C2_CORRUPTED; in process()
482 work->result = C2_CORRUPTED; in process()
491 work->result = C2_CORRUPTED; in process()
656 work->result = C2_CORRUPTED; in outputBuffer()
691 work->result = C2_CORRUPTED; in outputBuffer()
752 return C2_CORRUPTED; in drainInternal()
/frameworks/av/media/codec2/components/aac/
DC2SoftAacDec.cpp275 return err == OK ? C2_OK : C2_CORRUPTED; in onInit()
525 return std::bind(fillEmptyWork, _1, C2_CORRUPTED); in drainRingBuffer()
599 work->result = C2_CORRUPTED; in process()
660 work->result = C2_CORRUPTED; in process()
761 work->result = C2_CORRUPTED; in process()
772 work->result = C2_CORRUPTED; in process()
783 work->result = C2_CORRUPTED; in process()
842 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/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/components/xaac/
DC2SoftXaacDec.cpp270 return err == IA_NO_ERROR ? C2_OK : C2_CORRUPTED; in onInit()
422 work->result = C2_CORRUPTED; in process()
434 work->result = C2_CORRUPTED; in process()
499 work->result = C2_CORRUPTED; in process()
520 work->result = C2_CORRUPTED; in process()
544 work->result = C2_CORRUPTED; in process()
559 work->result = C2_CORRUPTED; in process()
580 work->result = C2_CORRUPTED; in process()

12