Home
last modified time | relevance | path

Searched refs:true_height (Results 1 – 15 of 15) sorted by relevance

/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Davrndec.c59 int y, ret, true_height; in decode_frame() local
61 true_height = buf_size / (2*avctx->width); in decode_frame()
74 buf += (true_height - avctx->height)*avctx->width; in decode_frame()
77 … memcpy(p->data[0] + (y+!a->tff)*p->linesize[0], buf + avctx->width*true_height+4, 2*avctx->width); in decode_frame()
81 buf += (true_height - avctx->height)*avctx->width*2; in decode_frame()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Davrndec.c59 int y, ret, true_height; in decode_frame() local
61 true_height = buf_size / (2*avctx->width); in decode_frame()
74 buf += (true_height - avctx->height)*avctx->width; in decode_frame()
77 … memcpy(p->data[0] + (y+!a->tff)*p->linesize[0], buf + avctx->width*true_height+4, 2*avctx->width); in decode_frame()
81 buf += (true_height - avctx->height)*avctx->width*2; in decode_frame()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Davrndec.c84 int y, ret, true_height; in decode_frame() local
89 true_height = buf_size / (2*avctx->width); in decode_frame()
102 buf += (true_height - avctx->height)*avctx->width; in decode_frame()
105 … memcpy(p->data[0] + (y+!a->tff)*p->linesize[0], buf + avctx->width*true_height+4, 2*avctx->width); in decode_frame()
109 buf += (true_height - avctx->height)*avctx->width*2; in decode_frame()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Davrndec.c84 int y, ret, true_height; in decode_frame() local
89 true_height = buf_size / (2*avctx->width); in decode_frame()
102 buf += (true_height - avctx->height)*avctx->width; in decode_frame()
105 … memcpy(p->data[0] + (y+!a->tff)*p->linesize[0], buf + avctx->width*true_height+4, 2*avctx->width); in decode_frame()
109 buf += (true_height - avctx->height)*avctx->width*2; in decode_frame()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Davrndec.c107 int y, ret, true_height; in decode_frame() local
131 true_height = buf_size / (2*avctx->width); in decode_frame()
144 buf += (true_height - avctx->height)*avctx->width; in decode_frame()
147 … memcpy(p->data[0] + (y+!a->tff)*p->linesize[0], buf + avctx->width*true_height+4, 2*avctx->width); in decode_frame()
151 buf += (true_height - avctx->height)*avctx->width*2; in decode_frame()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Davrndec.c107 int y, ret, true_height; in decode_frame() local
131 true_height = buf_size / (2*avctx->width); in decode_frame()
144 buf += (true_height - avctx->height)*avctx->width; in decode_frame()
147 … memcpy(p->data[0] + (y+!a->tff)*p->linesize[0], buf + avctx->width*true_height+4, 2*avctx->width); in decode_frame()
151 buf += (true_height - avctx->height)*avctx->width*2; in decode_frame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Davrndec.c108 int y, ret, true_height; in decode_frame() local
132 true_height = buf_size / (2*avctx->width); in decode_frame()
145 buf += (true_height - avctx->height)*avctx->width; in decode_frame()
148 … memcpy(p->data[0] + (y+!a->tff)*p->linesize[0], buf + avctx->width*true_height+4, 2*avctx->width); in decode_frame()
152 buf += (true_height - avctx->height)*avctx->width*2; in decode_frame()
/dports/graphics/pho/pho/
H A Dpho.c317 #define true_height img->trueHeight in ScaleAndRotate() macro
328 if (true_width == 0 || true_height == 0) { in ScaleAndRotate()
346 new_height = true_height * gScaleRatio; in ScaleAndRotate()
362 new_height = true_height; in ScaleAndRotate()
411 new_height = true_height * gScaleRatio; in ScaleAndRotate()
450 yratio = (double)screenheight / true_height; in ScaleAndRotate()
455 new_height = xratio * true_height; in ScaleAndRotate()
472 && (img->curWidth < true_width && img->curHeight < true_height)) { in ScaleAndRotate()
/dports/x11/xapp/xapp-2.2.6/test-scripts/
H A Dxapp-kbd-layout-controller105 true_height = flag_surface.get_height() * factor
117 true_y_offset = (height - true_height) / 2;
131 true_y_offset + (true_height / 2),
133 true_height / 2,
/dports/games/widelands/widelands-build21/src/graphic/
H A Dgraphic.cc246 int true_width, true_height; in refresh() local
247 SDL_GetWindowSize(sdl_window_, &true_width, &true_height); in refresh()
248 if (true_width != window_mode_width_ || true_height != window_mode_height_) { in refresh()
/dports/print/typetools/lcdf-typetools-2.108/t1testpage/
H A Dt1testpage.cc389 double true_height = std::max(bounds.bb_top(), 0.) - std::min(bounds.bb_bottom(), 0.); in bounds2xform() local
391 double y_scale = (TOP_BOUND - BOTTOM_BOUND) / true_height; in bounds2xform()
/dports/print/texlive-base/texlive-20150521-source/texk/lcdf-typetools/lcdf-typetools-2.104/t1testpage/
H A Dt1testpage.cc389 double true_height = std::max(bounds.bb_top(), 0.) - std::min(bounds.bb_bottom(), 0.); in bounds2xform() local
391 double y_scale = (TOP_BOUND - BOTTOM_BOUND) / true_height; in bounds2xform()
/dports/print/tex-dvipsk/texlive-20150521-source/texk/lcdf-typetools/lcdf-typetools-2.104/t1testpage/
H A Dt1testpage.cc389 double true_height = std::max(bounds.bb_top(), 0.) - std::min(bounds.bb_bottom(), 0.); in bounds2xform() local
391 double y_scale = (TOP_BOUND - BOTTOM_BOUND) / true_height; in bounds2xform()
/dports/graphics/elementary-photos/photos-2.7.1/src/Checkerboard/
H A DCheckerboardLayout.vala874 int true_height = req.height + (alignment_points[row] - item.get_alignment_point ());
875 assert (true_height >= req.height);
878 if (true_height > row_heights[row]) {
881 row_heights[row], true_height);
883 row_heights[row] = true_height;
/dports/graphics/shotwell/shotwell-0.30.14/src/
H A DCheckerboardLayout.vala1783 int true_height = req.height + (alignment_points[row] - item.get_alignment_point());
1784 assert(true_height >= req.height);
1787 if (true_height > row_heights[row]) {
1790 row_heights[row], true_height);
1792 row_heights[row] = true_height;