Home
last modified time | relevance | path

Searched refs:vpx_svc_get_message (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vpx/
Dexports_spatial_svc3 text vpx_svc_get_message
Dsvc_context.h114 const char *vpx_svc_get_message(const SvcContext *svc_ctx);
/external/libvpx/libvpx/vpx/src/
Dsvc_encodeframe.c624 const char *vpx_svc_get_message(const SvcContext *svc_ctx) { in vpx_svc_get_message() function
651 if (number_of_frames <= 0) return vpx_svc_get_message(svc_ctx); in vpx_svc_dump_statistics()
691 return vpx_svc_get_message(svc_ctx); in vpx_svc_dump_statistics()
/external/libvpx/libvpx/examples/
Dvp9_spatial_svc_encoder.c756 printf("%s", vpx_svc_get_message(&svc_ctx)); in main()