Home
last modified time | relevance | path

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

/hardware/qcom/media/mm-video/vidc/vdec/inc/
Ddecoder_driver_test.h41 enum vdec_codec decoder_format; member
Domx_vdec.h153 enum vdec_codec decoder_format; member
/hardware/qcom/media/mm-video/vidc/vdec/test/
Ddecoder_driver_test.c114 decoder_context->decoder_format = VDEC_CODECTYPE_MPEG4; in main()
119 decoder_context->decoder_format = VDEC_CODECTYPE_H263; in main()
124 decoder_context->decoder_format = VDEC_CODECTYPE_H264; in main()
240 ioctl_msg.inputparam = &init_decode->decoder_format; in init_decoder()
/hardware/qcom/media/mm-video/vidc/vdec/src/
Domx_vdec.cpp881 driver_context.decoder_format = VDEC_CODECTYPE_MPEG4; in component_init()
892 driver_context.decoder_format = VDEC_CODECTYPE_H263; in component_init()
901 driver_context.decoder_format = VDEC_CODECTYPE_H264; in component_init()
911 driver_context.decoder_format = VDEC_CODECTYPE_VC1; in component_init()
949 ioctl_msg.inputparam = &driver_context.decoder_format; in component_init()