Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H A Dhevc_decoder.cpp1045 AVPixelFormat ffmpegFormat; in FillFrameBuffer() local
1047 ffmpegFormat = AVPixelFormat::AV_PIX_FMT_P010LE; in FillFrameBuffer()
1049 ffmpegFormat = ConvertPixelFormatToFFmpeg(targetPixelFmt); in FillFrameBuffer()
1052 … int32_t ret = ConvertVideoFrame(&scale_, cachedFrame_, scaleData_, scaleLineSize_, ffmpegFormat); in FillFrameBuffer()
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
H A Dfcodec.cpp984 AVPixelFormat ffmpegFormat = ConvertPixelFormatToFFmpeg(targetPixelFmt); in FillFrameBuffer() local
986 if (ffmpegFormat == static_cast<AVPixelFormat>(cachedFrame_->format)) { in FillFrameBuffer()
992 ret = ConvertVideoFrame(&scale_, cachedFrame_, scaleData_, scaleLineSize_, ffmpegFormat); in FillFrameBuffer()