Home
last modified time | relevance | path

Searched refs:tmpPixelsLen (Results 1 - 1 of 1) sorted by relevance

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpixel_convert.cpp1196 int tmpPixelsLen = av_image_get_buffer_size(tmpFFmpegInfo.format, tmpFFmpegInfo.width, tmpFFmpegInfo.height, in P010ConvertRGBA1010102() local
1198 if (tmpPixelsLen <= 0) { in P010ConvertRGBA1010102()
1202 uint8_t* tmpPixels = new(std::nothrow) uint8_t[tmpPixelsLen]; in P010ConvertRGBA1010102()
1207 memset_s(tmpPixels, tmpPixelsLen, 0, tmpPixelsLen); in P010ConvertRGBA1010102()
1235 int tmpPixelsLen = PixelMap::GetRGBxByteCount(tmpInfo); in ConvertRGBA1010102ToYUV() local
1236 if (tmpPixelsLen <= 0) { in ConvertRGBA1010102ToYUV()
1240 uint8_t* tmpPixels = new(std::nothrow) uint8_t[tmpPixelsLen]; in ConvertRGBA1010102ToYUV()
1245 memset_s(tmpPixels, tmpPixelsLen, 0, tmpPixelsLen); in ConvertRGBA1010102ToYUV()
1278 int tmpPixelsLen = av_image_get_buffer_size(tmpFFmpegInfo.format, tmpFFmpegInfo.width, tmpFFmpegInfo.height, YUVConvertRGB() local
1392 int tmpPixelsLen = PixelMap::GetRGBxByteCount(tmpInfo); RGBConvertYUV() local
[all...]

Completed in 4 milliseconds