Searched refs:vpx_img_set_rect (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vpx/ |
D | exports_com | 15 text vpx_img_set_rect
|
D | vpx_image.h | 200 int vpx_img_set_rect(vpx_image_t *img, unsigned int x, unsigned int y,
|
/external/libvpx/libvpx/vpx/src/ |
D | vpx_image.c | 147 if (!vpx_img_set_rect(img, 0, 0, d_w, d_h)) return img; in img_alloc_helper() 168 int vpx_img_set_rect(vpx_image_t *img, unsigned int x, unsigned int y, in vpx_img_set_rect() function
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
D | vp8_impl.cc | 914 vpx_img_set_rect(&raw_images_[0], 0, 0, codec_.width, codec_.height); in UpdateCodecFrameSize()
|