Home
last modified time | relevance | path

Searched defs:imgBase (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/av/media/codec2/sfplugin/utils/
H A DCodec2BufferUtils.cpp72 static status_t _ImageCopy(View &view, const MediaImage2 *img, ImagePixel *imgBase) { in _ImageCopy()
126 status_t ImageCopy(uint8_t *imgBase, const MediaImage2 *img, const C2GraphicView &view) { in ImageCopy()
211 status_t ImageCopy(C2GraphicView &view, const uint8_t *imgBase, const MediaImage2 *img) { in ImageCopy()
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DKeyHelpers.cpp2039 auto imgBase = as_IB(imgShader->image()); in add_to_key() local