HomeSort by relevance Sort by last modified time
    Searched refs:gridCols (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/
StagefrightMetadataRetriever.cpp 276 int32_t gridRows = 1, gridCols = 1;
298 gridCols = width / gridWidth;
309 int32_t numTiles = gridRows * gridCols;
520 (crop_right - crop_left + 1) * gridCols,
538 dstLeft = tilesDecoded % gridCols * width;
539 dstTop = tilesDecoded / gridCols * height;
ItemTable.cpp     [all...]

Completed in 1286 milliseconds