Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/
DC2GoldfishAvcDec.cpp982 mH264Helper.reset(new GoldfishH264Helper(mWidth, mHeight)); in process()
983 whChanged = mH264Helper->decodeHeader(mInPBuffer, mInPBufferSize); in process()
985 DDD("w changed from old %d to new %d\n", mWidth, mH264Helper->getWidth()); in process()
986 DDD("h changed from old %d to new %d\n", mHeight, mH264Helper->getHeight()); in process()
994 mWidth = mH264Helper->getWidth(); in process()
995 mHeight = mH264Helper->getHeight(); in process()
DC2GoldfishAvcDec.h160 std::unique_ptr<GoldfishH264Helper> mH264Helper; variable