Lines Matching refs:captureFormatIndex
3790 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()
3943 unsigned int height = captureFormats[captureFormatIndex].height; in retrieveFrame()
3955 bool verticalFlip = captureFormats[captureFormatIndex].MF_MT_DEFAULT_STRIDE < 0; in retrieveFrame()