Searched refs:decoder_format (Results 1 – 5 of 5) sorted by relevance
42 enum vdec_codec decoder_format; member
231 enum vdec_codec decoder_format; member
112 decoder_context->decoder_format = VDEC_CODECTYPE_MPEG4; in main()117 decoder_context->decoder_format = VDEC_CODECTYPE_H263; in main()122 decoder_context->decoder_format = VDEC_CODECTYPE_H264; in main()244 ioctl_msg.in = &init_decode->decoder_format; in init_decoder()
1235 drv_ctx.decoder_format = VDEC_CODECTYPE_MPEG4; in component_init()1249 drv_ctx.decoder_format = VDEC_CODECTYPE_MPEG2; in component_init()1263 drv_ctx.decoder_format = VDEC_CODECTYPE_H263; in component_init()1277 drv_ctx.decoder_format = VDEC_CODECTYPE_DIVX_3; in component_init()1295 drv_ctx.decoder_format = VDEC_CODECTYPE_DIVX_4; in component_init()1313 drv_ctx.decoder_format = VDEC_CODECTYPE_DIVX_6; in component_init()1333 drv_ctx.decoder_format = VDEC_CODECTYPE_DIVX_5; in component_init()1352 drv_ctx.decoder_format = VDEC_CODECTYPE_H264; in component_init()1365 drv_ctx.decoder_format = VDEC_CODECTYPE_VC1; in component_init()1377 drv_ctx.decoder_format = VDEC_CODECTYPE_VC1_RCV; in component_init()[all …]
1241 drv_ctx.decoder_format = VDEC_CODECTYPE_MPEG4; in component_init()1255 drv_ctx.decoder_format = VDEC_CODECTYPE_MPEG2; in component_init()1269 drv_ctx.decoder_format = VDEC_CODECTYPE_H263; in component_init()1282 drv_ctx.decoder_format = VDEC_CODECTYPE_DIVX_3; in component_init()1294 drv_ctx.decoder_format = VDEC_CODECTYPE_DIVX_4; in component_init()1307 drv_ctx.decoder_format = VDEC_CODECTYPE_DIVX_6; in component_init()1319 drv_ctx.decoder_format = VDEC_CODECTYPE_H264; in component_init()1333 drv_ctx.decoder_format = VDEC_CODECTYPE_VC1; in component_init()1345 drv_ctx.decoder_format = VDEC_CODECTYPE_VC1_RCV; in component_init()1418 if (drv_ctx.decoder_format == VDEC_CODECTYPE_DIVX_4) { in component_init()[all …]