Home
last modified time | relevance | path

Searched defs:dstLineSize (Results 1 – 5 of 5) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_lottie/lottie/details/
H A Dlottie_cache_frame_storage.cpp49 int dstLineSize[AV_NUM_DATA_POINTERS] = { int(to.bytesPerLine()), 0 }; in DecodeYUV2RGB() local
106 int dstLineSize[AV_NUM_DATA_POINTERS] = { in EncodeRGB2YUV() local
/dports/x11-toolkits/p5-Prima/Prima-1.63/img/
H A Dbc_extra.c45 ibc_repad( Byte * source, Byte * dest, int srcLineSize, int dstLineSize, int srcDataSize, int dstDa… in ibc_repad()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_webrtc/webrtc/
H A Dwebrtc_video_track.cpp331 int dstLineSize[AV_NUM_DATA_POINTERS] = { int(frame->original.bytesPerLine()), 0 }; in decodeFrame() local
/dports/graphics/freeimage/FreeImage/Source/FreeImage/
H A DPSDParser.cpp797 const unsigned dstLineSize = FreeImage_GetPitch(_dib); in Read() local
1463 const unsigned dstLineSize = FreeImage_GetPitch(bitmap); in ReadImageData() local
/dports/net/opal/opal-3.10.10/plugins/video/H.264/
H A Dh264-x264.cxx1183 …size_t dstLineSize[3] = { (size_t)m_context->width, (size_t)m_context->width/2, (size_t)m_context-… in Transcode() local