Lines Matching refs:V4L2Context

44 static inline V4L2m2mContext *ctx_to_m2mctx(V4L2Context *ctx)
51 static inline AVCodecContext *logger(V4L2Context *ctx)
66 static AVRational v4l2_get_sar(V4L2Context *ctx)
84 static inline unsigned int v4l2_resolution_changed(V4L2Context *ctx, struct v4l2_format *fmt2)
103 static inline int v4l2_type_supported(V4L2Context *ctx)
111 static inline int v4l2_get_framesize_compressed(V4L2Context* ctx, int width, int height)
125 static inline void v4l2_save_to_context(V4L2Context* ctx, struct v4l2_format_update *fmt)
156 static int v4l2_start_decode(V4L2Context *ctx)
176 static int v4l2_handle_event(V4L2Context *ctx)
229 static int v4l2_stop_decode(V4L2Context *ctx)
249 static int v4l2_stop_encode(V4L2Context *ctx)
269 static V4L2Buffer* v4l2_dequeue_v4l2buf(V4L2Context *ctx, int timeout)
420 static V4L2Buffer* v4l2_getfree_v4l2buf(V4L2Context *ctx)
439 static int v4l2_release_buffers(V4L2Context* ctx)
462 static inline int v4l2_try_raw_format(V4L2Context* ctx, enum AVPixelFormat pixfmt)
486 static int v4l2_get_raw_format(V4L2Context* ctx, enum AVPixelFormat *p)
521 static int v4l2_get_coded_format(V4L2Context* ctx, uint32_t *p)
558 int ff_v4l2_context_set_status(V4L2Context* ctx, uint32_t cmd)
572 int ff_v4l2_context_enqueue_frame(V4L2Context* ctx, const AVFrame* frame)
597 int ff_v4l2_context_enqueue_packet(V4L2Context* ctx, const AVPacket* pkt)
622 int ff_v4l2_context_dequeue_frame(V4L2Context* ctx, AVFrame* frame, int timeout)
642 int ff_v4l2_context_dequeue_packet(V4L2Context* ctx, AVPacket* pkt)
662 int ff_v4l2_context_get_format(V4L2Context* ctx, int probe)
689 int ff_v4l2_context_set_format(V4L2Context* ctx)
694 void ff_v4l2_context_release(V4L2Context* ctx)
708 int ff_v4l2_context_init(V4L2Context* ctx)