Home
last modified time | relevance | path

Searched refs:diffFrame (Results 1 – 10 of 10) sorted by relevance

/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dpngenc.c718 AVFrame* diffFrame; in apng_encode_frame() local
737 diffFrame = av_frame_alloc(); in apng_encode_frame()
738 if (!diffFrame) in apng_encode_frame()
741 diffFrame->format = pict->format; in apng_encode_frame()
742 diffFrame->width = pict->width; in apng_encode_frame()
743 diffFrame->height = pict->height; in apng_encode_frame()
772 diffFrame->width = pict->width; in apng_encode_frame()
773 diffFrame->height = pict->height; in apng_encode_frame()
788 diffFrame->width = pict->width; in apng_encode_frame()
789 diffFrame->height = pict->height; in apng_encode_frame()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dpngenc.c718 AVFrame* diffFrame; in apng_encode_frame() local
737 diffFrame = av_frame_alloc(); in apng_encode_frame()
738 if (!diffFrame) in apng_encode_frame()
741 diffFrame->format = pict->format; in apng_encode_frame()
742 diffFrame->width = pict->width; in apng_encode_frame()
743 diffFrame->height = pict->height; in apng_encode_frame()
772 diffFrame->width = pict->width; in apng_encode_frame()
773 diffFrame->height = pict->height; in apng_encode_frame()
788 diffFrame->width = pict->width; in apng_encode_frame()
789 diffFrame->height = pict->height; in apng_encode_frame()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dpngenc.c718 AVFrame* diffFrame; in apng_encode_frame() local
737 diffFrame = av_frame_alloc(); in apng_encode_frame()
738 if (!diffFrame) in apng_encode_frame()
741 diffFrame->format = pict->format; in apng_encode_frame()
742 diffFrame->width = pict->width; in apng_encode_frame()
743 diffFrame->height = pict->height; in apng_encode_frame()
772 diffFrame->width = pict->width; in apng_encode_frame()
773 diffFrame->height = pict->height; in apng_encode_frame()
788 diffFrame->width = pict->width; in apng_encode_frame()
789 diffFrame->height = pict->height; in apng_encode_frame()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dpngenc.c718 AVFrame* diffFrame; in apng_encode_frame() local
737 diffFrame = av_frame_alloc(); in apng_encode_frame()
738 if (!diffFrame) in apng_encode_frame()
741 diffFrame->format = pict->format; in apng_encode_frame()
742 diffFrame->width = pict->width; in apng_encode_frame()
743 diffFrame->height = pict->height; in apng_encode_frame()
772 diffFrame->width = pict->width; in apng_encode_frame()
773 diffFrame->height = pict->height; in apng_encode_frame()
788 diffFrame->width = pict->width; in apng_encode_frame()
789 diffFrame->height = pict->height; in apng_encode_frame()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dpngenc.c718 AVFrame* diffFrame; in apng_encode_frame() local
737 diffFrame = av_frame_alloc(); in apng_encode_frame()
738 if (!diffFrame) in apng_encode_frame()
741 diffFrame->format = pict->format; in apng_encode_frame()
742 diffFrame->width = pict->width; in apng_encode_frame()
743 diffFrame->height = pict->height; in apng_encode_frame()
772 diffFrame->width = pict->width; in apng_encode_frame()
773 diffFrame->height = pict->height; in apng_encode_frame()
788 diffFrame->width = pict->width; in apng_encode_frame()
789 diffFrame->height = pict->height; in apng_encode_frame()
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/vcs/dialog/
H A DCommitDetail.java139 final DiffFrame diffFrame = new DiffFrame( in setDetails()
156 diffFrame.setWidth("100%"); in setDetails()
157 detailPanel_.add(diffFrame); in setDetails()
167 diffFrame.getElement()); in setDetails()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dxsheetviewer.cpp1226 int diffFrame = movedR0 - r0; in keyPressEvent() local
1228 cellSel->selectCells(r0 + diffFrame, c0 + diffLayer, r1 + diffFrame, in keyPressEvent()
H A Dxshcellviewer.cpp972 int diffFrame = movedR0 - r0; in keyPressEvent() local
977 cellSelection->selectCells(r0 + diffFrame, c0 + diffLayer, r1 + diffFrame, in keyPressEvent()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/mads/nebular/
H A Dnebular_scenes3.cpp2798 long diffFrame = tmpFrame - _lastFrameCounter; in step() local
2802 if ((diffFrame >= 0) && (diffFrame <= 4)) in step()
2803 _counter += diffFrame; in step()
2817 if ((diffFrame >= 0) && (diffFrame <= 4)) in step()
2818 _internCounter += diffFrame; in step()
/dports/games/scummvm/scummvm-2.5.1/engines/mads/nebular/
H A Dnebular_scenes3.cpp2825 long diffFrame = tmpFrame - _lastFrameCounter; in step() local
2829 if ((diffFrame >= 0) && (diffFrame <= 4)) in step()
2830 _counter += diffFrame; in step()
2844 if ((diffFrame >= 0) && (diffFrame <= 4)) in step()
2845 _internCounter += diffFrame; in step()