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

  /external/libvpx/libvpx/vpx/
svc_context.h 107 * return size of encoded data to be returned by vpx_svc_get_buffer
114 void *vpx_svc_get_buffer(const SvcContext *svc_ctx);
  /external/libvpx/libvpx/test/
svc_test.cc 247 static_cast<const uint8_t *>(vpx_svc_get_buffer(&svc_)),
277 static_cast<const uint8_t *>(vpx_svc_get_buffer(&svc_)),
290 static_cast<const uint8_t *>(vpx_svc_get_buffer(&svc_)),
303 static_cast<const uint8_t *>(vpx_svc_get_buffer(&svc_)),
  /external/libvpx/libvpx/
vp9_spatial_scalable_encoder.c 354 (void)fwrite(vpx_svc_get_buffer(&svc_ctx), 1,
  /external/libvpx/libvpx/vpx/src/
svc_encodeframe.c 902 void *vpx_svc_get_buffer(const SvcContext *svc_ctx) { function

Completed in 50 milliseconds