Home
last modified time | relevance | path

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

/external/libkmsxx/utils/
Dkmscapture.cpp91 uint32_t best_w, uint32_t best_h) in better_size() argument
94 (v4ldisc->width >= best_w || v4ldisc->height >= best_h)) in better_size()
108 uint32_t best_h = 240; in CameraPipeline() local
123 best_h = v4lfrms.discrete.height; in CameraPipeline()
127 best_h = v4lfrms.discrete.height; in CameraPipeline()
134 m_out_height = m_in_height = best_h; in CameraPipeline()
139 printf("Capture: %ux%u\n", best_w, best_h); in CameraPipeline()