Searched refs:callback_function (Results 1 – 8 of 8) sorted by relevance
/third_party/benchmark/src/ |
D | benchmark_api_internal.h | 68 typedef void (*callback_function)(const benchmark::State&); typedef 69 callback_function setup_ = nullptr; 70 callback_function teardown_ = nullptr;
|
/third_party/ffmpeg/libavcodec/ |
D | libopenh264dec.c | 56 WelsTraceCallback callback_function; in svc_decode_init() local 68 callback_function = ff_libopenh264_trace_callback; in svc_decode_init() 70 (*s->decoder)->SetOption(s->decoder, DECODER_OPTION_TRACE_CALLBACK, (void *)&callback_function); in svc_decode_init()
|
D | libopenh264enc.c | 135 WelsTraceCallback callback_function; in svc_encode_init() local 151 callback_function = (WelsTraceCallback) ff_libopenh264_trace_callback; in svc_encode_init() 152 (*s->encoder)->SetOption(s->encoder, ENCODER_OPTION_TRACE_CALLBACK, &callback_function); in svc_encode_init()
|
/third_party/benchmark/include/benchmark/ |
D | benchmark.h | 1121 typedef void (*callback_function)(const benchmark::State&); typedef 1122 callback_function setup_; 1123 callback_function teardown_;
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | appsink.c | 75 callback_function (GstAppSink * appsink, gpointer callback_data) in callback_function() function 120 callbacks.new_sample = callback_function; in GST_START_TEST()
|
/third_party/libwebsockets/lib/core-net/ |
D | wsi.c | 490 int user_callback_handle_rxflow(lws_callback_function callback_function, in user_callback_handle_rxflow() argument 498 n = callback_function(wsi, reason, user, in, len); in user_callback_handle_rxflow()
|
/third_party/flutter/glfw/docs/ |
D | moving.dox | 99 void GLFWCALL callback_function(...); 104 void callback_function(...);
|
/third_party/pcre2/pcre2/doc/ |
D | pcre2.txt | 379 pcre2_jit_callback callback_function, void *callback_data); 1985 pcre2_jit_callback callback_function, void *callback_data);
|