Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavdevice/
Davdevice.c64 if (!s->control_message_cb) in avdevice_dev_to_app_control_message()
66 return s->control_message_cb(s, type, data, data_size); in avdevice_dev_to_app_control_message()
/third_party/ffmpeg/libavformat/
Davformat.h1759 av_format_control_message control_message_cb; member
Dutils.c129 MAKE_ACCESSORS(AVFormatContext, format, av_format_control_message, control_message_cb) in MAKE_ACCESSORS()