V4L2Context 496 libavcodec/v4l2_buffers.c V4L2Context *ctx = avbuf->context; V4L2Context 43 libavcodec/v4l2_buffers.h struct V4L2Context *context; V4L2Context 44 libavcodec/v4l2_context.c static inline V4L2m2mContext *ctx_to_m2mctx(V4L2Context *ctx) V4L2Context 51 libavcodec/v4l2_context.c static inline AVCodecContext *logger(V4L2Context *ctx) V4L2Context 66 libavcodec/v4l2_context.c static AVRational v4l2_get_sar(V4L2Context *ctx) V4L2Context 84 libavcodec/v4l2_context.c static inline unsigned int v4l2_resolution_changed(V4L2Context *ctx, struct v4l2_format *fmt2) V4L2Context 103 libavcodec/v4l2_context.c static inline int v4l2_type_supported(V4L2Context *ctx) V4L2Context 111 libavcodec/v4l2_context.c static inline int v4l2_get_framesize_compressed(V4L2Context* ctx, int width, int height) V4L2Context 125 libavcodec/v4l2_context.c static inline void v4l2_save_to_context(V4L2Context* ctx, struct v4l2_format_update *fmt) V4L2Context 161 libavcodec/v4l2_context.c static int v4l2_handle_event(V4L2Context *ctx) V4L2Context 243 libavcodec/v4l2_context.c static int v4l2_stop_decode(V4L2Context *ctx) V4L2Context 263 libavcodec/v4l2_context.c static int v4l2_stop_encode(V4L2Context *ctx) V4L2Context 283 libavcodec/v4l2_context.c static V4L2Buffer* v4l2_dequeue_v4l2buf(V4L2Context *ctx, int timeout) V4L2Context 434 libavcodec/v4l2_context.c static V4L2Buffer* v4l2_getfree_v4l2buf(V4L2Context *ctx) V4L2Context 453 libavcodec/v4l2_context.c static int v4l2_release_buffers(V4L2Context* ctx) V4L2Context 476 libavcodec/v4l2_context.c static inline int v4l2_try_raw_format(V4L2Context* ctx, enum AVPixelFormat pixfmt) V4L2Context 500 libavcodec/v4l2_context.c static int v4l2_get_raw_format(V4L2Context* ctx, enum AVPixelFormat *p) V4L2Context 535 libavcodec/v4l2_context.c static int v4l2_get_coded_format(V4L2Context* ctx, uint32_t *p) V4L2Context 572 libavcodec/v4l2_context.c int ff_v4l2_context_set_status(V4L2Context* ctx, uint32_t cmd) V4L2Context 586 libavcodec/v4l2_context.c int ff_v4l2_context_enqueue_frame(V4L2Context* ctx, const AVFrame* frame) V4L2Context 611 libavcodec/v4l2_context.c int ff_v4l2_context_enqueue_packet(V4L2Context* ctx, const AVPacket* pkt) V4L2Context 636 libavcodec/v4l2_context.c int ff_v4l2_context_dequeue_frame(V4L2Context* ctx, AVFrame* frame, int timeout) V4L2Context 656 libavcodec/v4l2_context.c int ff_v4l2_context_dequeue_packet(V4L2Context* ctx, AVPacket* pkt) V4L2Context 676 libavcodec/v4l2_context.c int ff_v4l2_context_get_format(V4L2Context* ctx, int probe) V4L2Context 703 libavcodec/v4l2_context.c int ff_v4l2_context_set_format(V4L2Context* ctx) V4L2Context 708 libavcodec/v4l2_context.c void ff_v4l2_context_release(V4L2Context* ctx) V4L2Context 722 libavcodec/v4l2_context.c int ff_v4l2_context_init(V4L2Context* ctx) V4L2Context 103 libavcodec/v4l2_context.h int ff_v4l2_context_init(V4L2Context* ctx); V4L2Context 111 libavcodec/v4l2_context.h int ff_v4l2_context_set_format(V4L2Context* ctx); V4L2Context 120 libavcodec/v4l2_context.h int ff_v4l2_context_get_format(V4L2Context* ctx, int probe); V4L2Context 129 libavcodec/v4l2_context.h void ff_v4l2_context_release(V4L2Context* ctx); V4L2Context 140 libavcodec/v4l2_context.h int ff_v4l2_context_set_status(V4L2Context* ctx, uint32_t cmd); V4L2Context 150 libavcodec/v4l2_context.h int ff_v4l2_context_dequeue_packet(V4L2Context* ctx, AVPacket* pkt); V4L2Context 161 libavcodec/v4l2_context.h int ff_v4l2_context_dequeue_frame(V4L2Context* ctx, AVFrame* f, int timeout); V4L2Context 173 libavcodec/v4l2_context.h int ff_v4l2_context_enqueue_packet(V4L2Context* ctx, const AVPacket* pkt); V4L2Context 184 libavcodec/v4l2_context.h int ff_v4l2_context_enqueue_frame(V4L2Context* ctx, const AVFrame* f); V4L2Context 48 libavcodec/v4l2_m2m.h V4L2Context capture; V4L2Context 49 libavcodec/v4l2_m2m.h V4L2Context output; V4L2Context 40 libavcodec/v4l2_m2m_dec.c V4L2Context *const capture = &s->capture; V4L2Context 41 libavcodec/v4l2_m2m_dec.c V4L2Context *const output = &s->output; V4L2Context 108 libavcodec/v4l2_m2m_dec.c V4L2Context *output = &s->output; V4L2Context 139 libavcodec/v4l2_m2m_dec.c V4L2Context *const capture = &s->capture; V4L2Context 140 libavcodec/v4l2_m2m_dec.c V4L2Context *const output = &s->output; V4L2Context 186 libavcodec/v4l2_m2m_dec.c V4L2Context *capture, *output; V4L2Context 276 libavcodec/v4l2_m2m_enc.c V4L2Context *const output = &s->output; V4L2Context 289 libavcodec/v4l2_m2m_enc.c V4L2Context *const capture = &s->capture; V4L2Context 290 libavcodec/v4l2_m2m_enc.c V4L2Context *const output = &s->output; V4L2Context 318 libavcodec/v4l2_m2m_enc.c V4L2Context *capture, *output; V4L2Context 35 libavdevice/v4l2enc.c V4L2Context *s = s1->priv_data; V4L2Context 92 libavdevice/v4l2enc.c const V4L2Context *s = s1->priv_data; V4L2Context 100 libavdevice/v4l2enc.c const V4L2Context *s = s1->priv_data; V4L2Context 115 libavdevice/v4l2enc.c .priv_data_size = sizeof(V4L2Context),