HomeSort by relevance Sort by last modified time
    Searched refs:vpx_img_alloc (Results 1 - 25 of 42) sorted by null

1 2

  /external/chromium_org/third_party/libvpx/source/libvpx/test/
i420_video_source.h 86 img_ = vpx_img_alloc(NULL, VPX_IMG_FMT_I420, width, height, 1);
decode_api_test.cc 95 vpx_img_alloc(&ref_copy.img, VPX_IMG_FMT_I420, width, height, 1) != NULL);
video_source.h 179 img_ = vpx_img_alloc(NULL, VPX_IMG_FMT_I420, width, height, 32);
  /external/libvpx/libvpx/test/
i420_video_source.h 86 img_ = vpx_img_alloc(NULL, VPX_IMG_FMT_I420, width, height, 1);
video_source.h 125 img_ = vpx_img_alloc(NULL, VPX_IMG_FMT_I420, width, height, 32);
  /external/libvpx/libvpx/vpx/
vpx_image.h 172 vpx_image_t *vpx_img_alloc(vpx_image_t *img,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
i420_video_source.h 86 img_ = vpx_img_alloc(NULL, VPX_IMG_FMT_I420, width, height, 1);
video_source.h 125 img_ = vpx_img_alloc(NULL, VPX_IMG_FMT_I420, width, height, 32);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vpx_image.h 174 vpx_image_t *vpx_img_alloc(vpx_image_t *img,
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/
vpx_image.h 176 vpx_image_t *vpx_img_alloc(vpx_image_t *img,
  /external/chromium_org/third_party/libvpx/source/libvpx/examples/
simple_encoder.c 202 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width,
vp8cx_set_ref.c 140 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width,
vp9_lossless_encoder.c 96 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width,
set_maps.c 197 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width,
twopass_encoder.c 231 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, w, h, 1))
  /external/libvpx/libvpx/examples/
simple_encoder.c 201 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width,
vp8cx_set_ref.c 136 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width,
set_maps.c 189 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width,
twopass_encoder.c 162 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
simple_encoder.c 201 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width,
vp8cx_set_ref.c 136 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width,
set_maps.c 189 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width,
twopass_encoder.c 162 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width,
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
vpx_image.c 177 vpx_image_t *vpx_img_alloc(vpx_image_t *img, function
  /external/libvpx/libvpx/vpx/src/
vpx_image.c 178 vpx_image_t *vpx_img_alloc(vpx_image_t *img, function

Completed in 1086 milliseconds

1 2