Home
last modified time | relevance | path

Searched refs:CEDRUS_CODEC_H264 (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/media/sunxi/cedrus/
H A Dcedrus.c50 .codec = CEDRUS_CODEC_H264,
57 .codec = CEDRUS_CODEC_H264,
64 .codec = CEDRUS_CODEC_H264,
71 .codec = CEDRUS_CODEC_H264,
78 .codec = CEDRUS_CODEC_H264,
85 .codec = CEDRUS_CODEC_H264,
94 .codec = CEDRUS_CODEC_H264,
103 .codec = CEDRUS_CODEC_H264,
122 .codec = CEDRUS_CODEC_H264,
415 dev->dec_ops[CEDRUS_CODEC_H264] = &cedrus_dec_ops_h264; in cedrus_probe()
H A Dcedrus.h36 CEDRUS_CODEC_H264, enumerator
H A Dcedrus_hw.c50 case CEDRUS_CODEC_H264: in cedrus_engine_enable()
H A Dcedrus_video.c475 ctx->current_codec = CEDRUS_CODEC_H264; in cedrus_start_streaming()
H A Dcedrus_h264.c501 cedrus_engine_enable(ctx, CEDRUS_CODEC_H264); in cedrus_h264_setup()