Home
last modified time | relevance | path

Searched refs:colorspace_to_pixfmt (Results 1 – 4 of 4) sorted by relevance

/haiku/src/add-ons/media/plugins/ffmpeg/
H A Dgfx_util.h47 AVPixelFormat colorspace_to_pixfmt(color_space format);
H A Dgfx_util.cpp217 colorspace_to_pixfmt(color_space format) in colorspace_to_pixfmt() function
H A DAVCodecDecoder.cpp1579 colorspace_to_pixfmt(fOutputColorSpace), fRawDecodedPicture->width, in _UpdateMediaHeaderForVideoFrame()
1661 colorspace_to_pixfmt(fOutputColorSpace),
H A DAVCodecEncoder.cpp291 AVPixelFormat pixFmt = colorspace_to_pixfmt( in _Setup()