Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Donyxd.h44 int vp8dx_receive_compressed_data(struct VP8D_COMP *pbi, int64_t time_stamp);
/external/libvpx/libvpx/vp8/decoder/
Donyxd_if.c305 int vp8dx_receive_compressed_data(VP8D_COMP *pbi, int64_t time_stamp) { in vp8dx_receive_compressed_data() function
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c489 if (vp8dx_receive_compressed_data(pbi, deadline)) { in vp8_decode()