Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dcap_msmf.cpp3790 int captureFormatIndex; member in CvCaptureFile_MSMF
3801 captureFormatIndex(0), in CvCaptureFile_MSMF()
3906 return captureFormats[captureFormatIndex].width; in getProperty()
3908 return captureFormats[captureFormatIndex].height; in getProperty()
3913 double fps = ((double)captureFormats[captureFormatIndex].MF_MT_FRAME_RATE_NUMERATOR) / in getProperty()
3914 ((double)captureFormats[captureFormatIndex].MF_MT_FRAME_RATE_DENOMINATOR); in getProperty()
3918 return captureFormats[captureFormatIndex].MF_MT_SUBTYPE.Data1; in getProperty()
3920 return ((double)captureFormats[captureFormatIndex].MF_MT_FRAME_RATE_NUMERATOR) / in getProperty()
3921 ((double)captureFormats[captureFormatIndex].MF_MT_FRAME_RATE_DENOMINATOR); in getProperty()
3942 unsigned int width = captureFormats[captureFormatIndex].width; in retrieveFrame()
[all …]