Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dsvc_context.h44 int log_print; // when set, printf log messages instead of returning the member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dvp9_spatial_scalable_encoder.c300 svc_ctx.log_print = 1; in main()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dsvc_test.cc47 svc_.log_print = 0; in SetUp()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dsvc_encodeframe.c251 if (svc_ctx->log_print) { in svc_log()