Searched refs:pheight (Results 1 – 9 of 9) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_stereo3d.c | 147 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/ |
D | polygon_45_set_concept.hpp | 338 uat pheight = delta(bbox, VERTICAL); in keep() local 339 if(pheight > min_height && pheight <= max_height){ in keep()
|
D | polygon_90_set_concept.hpp | 532 uat pheight = delta(bbox, VERTICAL); in keep() local 533 if(pheight > min_height && pheight <= max_height){ in keep()
|
D | polygon_set_concept.hpp | 288 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/ |
D | SDL_x11messagebox.c | 128 …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/ |
D | textserv.h | 80 …rgetDev,DVTARGETDEVICE *ptd,DWORD dwMode,const SIZEL *psizelExtent,LONG *pwidth,LONG *pheight) = 0;
|
/third_party/ffmpeg/libavcodec/ |
D | flashsv2enc.c | 759 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/ |
D | gstv4l2bufferpool.c | 236 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/ |
D | stdole2.idl | 319 [propget] HRESULT Height([out, retval] OLE_YSIZE_HIMETRIC *pheight);
|