Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h450 int vp9_get_compressed_data(VP9_COMP *cpi, unsigned int *frame_flags,
Dvp9_encoder.c2484 int vp9_get_compressed_data(VP9_COMP *cpi, unsigned int *frame_flags, in vp9_get_compressed_data() function
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c919 -1 != vp9_get_compressed_data(ctx->cpi, &lib_flags, &size, in encoder_encode()