Home
last modified time | relevance | path

Searched refs:pheight (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_stereo3d.c147 int pheight[4]; member
592 s->pheight[1] = s->pheight[2] = AV_CEIL_RSHIFT(s->height, desc->log2_chroma_h); in config_output()
593 s->pheight[0] = s->pheight[3] = s->height; in config_output()
637 for (y = 0; y < s->pheight[p]; y++) { in interleave_cols_to_any()
863 s->linesize[i], s->pheight[i]); in filter_frame()
868 s->linesize[i], s->pheight[i]); in filter_frame()
909 s->linesize[i], s->pheight[i]); in filter_frame()
954 for (y = 0; y < s->pheight[i]; y++) { in filter_frame()
1013 for (y = 0; y < s->pheight[i]; y++) { in filter_frame()
/third_party/boost/boost/polygon/
Dpolygon_45_set_concept.hpp338 uat pheight = delta(bbox, VERTICAL); in keep() local
339 if(pheight > min_height && pheight <= max_height){ in keep()
Dpolygon_90_set_concept.hpp532 uat pheight = delta(bbox, VERTICAL); in keep() local
533 if(pheight > min_height && pheight <= max_height){ in keep()
Dpolygon_set_concept.hpp288 uat pheight = delta(bbox, VERTICAL); in keep() local
289 if(pheight > min_height && pheight <= max_height){ in keep()
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11messagebox.c128 …tWidthHeight( SDL_MessageBoxDataX11 *data, const char *str, int nbytes, int *pwidth, int *pheight ) in GetTextWidthHeight() argument
134 *pheight = overall_logical.height; in GetTextWidthHeight()
142 *pheight = text_structure.ascent + text_structure.descent; in GetTextWidthHeight()
/third_party/mingw-w64/mingw-w64-headers/include/
Dtextserv.h80 …rgetDev,DVTARGETDEVICE *ptd,DWORD dwMode,const SIZEL *psizelExtent,LONG *pwidth,LONG *pheight) = 0;
/third_party/ffmpeg/libavcodec/
Dflashsv2enc.c759 int pheight = ((int) height); in optimum_block_height() local
760 return FFCLIP(pheight & ~15, 256, 16); in optimum_block_height()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2bufferpool.c236 guint pheight; in gst_v4l2_buffer_pool_import_userptr() local
241 pheight = GST_VIDEO_TILE_Y_TILES (tinfo) << in gst_v4l2_buffer_pool_import_userptr()
244 size[i] = pstride * pheight; in gst_v4l2_buffer_pool_import_userptr()
/third_party/mingw-w64/mingw-w64-headers/tlb/
Dstdole2.idl319 [propget] HRESULT Height([out, retval] OLE_YSIZE_HIMETRIC *pheight);