Home
last modified time | relevance | path

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

/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H A Dhevc_decoder.cpp1042 AVPixelFormat ffmpegFormat; in FillFrameBuffer() local
1044 ffmpegFormat = AVPixelFormat::AV_PIX_FMT_P010LE; in FillFrameBuffer()
1046 ffmpegFormat = ConvertPixelFormatToFFmpeg(targetPixelFmt); in FillFrameBuffer()
1049 int32_t ret = ConvertVideoFrame(&scale_, cachedFrame_, scaleData_, scaleLineSize_, ffmpegFormat); in FillFrameBuffer()
/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
H A Dfcodec.cpp983 AVPixelFormat ffmpegFormat = ConvertPixelFormatToFFmpeg(targetPixelFmt); in FillFrameBuffer() local
985 if (ffmpegFormat == static_cast<AVPixelFormat>(cachedFrame_->format)) { in FillFrameBuffer()
991 ret = ConvertVideoFrame(&scale_, cachedFrame_, scaleData_, scaleLineSize_, ffmpegFormat); in FillFrameBuffer()

Completed in 6 milliseconds