Searched refs:destFormat (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/cmds/stagefright/
H A Dmediafilter.cpp191 sp<AMessage> srcFormat, destFormat; local
193 filterState->mCodec->getInputFormat(&destFormat);
203 CHECK(destFormat->findInt32("stride", &destStride)
204 && destFormat->findInt32("slice-height", &destSliceHeight)
205 && destFormat->findInt32("width", &destWidth)
206 && destFormat->findInt32("height", & destHeight)
207 && destFormat->findInt32("color-format", &destColorFormat));

Completed in 20 milliseconds