Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodecBuffers.cpp80 if (mFormatWithImageData) { in handleImageData()
82 buffer->setFormat(mFormatWithImageData); in handleImageData()
92 mFormatWithImageData = dupFormat(); in handleImageData()
94 mFormatWithImageData->setBuffer("image-data", imageDataCandidate); in handleImageData()
98 mFormatWithImageData->setInt32(KEY_STRIDE, stride); in handleImageData()
99 mFormatWithImageData->setInt32(KEY_WIDTH, img->mWidth); in handleImageData()
100 mFormatWithImageData->setInt32(KEY_HEIGHT, img->mHeight); in handleImageData()
107 mFormatWithImageData->setInt32(KEY_SLICE_HEIGHT, vstride); in handleImageData()
115 buffer->setFormat(mFormatWithImageData); in handleImageData()
H A DCCodecBuffers.h90 sp<AMessage> mFormatWithImageData; variable