Home
last modified time | relevance | path

Searched refs:profile_argi (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/media/mm-video-legacy/vidc/venc/test/
Dvenc_test.cpp1728 int profile_argi = 11; in parseArgs() local
1731 profile_argi = 12; in parseArgs()
1754 if (profile_argi < argc) in parseArgs()
1756 if (!strncmp(argv[profile_argi], "0x", 2) || !strncmp(argv[profile_argi], "0x", 2)) in parseArgs()
1758 m_sProfile.nUserProfile = strtoul(argv[profile_argi], NULL, 16); in parseArgs()
1762 m_sProfile.nUserProfile = strtoul(argv[profile_argi], NULL, 10); in parseArgs()
1766 E("invalid specified Profile %s, using default", argv[profile_argi]); in parseArgs()
/hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
Dvenc_test.cpp1744 int profile_argi = 11; in parseArgs() local
1747 profile_argi = 12; in parseArgs()
1771 if (profile_argi < argc) { in parseArgs()
1772 … if (!strncmp(argv[profile_argi], "0x", 2) || !strncmp(argv[profile_argi], "0x", 2)) { in parseArgs()
1773 m_sProfile.nUserProfile = strtoul(argv[profile_argi], NULL, 16); in parseArgs()
1775 m_sProfile.nUserProfile = strtoul(argv[profile_argi], NULL, 10); in parseArgs()
1779 E("invalid specified Profile %s, using default", argv[profile_argi]); in parseArgs()