Searched refs:post_encode_callback (Results 1 – 2 of 2) sorted by relevance
96 std::function<void(void)> post_encode_callback) { in RegisterPostEncodeCallback() argument97 post_encode_callback_ = std::move(post_encode_callback); in RegisterPostEncodeCallback()
57 std::function<void(void)> post_encode_callback);