Searched defs:temp_height (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dautomation_extension.cc34 int temp_width, temp_height; local
35 return GetWindowInfo(x, y, &temp_width, &temp_height);
83 int temp_height = 0; local
88 !dict->GetInteger("height", &temp_height)) {
94 *height = temp_height;
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
H A Dvpx_scale.c483 unsigned char temp_height,
497 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced);
509 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced);
521 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced);
478 vpx_scale_frame( YV12_BUFFER_CONFIG *src, YV12_BUFFER_CONFIG *dst, unsigned char *temp_area, unsigned char temp_height, unsigned int hscale, unsigned int hratio, unsigned int vscale, unsigned int vratio, unsigned int interlaced ) argument
/external/libvpx/libvpx/vpx_scale/generic/
H A Dvpx_scale.c483 unsigned char temp_height,
497 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced);
509 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced);
521 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced);
478 vpx_scale_frame( YV12_BUFFER_CONFIG *src, YV12_BUFFER_CONFIG *dst, unsigned char *temp_area, unsigned char temp_height, unsigned int hscale, unsigned int hratio, unsigned int vscale, unsigned int vratio, unsigned int interlaced ) argument
/external/chromium_org/gpu/command_buffer/service/
H A Dframebuffer_manager.cc147 GLsizei temp_height = 0; variable
149 target_, level_, &temp_width, &temp_height);
155 GLsizei temp_height = 0; variable
157 target_, level_, &temp_width, &temp_height);
158 return temp_height;

Completed in 268 milliseconds