Searched refs:thumbnailLen (Results 1 – 1 of 1) sorted by relevance
252 int32_t thumbnailLen = 0; in Decode() local253 msg->GetDecodeAppInfo(thumbnailStr, &thumbnail, thumbnailLen); in Decode()260 idx, thumbnailLen, msg->mThumbnailSize_); in Decode()261 if (msg->mThumbnailSize_ < thumbnailLen + (idx - 1) * MSG_MAX_SIZE) { in Decode()267 …msg->mImageInfo_.SetThumbnailData(thumbnail, thumbnailLen, (idx - 1) * MSG_MAX_SIZE, thumbnailLen); in Decode()