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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_image.c 180 u8 *imageBlock;
219 imageBlock = lum + y*picWidth + x;
222 ASSERT(!((u32)imageBlock&0x3));
228 i32 *out32 = (i32*)imageBlock;
254 imageBlock[0] = (u8)tmp1;
258 imageBlock[1] = (u8)tmp3;
262 imageBlock[2] = (u8)tmp1;
265 imageBlock[3] = (u8)tmp3;
266 imageBlock += picWidth;
284 imageBlock = cb
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java 720 // mCache maps from row number to the ImageBlock.
721 private final HashMap<Integer, ImageBlock> mCache;
733 private final int mBlockWidth; // The width of an ImageBlock.
738 private final int mBlockHeight; // The height of an ImageBlock.
761 mCache = new HashMap<Integer, ImageBlock>();
796 ImageBlock blk = mCache.get(row);
836 ImageBlock blk = mCache.get(row);
848 private ImageBlock getEmptyBlock() {
851 return new ImageBlock();
882 ImageBlock blk = mCache.get(row)
    [all...]

Completed in 466 milliseconds