Lines Matching refs:V4L2Context
44 static inline V4L2m2mContext *ctx_to_m2mctx(V4L2Context *ctx) in ctx_to_m2mctx()
51 static inline AVCodecContext *logger(V4L2Context *ctx) in logger()
66 static AVRational v4l2_get_sar(V4L2Context *ctx) in v4l2_get_sar()
84 static inline unsigned int v4l2_resolution_changed(V4L2Context *ctx, struct v4l2_format *fmt2) in v4l2_resolution_changed()
103 static inline int v4l2_type_supported(V4L2Context *ctx) in v4l2_type_supported()
111 static inline int v4l2_get_framesize_compressed(V4L2Context* ctx, int width, int height) in v4l2_get_framesize_compressed()
125 static inline void v4l2_save_to_context(V4L2Context* ctx, struct v4l2_format_update *fmt) in v4l2_save_to_context()
161 static int v4l2_handle_event(V4L2Context *ctx) in v4l2_handle_event()
243 static int v4l2_stop_decode(V4L2Context *ctx) in v4l2_stop_decode()
263 static int v4l2_stop_encode(V4L2Context *ctx) in v4l2_stop_encode()
283 static V4L2Buffer* v4l2_dequeue_v4l2buf(V4L2Context *ctx, int timeout) in v4l2_dequeue_v4l2buf()
434 static V4L2Buffer* v4l2_getfree_v4l2buf(V4L2Context *ctx) in v4l2_getfree_v4l2buf()
453 static int v4l2_release_buffers(V4L2Context* ctx) in v4l2_release_buffers()
476 static inline int v4l2_try_raw_format(V4L2Context* ctx, enum AVPixelFormat pixfmt) in v4l2_try_raw_format()
500 static int v4l2_get_raw_format(V4L2Context* ctx, enum AVPixelFormat *p) in v4l2_get_raw_format()
535 static int v4l2_get_coded_format(V4L2Context* ctx, uint32_t *p) in v4l2_get_coded_format()
572 int ff_v4l2_context_set_status(V4L2Context* ctx, uint32_t cmd) in ff_v4l2_context_set_status()
586 int ff_v4l2_context_enqueue_frame(V4L2Context* ctx, const AVFrame* frame) in ff_v4l2_context_enqueue_frame()
611 int ff_v4l2_context_enqueue_packet(V4L2Context* ctx, const AVPacket* pkt) in ff_v4l2_context_enqueue_packet()
636 int ff_v4l2_context_dequeue_frame(V4L2Context* ctx, AVFrame* frame, int timeout) in ff_v4l2_context_dequeue_frame()
656 int ff_v4l2_context_dequeue_packet(V4L2Context* ctx, AVPacket* pkt) in ff_v4l2_context_dequeue_packet()
676 int ff_v4l2_context_get_format(V4L2Context* ctx, int probe) in ff_v4l2_context_get_format()
703 int ff_v4l2_context_set_format(V4L2Context* ctx) in ff_v4l2_context_set_format()
708 void ff_v4l2_context_release(V4L2Context* ctx) in ff_v4l2_context_release()
722 int ff_v4l2_context_init(V4L2Context* ctx) in ff_v4l2_context_init()