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

  /frameworks/av/media/img_utils/src/
DngUtils.cpp 28 OpcodeListBuilder::OpcodeListBuilder() : mCount(0), mOpList(), mEndianOut(&mOpList, BIG) {
41 return mOpList.getSize() + sizeof(mCount);
51 memcpy(buf + sizeof(count), mOpList.getArray(), mOpList.getSize());
  /frameworks/av/media/img_utils/include/img_utils/
DngUtils.h 195 ByteArrayOutput mOpList;

Completed in 84 milliseconds