Searched refs:u8ContentType (Results 1 – 1 of 1) sorted by relevance
523 int8_t u8ContentType = 0; in EncodeMmsBodyPartContentType() local524 u8ContentType = GetContentTypeFromString(contentType_); in EncodeMmsBodyPartContentType()525 if (u8ContentType < 0) { in EncodeMmsBodyPartContentType()531 if (!tmpEncodeBuffer.WriteByte(static_cast<uint8_t>(u8ContentType) | 0x80)) { in EncodeMmsBodyPartContentType()