Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/include/host-common/
DMediaVpxVideoHelper.h64 vpx_codec_iter_t mIter = nullptr; variable
/hardware/google/aemu/host-common/
DMediaVpxVideoHelper.cpp159 mIter = NULL; in fetchAllFrames()
161 mImg = vpx_codec_get_frame(mCtx.get(), &mIter); in fetchAllFrames()