Home
last modified time | relevance | path

Searched refs:mNumFramesDecoded (Results 1 – 2 of 2) sorted by relevance

/hardware/google/aemu/host-common/include/host-common/
DMediaVpxDecoderGeneric.h70 int mNumFramesDecoded = 0; variable
/hardware/google/aemu/host-common/
DMediaVpxDecoderGeneric.cpp182 ++mNumFramesDecoded; in decodeFrame()
183 VPX_DPRINT("decoded %d frames", mNumFramesDecoded); in decodeFrame()