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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vpx_encoder.h 307 unsigned int g_w; member in struct:vpx_codec_enc_cfg
    [all...]
  /external/libvncserver/x11vnc/
v4l.c 1107 int g_w = v4l2_format.fmt.pix.width; local
1118 if (g_w > 0 && g_h > 0 && g_d > 0) {
1121 sprintf(atparms, "%dx%dx%d", g_w, g_h, g_d);
1131 int g_w = v4l1_window.width; 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
1227 if (! g_w) {
1228 g_w = colon_n(line)
    [all...]
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 315 unsigned int g_w; member in struct:vpx_codec_enc_cfg
    [all...]

Completed in 72 milliseconds