Searched refs:vpx_img_wrap (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/ |
D | exports.lds | 4 vpx_img_wrap;
|
/external/libvpx/libvpx/test/ |
D | encode_api_test.cc | 35 EXPECT_EQ(&img, vpx_img_wrap(&img, VPX_IMG_FMT_I420, 1, 1, 1, buf)); in TEST() 97 vpx_img_wrap(&img, VPX_IMG_FMT_I420, width, height, 1, img_buf); in TEST()
|
/external/libvpx/libvpx/vpx/ |
D | exports_com | 16 text vpx_img_wrap
|
D | vpx_image.h | 166 vpx_image_t *vpx_img_wrap(vpx_image_t *img, vpx_img_fmt_t fmt, unsigned int d_w,
|
/external/libvpx/libvpx/vpx/src/ |
D | vpx_image.c | 141 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/ |
D | vp9_impl.cc | 281 raw_ = vpx_img_wrap(NULL, VPX_IMG_FMT_I420, codec_.width, codec_.height, 1, in InitEncode()
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
D | vp8_impl.cc | 548 vpx_img_wrap(&raw_images_[0], VPX_IMG_FMT_I420, inst->width, inst->height, 1, in InitEncode()
|