Home
last modified time | relevance | path

Searched refs:mImageInfo (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/pipeline/skia/
DVkFunctorDrawable.cpp49 , mImageInfo(image_info) {} in VkFunctorDrawHandler()
72 .width = mImageInfo.width(), in draw()
73 .height = mImageInfo.height(), in draw()
74 .color_space_ptr = mImageInfo.colorSpace(), in draw()
80 .currentHdrSdrRatio = getTargetHdrSdrRatio(mImageInfo.colorSpace()), in draw()
DVkFunctorDrawable.h45 const SkImageInfo mImageInfo; variable
/frameworks/av/media/libheif/
DHeifDecoderImpl.cpp396 initFrameInfo(&mImageInfo, videoFrame); in reinit()
404 defaultInfo = &mImageInfo; in reinit()
537 if (bottom > mImageInfo.mHeight) { in decodeAsync()
538 bottom = mImageInfo.mHeight; in decodeAsync()
542 -1, mOutputColor, 0, top, mImageInfo.mWidth, bottom); in decodeAsync()
591 mImageInfo.mWidth >= 3000 && in decode()
592 mImageInfo.mHeight >= 2000 ) { in decode()
594 mNumSlices = (mImageInfo.mHeight + mSliceHeight - 1) / mSliceHeight; in decode()
601 -1, mOutputColor, 0, 0, mImageInfo.mWidth, mSliceHeight); in decode()
787 HeifFrameInfo* info = &mImageInfo; in getColorDepth()
[all …]
DHeifDecoderImpl.h65 HeifFrameInfo mImageInfo; variable