Searched refs:vdecCompNames (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/ |
D | omx_vdec_test.cpp | 1813 char vdecCompNames[50]; in Init_Decoder() local 1865 strlcpy(vdecCompNames, "OMX.qcom.video.decoder.avc", 27); in Init_Decoder() 1868 strlcpy(vdecCompNames, "OMX.qcom.video.decoder.mpeg4", 29); in Init_Decoder() 1870 strlcpy(vdecCompNames, "OMX.qcom.video.decoder.h263", 28); in Init_Decoder() 1872 strlcpy(vdecCompNames, "OMX.qcom.video.decoder.vc1", 27); in Init_Decoder() 1874 strlcpy(vdecCompNames, "OMX.qcom.video.decoder.mpeg2", 29); in Init_Decoder() 1876 strlcpy(vdecCompNames, "OMX.qcom.video.decoder.wmv", 27); in Init_Decoder() 1878 strlcpy(vdecCompNames, "OMX.qcom.video.decoder.divx", 28); in Init_Decoder() 1882 strlcpy(vdecCompNames, "OMX.qcom.video.decoder.vp8", 27); in Init_Decoder() 1885 strlcpy(vdecCompNames, "OMX.qcom.video.decoder.mvc", 27); in Init_Decoder() [all …]
|
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/ |
D | omx_vdec_test.cpp | 1605 char vdecCompNames[50]; in Init_Decoder() local 1660 strlcpy(vdecCompNames, "OMX.qcom.video.decoder.avc", 27); in Init_Decoder() 1665 strlcpy(vdecCompNames, "OMX.qcom.video.decoder.mpeg4", 29); in Init_Decoder() 1669 strlcpy(vdecCompNames, "OMX.qcom.video.decoder.h263", 28); in Init_Decoder() 1673 strlcpy(vdecCompNames, "OMX.qcom.video.decoder.vc1", 27); in Init_Decoder() 1677 strlcpy(vdecCompNames, "OMX.qcom.video.decoder.mpeg2", 29); in Init_Decoder() 1681 strlcpy(vdecCompNames, "OMX.qcom.video.decoder.wmv", 27); in Init_Decoder() 1685 strlcpy(vdecCompNames, "OMX.qcom.video.decoder.divx", 28); in Init_Decoder() 1690 strlcpy(vdecCompNames, "OMX.qcom.video.decoder.divx311", 31); in Init_Decoder() 1700 (OMX_STRING)vdecCompNames, NULL, &call_back); in Init_Decoder() [all …]
|