Searched refs:mImageInfo (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/hwui/pipeline/skia/ |
D | VkFunctorDrawable.cpp | 49 , 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()
|
D | VkFunctorDrawable.h | 45 const SkImageInfo mImageInfo; variable
|
/frameworks/av/media/libheif/ |
D | HeifDecoderImpl.cpp | 396 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 …]
|
D | HeifDecoderImpl.h | 65 HeifFrameInfo mImageInfo; variable
|