Lines Matching defs:graphic
651 ALOGD("[%s] expected 1 graphic block, but got %zu", mName, blocks.size());
827 bool graphic = (iStreamFormat.value == C2BufferData::GRAPHIC);
833 pools->inputAllocatorId = (graphic) ? C2PlatformAllocatorStore::GRALLOC
874 graphic ? C2BlockPool::BASIC_GRAPHIC : C2BlockPool::BASIC_LINEAR;
894 if (graphic) {
960 bool graphic = (oStreamFormat.value == C2BufferData::GRAPHIC);
967 pools->outputAllocatorId = (graphic) ? C2PlatformAllocatorStore::GRALLOC
1044 graphic ? C2BlockPool::BASIC_GRAPHIC : C2BlockPool::BASIC_LINEAR;
1062 if (graphic) {