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

  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
yv12config.c 93 ybf->alpha_width = 0;
164 const int alpha_width = aligned_width; local
273 ybf->alpha_width = alpha_width;
  /external/libvpx/libvpx/vpx_scale/generic/
yv12config.c 88 ybf->alpha_width = 0;
153 const int alpha_width = aligned_width; local
230 ybf->alpha_width = alpha_width;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
yv12config.c 90 ybf->alpha_width = 0;
157 const int alpha_width = aligned_width; local
265 ybf->alpha_width = alpha_width;
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/
yv12config.h 41 int alpha_width; member in struct:yv12_buffer_config
  /external/libvpx/libvpx/vpx_scale/
yv12config.h 40 int alpha_width; member in struct:yv12_buffer_config
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/
yv12config.h 40 int alpha_width; member in struct:yv12_buffer_config
  /external/libpng/contrib/pngminus/
pnm2png.c 204 png_uint_32 width, alpha_width; local
317 alpha_width=(png_uint_32) ul_alpha_width;
318 if (alpha_width != width)

Completed in 238 milliseconds