Searched refs:iVideoInputFormat (Results 1 – 2 of 2) sorted by relevance
829 oscl_memset(&iVideoInputFormat, 0, sizeof(iVideoInputFormat)); in PVMFOMXEncNode()832 iVideoInputFormat.iVideoFormat = EI_YUV420; in PVMFOMXEncNode()833 iVideoInputFormat.iFrameWidth = DEFAULT_FRAME_WIDTH; in PVMFOMXEncNode()834 iVideoInputFormat.iFrameHeight = DEFAULT_FRAME_HEIGHT; in PVMFOMXEncNode()835 iVideoInputFormat.iFrameRate = (float)DEFAULT_FRAME_RATE; in PVMFOMXEncNode()836 iVideoInputFormat.iFrameOrientation = 0; in PVMFOMXEncNode()2027 (0 == iVideoInputFormat.iFrameWidth) || in NegotiateVideoComponentParameters()2028 (0 == iVideoInputFormat.iFrameHeight) || in NegotiateVideoComponentParameters()2029 (0 == iVideoInputFormat.iFrameRate) in NegotiateVideoComponentParameters()2092 …iOMXComponentInputBufferSize = (iVideoInputFormat.iFrameWidth * iVideoInputFormat.iFrameHeight * 3… in NegotiateVideoComponentParameters()[all …]
1356 PV_VideoInputFormat iVideoInputFormat; variable