Searched refs:m_nInFd (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/ |
D | venc_test.cpp | 324 static int m_nInFd = -1; variable 1434 if (read(m_nInFd, in VencTest_ReadAndEmpty() 1445 bytes = read(m_nInFd, pYUVBuffer->pBuffer, m_sProfile.nFrameRead); in VencTest_ReadAndEmpty() 1454 if (read(m_nInFd, in VencTest_ReadAndEmpty() 1474 if (read(m_nInFd, in VencTest_ReadAndEmpty() 1482 read(m_nInFd,pInputbuf,m_sProfile.nFrameBytes) ; in VencTest_ReadAndEmpty() 1931 m_nInFd = -1; in main() 1999 m_nInFd = open(m_sProfile.cInFileName, O_RDONLY); in main() 2001 m_nInFd = open(m_sProfile.cInFileName,1); in main() 2003 if (m_nInFd < 0) in main() [all …]
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/test/ |
D | venc_test.cpp | 353 static int m_nInFd = -1; variable 1435 if (read(m_nInFd, in VencTest_ReadAndEmpty() 1453 bytes = read(m_nInFd, yuv, width); in VencTest_ReadAndEmpty() 1467 bytes = read(m_nInFd, yuv, width); in VencTest_ReadAndEmpty() 1484 if (read(m_nInFd, in VencTest_ReadAndEmpty() 1504 if (read(m_nInFd, in VencTest_ReadAndEmpty() 1513 read(m_nInFd,pInputbuf,m_sProfile.nFrameBytes) ; in VencTest_ReadAndEmpty() 1941 m_nInFd = -1; in main() 2012 m_nInFd = open(m_sProfile.cInFileName, O_RDONLY); in main() 2014 m_nInFd = open(m_sProfile.cInFileName,1); in main() [all …]
|