Searched refs:vp9_get_compressed_data (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/ |
D | simple_encode.cc | 158 vp9_get_compressed_data(cpi, &frame_flags, &size, NULL, &time_stamp, in ComputeFirstPassStats() 268 vp9_get_compressed_data(cpi, &frame_flags, in EncodeFrame()
|
D | vp9_cx_iface.c | 1229 ret = vp9_get_compressed_data(cpi, &lib_flags, &size, cx_data, in encoder_encode() 1251 -1 != vp9_get_compressed_data(cpi, &lib_flags, &size, cx_data, in encoder_encode()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.h | 876 int vp9_get_compressed_data(VP9_COMP *cpi, unsigned int *frame_flags,
|
D | vp9_encoder.c | 7127 int vp9_get_compressed_data(VP9_COMP *cpi, unsigned int *frame_flags, function
|