Searched refs:callback_function (Results 1 – 7 of 7) sorted by relevance
| /third_party/benchmark/src/ |
| D | benchmark_api_internal.h | 70 typedef void (*callback_function)(const benchmark::State&); typedef 71 callback_function setup_ = nullptr; 72 callback_function teardown_ = nullptr;
|
| /third_party/ffmpeg/libavcodec/ |
| D | libopenh264dec.c | 57 WelsTraceCallback callback_function; in svc_decode_init() local 69 callback_function = ff_libopenh264_trace_callback; in svc_decode_init() 71 (*s->decoder)->SetOption(s->decoder, DECODER_OPTION_TRACE_CALLBACK, (void *)&callback_function); in svc_decode_init()
|
| D | libopenh264enc.c | 137 WelsTraceCallback callback_function; in svc_encode_init() local 153 callback_function = (WelsTraceCallback) ff_libopenh264_trace_callback; in svc_encode_init() 154 (*s->encoder)->SetOption(s->encoder, ENCODER_OPTION_TRACE_CALLBACK, &callback_function); in svc_encode_init()
|
| /third_party/benchmark/include/benchmark/ |
| D | benchmark.h | 1315 typedef void (*callback_function)(const benchmark::State&); typedef 1316 callback_function setup_; 1317 callback_function teardown_;
|
| /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/glfw/docs/ |
| D | moving.md | 101 void GLFWCALL callback_function(...); 106 void callback_function(...);
|
| /third_party/pcre2/pcre2/doc/ |
| D | pcre2.txt | 379 pcre2_jit_callback callback_function, void *callback_data); 1983 pcre2_jit_callback callback_function, void *callback_data);
|