Searched refs:srcFormat (Results 1 – 3 of 3) sorted by relevance
92 bool ConvertFormat(PixelFormat& destFormat, uint32_t srcFormat) const;
61 bool BufferManager::ConvertFormat(PixelFormat& destFormat, uint32_t srcFormat) const in ConvertFormat()63 switch (srcFormat) { in ConvertFormat()
936 static string MakeKey(uint32_t srcFormat, uint32_t dstFormat) in MakeKey() argument938 return to_string(srcFormat) + ("_") + to_string(dstFormat); in MakeKey()1070 uint32_t srcFormat = static_cast<uint32_t>(srcInfo.pixelFormat); in Create() local1072 ProcFuncType funcPtr = GetProcFuncType(srcFormat, dstFormat); in Create()1074 …IMAGE_LOGE("not found convert function. pixelFormat %{public}u -> %{public}u", srcFormat, dstForma… in Create()