Home
last modified time | relevance | path

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

/external/libvpx/
Dexports.lds4 vpx_img_wrap;
/external/libvpx/libvpx/vpx/
Dexports_com16 text vpx_img_wrap
Dvpx_image.h166 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()
97 vpx_img_wrap(&img, VPX_IMG_FMT_I420, width, height, 1, img_buf); in TEST()
/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_interface.cc38 return ::vpx_img_wrap(img, fmt, d_w, d_h, stride_align, img_data); in img_wrap()
/external/libvpx/libvpx/vpx/src/
Dvpx_image.c141 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/modules/video_coding/codecs/vp9/
Dvp9_impl.cc547 vpx_img_wrap(nullptr, img_fmt, codec_.width, codec_.height, 1, nullptr); in InitEncode()