Home
last modified time | relevance | path

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

/hardware/qcom/media/mm-video-legacy/vidc/venc/test/
Dvenc_test.cpp233 OMX_U32 nUserProfile; member
577 if (!m_sProfile.nUserProfile) // profile not set by user, go ahead with table calculation in ConfigureEncoder()
624 eProfile = m_sProfile.nUserProfile; in ConfigureEncoder()
1758 m_sProfile.nUserProfile = strtoul(argv[profile_argi], NULL, 16); in parseArgs()
1762 m_sProfile.nUserProfile = strtoul(argv[profile_argi], NULL, 10); in parseArgs()
1764 if (!m_sProfile.nUserProfile || m_sProfile.nUserProfile == ULONG_MAX) in parseArgs()
1767 m_sProfile.nUserProfile = 0; in parseArgs()
/hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
Dvenc_test.cpp272 OMX_U32 nUserProfile; member
617 if (!m_sProfile.nUserProfile) { // profile not set by user, go ahead with table calculation in ConfigureEncoder()
659 eProfile = m_sProfile.nUserProfile; in ConfigureEncoder()
1773 m_sProfile.nUserProfile = strtoul(argv[profile_argi], NULL, 16); in parseArgs()
1775 m_sProfile.nUserProfile = strtoul(argv[profile_argi], NULL, 10); in parseArgs()
1778 if (!m_sProfile.nUserProfile || m_sProfile.nUserProfile == ULONG_MAX) { in parseArgs()
1780 m_sProfile.nUserProfile = 0; in parseArgs()