Searched defs:oldWidth (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/libstagefright/codecs/avc/dec/
H A DAVCDecoder.cpp424 int32_t oldWidth, oldHeight; local
425 CHECK(mFormat->findInt32(kKeyWidth, &oldWidth));
428 if (oldWidth != aligned_width || oldHeight != aligned_height) {

Completed in 48 milliseconds