Home
last modified time | relevance | path

Searched refs:vpx_img_wrap (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vpx/
Dexports_com16 text vpx_img_wrap
Dvpx_image.h183 vpx_image_t *vpx_img_wrap(vpx_image_t *img, vpx_img_fmt_t fmt, unsigned int d_w,
/external/libvpx/libvpx/test/
Dencode_api_test.cc35 EXPECT_EQ(&img, vpx_img_wrap(&img, VPX_IMG_FMT_I420, 1, 1, 1, buf)); in TEST()
/external/libvpx/libvpx/vpx/src/
Dvpx_image.c160 vpx_image_t *vpx_img_wrap(vpx_image_t *img, vpx_img_fmt_t fmt, unsigned int d_w, in vpx_img_wrap() function
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc281 raw_ = vpx_img_wrap(NULL, VPX_IMG_FMT_I420, codec_.width, codec_.height, 1, in InitEncode()
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.cc548 vpx_img_wrap(&raw_images_[0], VPX_IMG_FMT_I420, inst->width, inst->height, 1, in InitEncode()