Home
last modified time | relevance | path

Searched refs:destroyVpxContext (Results 1 – 4 of 4) sorted by relevance

/hardware/google/aemu/host-common/include/host-common/
DMediaVpxDecoderPlugin.h35 virtual void destroyVpxContext(void* ptr) = 0;
DMediaVpxDecoderGeneric.h45 virtual void destroyVpxContext(void* ptr) override;
/hardware/google/aemu/host-common/
DMediaVpxDecoderGeneric.cpp111 destroyVpxContext(nullptr); in ~MediaVpxDecoderGeneric()
308 void MediaVpxDecoderGeneric::destroyVpxContext(void* ptr) { in destroyVpxContext() function in android::emulation::MediaVpxDecoderGeneric
DMediaVpxDecoder.cpp146 mydecoder->destroyVpxContext(ptr); in handlePing()