HomeSort by relevance Sort by last modified time
    Searched defs:destFormat (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/src/Main/
FrameBuffer.hpp 30 Format destFormat;
  /external/swiftshader/src/Renderer/
Blitter.hpp 67 Format destFormat;
  /frameworks/av/cmds/stagefright/
mediafilter.cpp 191 sp<AMessage> srcFormat, destFormat;
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 3889 milliseconds