Searched defs:vpx_image_t (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/remoting/codec/
H A Dvideo_encoder_vp8.h13 typedef struct vpx_image vpx_image_t; typedef in typeref:struct:vpx_image
56 scoped_ptr<vpx_image_t> image_;
H A Dvideo_decoder_vp8.h12 typedef struct vpx_image vpx_image_t; typedef in typeref:struct:vpx_image
56 vpx_image_t* last_image_;
/external/libvpx/libvpx/vpx/
H A Dvpx_image.h142 } vpx_image_t; /**< alias for struct vpx_image */ typedef in typeref:struct:vpx_image
170 vpx_image_t *vpx_img_alloc(vpx_image_t *img,
195 vpx_image_t *vpx_img_wrap(vpx_image_t *img,
216 int vpx_img_set_rect(vpx_image_t *img,
230 void vpx_img_flip(vpx_image_t *img);
238 void vpx_img_free(vpx_image_t *img);

Completed in 83 milliseconds