Searched refs:ff_v4l2_context_get_format (Results 1 – 3 of 3) sorted by relevance
113 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()
120 int ff_v4l2_context_get_format(V4L2Context* ctx, int probe);
676 int ff_v4l2_context_get_format(V4L2Context* ctx, int probe) in ff_v4l2_context_get_format() function