Home
last modified time | relevance | path

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

/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVCodecDecoder.cpp103 fFormatConversionFunc(NULL), in AVCodecDecoder()
504 fFormatConversionFunc = 0; in _NegotiateVideoOutputFormat()
527 if (fFormatConversionFunc == NULL) { in _NegotiateVideoOutputFormat()
1665 if (fFormatConversionFunc == NULL) {
1666 fFormatConversionFunc = resolve_colorspace(fOutputColorSpace,
1688 if (fFormatConversionFunc != NULL) {
1711 (*fFormatConversionFunc)(&deinterlacedFrame,
1721 (*fFormatConversionFunc)(fRawDecodedPicture,
H A DAVCodecDecoder.h131 gfx_convert_func fFormatConversionFunc; variable