Home
last modified time | relevance | path

Searched refs:destroyDecoder (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp68 destroyDecoder(); in ~SoftVPX()
116 status_t SoftVPX::destroyDecoder() { in destroyDecoder() function in android::SoftVPX
350 destroyDecoder(); in onReset()
H A DSoftVPX.h75 status_t destroyDecoder();
/aosp12/frameworks/av/media/codec2/components/gav1/
H A DC2SoftGav1Dec.h63 void destroyDecoder();
H A DC2SoftGav1Dec.cpp288 destroyDecoder(); in onReset()
295 void C2SoftGav1Dec::onRelease() { destroyDecoder(); } in onRelease()
355 void C2SoftGav1Dec::destroyDecoder() { mCodecCtx = nullptr; } in destroyDecoder() function in android::C2SoftGav1Dec
/aosp12/frameworks/av/media/codec2/components/vpx/
H A DC2SoftVpxDec.h85 status_t destroyDecoder();
H A DC2SoftVpxDec.cpp370 destroyDecoder(); in onReset()
376 destroyDecoder(); in onRelease()
464 status_t C2SoftVpxDec::destroyDecoder() { in destroyDecoder() function in android::C2SoftVpxDec
/aosp12/frameworks/av/media/codec2/components/aom/
H A DC2SoftAomDec.h67 status_t destroyDecoder();
H A DC2SoftAomDec.cpp288 destroyDecoder(); in onReset()
294 destroyDecoder(); in onRelease()
356 status_t C2SoftAomDec::destroyDecoder() { in destroyDecoder() function in android::C2SoftAomDec