Searched refs:tmpFFmpegInfo (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | pixel_convert.cpp | 1193 FFMPEG_CONVERT_INFO tmpFFmpegInfo = {PixelFormatToAVPixelFormat(PixelFormat::RGBA_F16), in P010ConvertRGBA1010102() local 1195 …int tmpPixelsLen = av_image_get_buffer_size(tmpFFmpegInfo.format, tmpFFmpegInfo.width, tmpFFmpegIn… in P010ConvertRGBA1010102() 1196 tmpFFmpegInfo.alignSize); in P010ConvertRGBA1010102() 1207 if (!FFMpegConvert(srcPixels, srcFFmpegInfo, tmpPixels, tmpFFmpegInfo)) { in P010ConvertRGBA1010102() 1275 FFMPEG_CONVERT_INFO tmpFFmpegInfo = {PixelFormatToAVPixelFormat(PixelFormat::RGB_888), in YUVConvertRGB() local 1277 …int tmpPixelsLen = av_image_get_buffer_size(tmpFFmpegInfo.format, tmpFFmpegInfo.width, tmpFFmpegIn… in YUVConvertRGB() 1278 tmpFFmpegInfo.alignSize); in YUVConvertRGB() 1289 …if (!FFMpegConvert(srcPixels, srcFFmpegInfo, reinterpret_cast<void *>(tmpPixels), tmpFFmpegInfo)) { in YUVConvertRGB()
|