Searched refs:fSwsContext (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVCodecEncoder.h88 SwsContext* fSwsContext; member in class:AVCodecEncoder
H A DAVCodecDecoder.cpp101 fSwsContext(NULL),
163 if (fSwsContext != NULL)
164 sws_freeContext(fSwsContext);
500 if (fSwsContext != NULL)
501 sws_freeContext(fSwsContext);
502 fSwsContext = NULL;
519 // Note: fSwsContext / fFormatConversionFunc should have been initialized
522 if (fSwsContext == NULL) {
1239 On first call the member variables fSwsContext / fFormatConversionFunc are
1658 if (fSwsContext
[all...]
H A DAVCodecDecoder.h133 SwsContext* fSwsContext; member in class:AVCodecDecoder
H A DAVCodecEncoder.cpp49 fSwsContext(NULL),
83 if (fSwsContext != NULL)
84 sws_freeContext(fSwsContext);
345 fSwsContext = sws_getContext(fCodecContext->width,
674 sws_scale(fSwsContext, &buf8, &bpr, 0,

Completed in 48 milliseconds