Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dv4l2_m2m.c113 ret = ff_v4l2_context_get_format(&s->output, 1); in v4l2_probe_driver()
119 ret = ff_v4l2_context_get_format(&s->capture, 1); in v4l2_probe_driver()
228 ret = ff_v4l2_context_get_format(&s->capture, 0); in ff_v4l2_m2m_codec_reinit()
279 ret = ff_v4l2_context_get_format(&s->output, 0); in ff_v4l2_m2m_codec_full_reinit()
285 ret = ff_v4l2_context_get_format(&s->capture, 0); in ff_v4l2_m2m_codec_full_reinit()
Dv4l2_context.h120 int ff_v4l2_context_get_format(V4L2Context* ctx, int probe);
Dv4l2_context.c676 int ff_v4l2_context_get_format(V4L2Context* ctx, int probe) in ff_v4l2_context_get_format() function