Home
last modified time | relevance | path

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

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
Dvenc_test.cpp232 char* cOutFileName; member
1666 m_sProfile.cOutFileName = NULL; in parseArgs()
1677 m_sProfile.cOutFileName = argv[7]; in parseArgs()
1773 m_sProfile.cOutFileName = argv[8]; in parseArgs()
1784 m_sProfile.cOutFileName = NULL; in parseArgs()
1963 …m_nOutFd = open(m_sProfile.cOutFileName, O_WRONLY | O_CREAT | O_TRUNC, S_IRWXU | S_IRWXG | S_IRWXO… in main()
1965 m_nOutFd = open(m_sProfile.cOutFileName,0); in main()
1969 E("could not open output file %s", m_sProfile.cOutFileName); in main()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/test/
Dvenc_test.cpp271 char* cOutFileName; member
1691 m_sProfile.cOutFileName = NULL; in parseArgs()
1701 m_sProfile.cOutFileName = argv[7]; in parseArgs()
1787 m_sProfile.cOutFileName = argv[8]; in parseArgs()
1797 m_sProfile.cOutFileName = NULL; in parseArgs()
1979 …m_nOutFd = open(m_sProfile.cOutFileName, O_WRONLY | O_CREAT | O_TRUNC, S_IRWXU | S_IRWXG | S_IRWXO… in main()
1981 m_nOutFd = open(m_sProfile.cOutFileName,0); in main()
1985 E("could not open output file %s", m_sProfile.cOutFileName); in main()