Lines Matching refs:V4L2Context
36 typedef struct V4L2Context { struct
95 } V4L2Context; argument
103 int ff_v4l2_context_init(V4L2Context* ctx);
111 int ff_v4l2_context_set_format(V4L2Context* ctx);
120 int ff_v4l2_context_get_format(V4L2Context* ctx, int probe);
129 void ff_v4l2_context_release(V4L2Context* ctx);
140 int ff_v4l2_context_set_status(V4L2Context* ctx, uint32_t cmd);
150 int ff_v4l2_context_dequeue_packet(V4L2Context* ctx, AVPacket* pkt);
161 int ff_v4l2_context_dequeue_frame(V4L2Context* ctx, AVFrame* f, int timeout);
173 int ff_v4l2_context_enqueue_packet(V4L2Context* ctx, const AVPacket* pkt);
184 int ff_v4l2_context_enqueue_frame(V4L2Context* ctx, const AVFrame* f);