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

  /bootable/recovery/tools/image_generator/
ImageGenerator.java 584 Graphics2D graphic = resizedImage.createGraphics(); local
585 graphic.drawImage(mBufferedImage, 0, 0, null);
586 graphic.dispose();
  /frameworks/av/media/codec2/hidl/1.0/utils/
types.cpp 1174 std::shared_ptr<C2GraphicBlock> graphic; member in struct:android::hardware::media::c2::V1_0::utils::__anon50726::C2BaseBlock
    [all...]
  /frameworks/av/media/codec2/sfplugin/
CCodecBufferChannel.cpp 651 ALOGD("[%s] expected 1 graphic block, but got %zu", mName, blocks.size());
827 bool graphic = (iStreamFormat.value == C2BufferData::GRAPHIC); local
833 pools->inputAllocatorId = (graphic) ? C2PlatformAllocatorStore::GRALLOC
874 graphic ? C2BlockPool::BASIC_GRAPHIC : C2BlockPool::BASIC_LINEAR;
960 bool graphic = (oStreamFormat.value == C2BufferData::GRAPHIC); local
    [all...]

Completed in 113 milliseconds