Home
last modified time | relevance | path

Searched refs:mOpList (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/img_utils/src/
DDngUtils.cpp28 OpcodeListBuilder::OpcodeListBuilder() : mCount(0), mOpList(), mEndianOut(&mOpList, BIG) { in OpcodeListBuilder()
41 return mOpList.getSize() + sizeof(mCount); in getSize()
51 memcpy(buf + sizeof(count), mOpList.getArray(), mOpList.getSize()); in buildOpList()
/frameworks/av/media/img_utils/include/img_utils/
DDngUtils.h195 ByteArrayOutput mOpList; variable