Searched refs:SIZE_OF_POINT (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/img_utils/src/
H A DDngUtils.cpp400 const uint32_t SIZE_OF_POINT = 2; local
403 uint32_t totalSize = (NUM_NON_VARLEN_FIELDS + badPointCount * SIZE_OF_POINT +
418 err = mEndianOut.write(badPointRowColPairs, 0, SIZE_OF_POINT * badPointCount);

Completed in 59 milliseconds