Searched refs:ConvertPixelFormatFromFFmpeg (Results 1 – 7 of 7) sorted by relevance
99 VideoPixelFormat ConvertPixelFormatFromFFmpeg(int32_t ffmpegPixelFormat);
445 VideoPixelFormat ConvertPixelFormatFromFFmpeg(int32_t ffmpegPixelFormat) in ConvertPixelFormatFromFFmpeg() function
63 VideoPixelFormat ConvertPixelFormatFromFFmpeg(int32_t ffmpegPixelFormat);
105 auto supportFormat = ConvertPixelFormatFromFFmpeg(codec->pix_fmts[index]); in UpdateOutCaps()530 …if (ConvertPixelFormatFromFFmpeg(static_cast<AVPixelFormat>(cachedFrame_->format)) == pixelFormat_… in ScaleVideoFrame()
255 VideoPixelFormat ConvertPixelFormatFromFFmpeg(int32_t ffmpegPixelFormat) in ConvertPixelFormatFromFFmpeg() function
89 values.push_back(ConvertPixelFormatFromFFmpeg(codec->pix_fmts[index])); in UpdateInCaps()
982 …targetPixelFmt = sInfo_.surface ? VideoPixelFormat::NV12 : ConvertPixelFormatFromFFmpeg(cachedFram… in FillFrameBuffer()