Searched refs:mFormatWithImageData (Results 1 – 2 of 2) sorted by relevance
91 if (mFormatWithImageData) { in handleImageData()93 buffer->setFormat(mFormatWithImageData); in handleImageData()103 mFormatWithImageData = dupFormat(); in handleImageData()105 mFormatWithImageData->setBuffer("image-data", imageDataCandidate); in handleImageData()109 mFormatWithImageData->setInt32(KEY_STRIDE, stride); in handleImageData()110 mFormatWithImageData->setInt32(KEY_WIDTH, img->mWidth); in handleImageData()111 mFormatWithImageData->setInt32(KEY_HEIGHT, img->mHeight); in handleImageData()118 mFormatWithImageData->setInt32(KEY_SLICE_HEIGHT, vstride); in handleImageData()126 buffer->setFormat(mFormatWithImageData); in handleImageData()
105 sp<AMessage> mFormatWithImageData; variable