Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dexports_enc15 text vpx_svc_get_message
Dsvc_context.h104 const char *vpx_svc_get_message(const SvcContext *svc_ctx);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dsvc_encodeframe.c1009 const char *vpx_svc_get_message(const SvcContext *svc_ctx) { in vpx_svc_get_message() function
1066 if (si->encode_frame_count <= 0) return vpx_svc_get_message(svc_ctx); in vpx_svc_dump_statistics()
1113 return vpx_svc_get_message(svc_ctx); in vpx_svc_dump_statistics()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dvp9_spatial_scalable_encoder.c348 printf("%s", vpx_svc_get_message(&svc_ctx)); in main()