Home
last modified time | relevance | path

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

/aosp12/frameworks/av/include/private/media/
H A DVideoFrame.h47 mIccSize(iccSize), mReserved(0) { in VideoFrame()
52 if (mIccSize == iccSize && iccSize > 0 && iccData != NULL) { in init()
55 mIccSize = 0; in init()
61 return sizeof(VideoFrame) + mSize + mIccSize; in getFlattenedSize()
86 uint32_t mIccSize; // Number of bytes of ICC data variable
/aosp12/frameworks/av/media/libheif/
H A DHeifDecoderImpl.cpp49 if (videoFrame->mIccSize > 0) { in initFrameInfo()
52 videoFrame->getFlattenedIccData() + videoFrame->mIccSize); in initFrameInfo()
385 videoFrame->mIccSize); in reinit()
421 videoFrame->mIccSize); in reinit()