Home
last modified time | relevance | path

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

/hardware/qcom/media/mm-video/vidc/vdec/inc/
Ddecoder_driver_test.h42 enum vdec_codec decoder_format; member
Domx_vdec.h231 enum vdec_codec decoder_format; member
/hardware/qcom/media/mm-video/vidc/vdec/test/
Ddecoder_driver_test.c112 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()
/hardware/qcom/media/mm-video/vidc/vdec/src/
Domx_vdec.cpp1235 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 …]
Domx_vdec_copper.cpp1241 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 …]