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

  /external/chromium_org/third_party/libvpx/source/libvpx/examples/
resize_util.c 45 uint8_t *inbuf_u, *outbuf_u; local
99 outbuf_u = outbuf + target_width * target_height;
100 outbuf_v = outbuf_u + target_width * target_height / 4;
107 outbuf, target_width, outbuf_u, outbuf_v,
  /external/libvpx/libvpx/examples/
resize_util.c 45 uint8_t *inbuf_u, *outbuf_u; local
99 outbuf_u = outbuf + target_width * target_height;
100 outbuf_v = outbuf_u + target_width * target_height / 4;
107 outbuf, target_width, outbuf_u, outbuf_v,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
resize_util.c 45 uint8_t *inbuf_u, *outbuf_u; local
99 outbuf_u = outbuf + target_width * target_height;
100 outbuf_v = outbuf_u + target_width * target_height / 4;
107 outbuf, target_width, outbuf_u, outbuf_v,

Completed in 1170 milliseconds