Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/pipeline/skia/
DVkFunctorDrawable.cpp45 , mImageInfo(image_info) {} in VkFunctorDrawHandler()
68 .width = mImageInfo.width(), in draw()
69 .height = mImageInfo.height(), in draw()
70 .color_space_ptr = mImageInfo.colorSpace(), in draw()
DVkFunctorDrawable.h45 const SkImageInfo mImageInfo; variable
/frameworks/av/media/libheif/
DHeifDecoderImpl.cpp386 initFrameInfo(&mImageInfo, videoFrame); in reinit()
394 defaultInfo = &mImageInfo; in reinit()
503 if (bottom > mImageInfo.mHeight) { in decodeAsync()
504 bottom = mImageInfo.mHeight; in decodeAsync()
507 -1, mOutputColor, 0, top, mImageInfo.mWidth, bottom); in decodeAsync()
542 mImageInfo.mWidth >= 3000 && in decode()
543 mImageInfo.mHeight >= 2000 ) { in decode()
545 mNumSlices = (mImageInfo.mHeight + mSliceHeight - 1) / mSliceHeight; in decode()
552 -1, mOutputColor, 0, 0, mImageInfo.mWidth, mSliceHeight); in decode()
DHeifDecoderImpl.h63 HeifFrameInfo mImageInfo; variable