Searched refs:mFormatWithImageData (Results 1 – 2 of 2) sorted by relevance
80 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()
90 sp<AMessage> mFormatWithImageData; variable