Searched refs:vd_CurrentFormats (Results 1 – 1 of 1) sorted by relevance
594 std::vector<MediaType> vd_CurrentFormats; member in __anon2599bf920111::videoDevice2085 vd_CurrentFormats.clear(); in resetDevice()2363 if(id < vd_CurrentFormats.size()) in getFormat()2365 return vd_CurrentFormats[id]; in getFormat()2371 return (int)vd_CurrentFormats.size(); in getCountFormats()2516 std::vector<MediaType>::iterator i = vd_CurrentFormats.begin(); in buildLibraryofTypes()2518 for(; i != vd_CurrentFormats.end(); i++) in buildLibraryofTypes()2691 vd_Width = vd_CurrentFormats[id].width; in setupDevice()2692 vd_Height = vd_CurrentFormats[id].height; in setupDevice()2693 vd_FrameRate = vd_CurrentFormats[id].MF_MT_FRAME_RATE_NUMERATOR / in setupDevice()[all …]