Go to the source code of this file.
Functions | |
| int | myth_sws_img_convert (AVPicture *dst, PixelFormat dst_pix_fmt, AVPicture *src, PixelFormat pix_fmt, int width, int height) |
| convert among pixel formats utility function to replace deprecated img_convert with the software scaler (swscale). | |
| int myth_sws_img_convert | ( | AVPicture * | dst, | |
| PixelFormat | dst_pix_fmt, | |||
| AVPicture * | src, | |||
| PixelFormat | pix_fmt, | |||
| int | width, | |||
| int | height | |||
| ) |
convert among pixel formats utility function to replace deprecated img_convert with the software scaler (swscale).
Definition at line 37 of file myth_imgconvert.cpp.
Referenced by VAAPIContext::CopySurfaceToFrame(), MHIBitmap::CreateFromMPEG(), NuppelDecoder::DecodeFrame(), PrivateDecoderCrystalHD::FillFrame(), PrivateDecoderVDA::GetFrame(), ThumbFinder::getFrameImage(), MythPlayer::GetScreenGrabAtFrame(), grabThumbnail(), pgm_fill(), VideoOutputXv::PrepareFrameMem(), VideoOutputD3D::UpdateFrame(), and OpenGLVideo::UpdateInputFrame().
1.6.3