Home
last modified time | relevance | path

Searched refs:height_mb (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video_bsp.c90 uint32_t height_mb; // 20 checked member
211 h->height_mb = mb(dec->base.height); in nouveau_vp3_fill_picparm_h264_bsp()
/third_party/openh264/module/
Dgmp-openh264.cpp414 double height_mb = std::ceil(codecSettings.mHeight/16.0); in InitEncode() local
415 double input_mb = width_mb * height_mb; in InitEncode()
419 layer->iVideoHeight = static_cast<uint32_t>(height_mb * 16 * scale); in InitEncode()