HomeSort by relevance Sort by last modified time
    Searched defs:g_h (Results 1 - 3 of 3) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vpx_encoder.h 317 unsigned int g_h; member in struct:vpx_codec_enc_cfg
    [all...]
  /external/libvncserver/x11vnc/
v4l.c 1108 int g_h = v4l2_format.fmt.pix.height; local
1118 if (g_w > 0 && g_h > 0 && g_d > 0) {
1121 sprintf(atparms, "%dx%dx%d", g_w, g_h, g_d);
1132 int g_h = v4l1_window.height; local
1141 if (0) fprintf(stderr, "v4l1: %d %d %d\n", g_w, g_h, g_d);
1142 if (g_w > 0 && g_h > 0 && g_d > 0) {
1146 sprintf(atparms, "%dx%dx%d", g_w, g_h, g_d);
1169 int g_w = 0, g_h = 0, g_b = 0, mask_rev = 0; local
1231 if (! g_h) {
1232 g_h = colon_n(line)
    [all...]
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 325 unsigned int g_h; member in struct:vpx_codec_enc_cfg
    [all...]

Completed in 487 milliseconds