Home
last modified time | relevance | path

Searched refs:av_codec_id (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dv4l2_m2m_dec.c202 output->av_codec_id = avctx->codec_id; in v4l2_decode_init()
205 capture->av_codec_id = AV_CODEC_ID_RAWVIDEO; in v4l2_decode_init()
H A Dv4l2_context.h60 enum AVCodecID av_codec_id; member
H A Dv4l2_m2m_enc.c355 output->av_codec_id = AV_CODEC_ID_RAWVIDEO; in v4l2_encode_init()
359 capture->av_codec_id = avctx->codec_id; in v4l2_encode_init()
H A Dv4l2_context.c528 v4l2_fmt = ff_v4l2_format_avcodec_to_v4l2(ctx->av_codec_id); in v4l2_get_coded_format()
667 if (ctx->av_codec_id == AV_CODEC_ID_RAWVIDEO) { in ff_v4l2_context_get_format()

Completed in 3 milliseconds