Searched defs:vpx_image_t (Results 1 - 5 of 5) sorted by last modified time

/external/libvpx/libvpx/vpx/
H A Dvpx_image.h144 } vpx_image_t; /**< alias for struct vpx_image */ typedef in typeref:struct:vpx_image
172 vpx_image_t *vpx_img_alloc(vpx_image_t *img,
197 vpx_image_t *vpx_img_wrap(vpx_image_t *img,
218 int vpx_img_set_rect(vpx_image_t *img,
232 void vpx_img_flip(vpx_image_t *img);
240 void vpx_img_free(vpx_image_t *img);
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
H A Dvp8_impl.h23 typedef struct vpx_image vpx_image_t; typedef in typeref:struct:vpx_image
142 vpx_image_t* raw_;
219 int ReturnFrame(const vpx_image_t* img,
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/
H A Dvpx_image.h148 } vpx_image_t; /**< alias for struct vpx_image */ typedef in typeref:struct:vpx_image
176 vpx_image_t *vpx_img_alloc(vpx_image_t *img,
201 vpx_image_t *vpx_img_wrap(vpx_image_t *img,
222 int vpx_img_set_rect(vpx_image_t *img,
236 void vpx_img_flip(vpx_image_t *img);
244 void vpx_img_free(vpx_image_t *img);
/external/chromium_org/remoting/codec/
H A Dvideo_decoder_vpx.h15 typedef struct vpx_image vpx_image_t; typedef in typeref:struct:vpx_image
50 vpx_image_t* last_image_;
H A Dvideo_encoder_vpx.h14 typedef struct vpx_image vpx_image_t; typedef in typeref:struct:vpx_image
64 scoped_ptr<vpx_image_t> image_;

Completed in 134 milliseconds