HomeSort by relevance Sort by last modified time
    Searched refs:vp8_get_compressed_data (Results 1 - 3 of 3) sorted by null

  /external/libvpx/vp8/common/
onyx.h 210 int vp8_get_compressed_data(VP8_PTR comp, unsigned int *frame_flags, unsigned long *size, unsigned char *dest, INT64 *time_stamp, INT64 *time_end, int flush);
  /external/libvpx/vp8/
vp8_cx_iface.c 763 && -1 != vp8_get_compressed_data(ctx->cpi, &lib_flags, &size, cx_data, &dst_time_stamp, &dst_end_time_stamp, !img))
    [all...]
  /external/libvpx/vp8/encoder/
onyx_if.c 4780 int vp8_get_compressed_data(VP8_PTR ptr, unsigned int *frame_flags, unsigned long *size, unsigned char *dest, INT64 *time_stamp, INT64 *time_end, int flush) function
    [all...]

Completed in 2447 milliseconds