Home
last modified time | relevance | path

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

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpixel_convert.cpp1081 static AVPixelFormat PixelFormatToAVPixelFormat(const PixelFormat &pixelFormat) in PixelFormatToAVPixelFormat() function
1163 FFMPEG_CONVERT_INFO srcFFmpegInfo = {PixelFormatToAVPixelFormat(srcpixelmap), in ConvertForFFMPEG()
1165 FFMPEG_CONVERT_INFO dstFFmpegInfo = {PixelFormatToAVPixelFormat(dstpixelmap), in ConvertForFFMPEG()
1178 FFMPEG_CONVERT_INFO srcFFMpegInfo = {PixelFormatToAVPixelFormat(srcInfo.pixelFormat), in ConvertAndCollapseByFFMpeg()
1180 FFMPEG_CONVERT_INFO dstFFMpegInfo = {PixelFormatToAVPixelFormat(dstInfo.pixelFormat), in ConvertAndCollapseByFFMpeg()
1192 FFMPEG_CONVERT_INFO srcFFmpegInfo = {PixelFormatToAVPixelFormat(srcInfo.pixelFormat), in P010ConvertRGBA1010102()
1194 FFMPEG_CONVERT_INFO tmpFFmpegInfo = {PixelFormatToAVPixelFormat(PixelFormat::RGBA_F16), in P010ConvertRGBA1010102()
1256 FFMPEG_CONVERT_INFO srcFFmpegInfo = {PixelFormatToAVPixelFormat(PixelFormat::RGBA_F16), in ConvertRGBA1010102ToYUV()
1258 FFMPEG_CONVERT_INFO dstFFmpegInfo = {PixelFormatToAVPixelFormat(dstInfo.pixelFormat), in ConvertRGBA1010102ToYUV()
1274 FFMPEG_CONVERT_INFO srcFFmpegInfo = {PixelFormatToAVPixelFormat(srcInf in YUVConvertRGB()
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp268 static AVPixelFormat PixelFormatToAVPixelFormat(const PixelFormat &pixelFormat) in PixelFormatToAVPixelFormat() function
320 AVPixelFormat avPixelFormat = PixelFormatToAVPixelFormat(info.pixelFormat); in GetYUVByteCount()

Completed in 11 milliseconds