Home
last modified time | relevance | path

Searched refs:NESTEGG_LOG_DEBUG (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
Dnestegg.c914 ctx->log(ctx, NESTEGG_LOG_DEBUG, "multi master element %llx (%s)", in ne_read_master()
930 ctx->log(ctx, NESTEGG_LOG_DEBUG, " -> using data %p", node->data); in ne_read_master()
940 ctx->log(ctx, NESTEGG_LOG_DEBUG, "single master element %llx (%s)", in ne_read_single_master()
942 ctx->log(ctx, NESTEGG_LOG_DEBUG, " -> using data %p (%u)", in ne_read_single_master()
957 ctx->log(ctx, NESTEGG_LOG_DEBUG, "element %llx (%s) already read, skipping", in ne_read_simple()
964 ctx->log(ctx, NESTEGG_LOG_DEBUG, "element %llx (%s) -> %p (%u)", in ne_read_simple()
1021 ctx->log(ctx, NESTEGG_LOG_DEBUG, "suspend parse at %llx", id); in ne_parse()
1052 ctx->log(ctx, NESTEGG_LOG_DEBUG, "parent element %llx", id); in ne_parse()
1054 ctx->log(ctx, NESTEGG_LOG_DEBUG, "*** parse about to back up past top_level"); in ne_parse()
1065 ctx->log(ctx, NESTEGG_LOG_DEBUG, "unknown element %llx", id); in ne_parse()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/include/nestegg/
Dnestegg.h83 #define NESTEGG_LOG_DEBUG 1 /**< Debug level log message. */ macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/test/
Dtest.c54 case NESTEGG_LOG_DEBUG: in log_callback()