Home
last modified time | relevance | path

Searched refs:vp8dx_receive_compressed_data (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/vp8/common/
Donyxd.h53 …int vp8dx_receive_compressed_data(VP8D_PTR comp, unsigned long size, const unsigned char *dest, IN…
/external/libvpx/vp8/decoder/
Donyxd_if.c247 int vp8dx_receive_compressed_data(VP8D_PTR ptr, unsigned long size, const unsigned char *source, IN… in vp8dx_receive_compressed_data() function
/external/libvpx/vp8/
Dvp8_dx_iface.c418 if (vp8dx_receive_compressed_data(ctx->pbi, data_sz, data, deadline)) in vp8_decode()