Home
last modified time | relevance | path

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

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpixel_convert.cpp1194 FFMPEG_CONVERT_INFO tmpFFmpegInfo = {PixelFormatToAVPixelFormat(PixelFormat::RGBA_F16), in P010ConvertRGBA1010102() local
1196 int tmpPixelsLen = av_image_get_buffer_size(tmpFFmpegInfo.format, tmpFFmpegInfo.width, tmpFFmpegInfo.height, in P010ConvertRGBA1010102()
1197 tmpFFmpegInfo.alignSize); in P010ConvertRGBA1010102()
1208 if (!FFMpegConvert(srcPixels, srcFFmpegInfo, tmpPixels, tmpFFmpegInfo)) { in P010ConvertRGBA1010102()
1276 FFMPEG_CONVERT_INFO tmpFFmpegInfo = {PixelFormatToAVPixelFormat(PixelFormat::RGB_888), in YUVConvertRGB() local
1278 int tmpPixelsLen = av_image_get_buffer_size(tmpFFmpegInfo.format, tmpFFmpegInfo.width, tmpFFmpegInfo in YUVConvertRGB()
[all...]

Completed in 4 milliseconds