Searched refs:c_width (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; 421 c_width = view_width; 426 c_width = c_height * frame_par; 427 c_x = (view_width - c_width) / 2; 430 c_width = view_width; 431 c_height = c_width / frame_par; 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 | 2327 int c_width; in vp3_decode_init() local 2376 c_width = s->width >> s->chroma_x_shift; in vp3_decode_init() 2378 s->c_superblock_width = (c_width + 31) / 32; in vp3_decode_init() 2389 s->c_macroblock_width = (c_width + 15) / 16; in vp3_decode_init()
|