Searched refs:c_height (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_good/sys/osxvideo/ |
D | cocoawindow.m | 398 gint view_height, view_width, c_height, c_width, c_x, c_y; 420 c_height = view_height; 425 c_height = view_height; 426 c_width = c_height * frame_par; 431 c_height = c_width / frame_par; 433 c_y = (view_height - c_height) / 2; 436 drawingBounds = NSMakeRect(c_x, c_y, c_width, c_height); 437 glViewport (c_x, c_y, (GLint) c_width, (GLint) c_height);
|
/third_party/ffmpeg/libavcodec/ |
D | vp3.c | 2328 int c_height; in vp3_decode_init() local 2377 c_height = s->height >> s->chroma_y_shift; in vp3_decode_init() 2379 s->c_superblock_height = (c_height + 31) / 32; in vp3_decode_init() 2390 s->c_macroblock_height = (c_height + 15) / 16; in vp3_decode_init()
|